@charset "UTF-8";
html {
  font-size: 100% !important;
  background: transparent;
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", "Heiti TC", Arial, sans-serif;
  font-size: 100% !important;
  height: 100%; }

#page-wrapper #page {
  position: relative; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  outline: none;
  /* for Firefox Google Chrome  */
  /* for IE */ }
  a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    -webkit-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    outline: none; }

ol, ul {
  list-style-type: none; }

p, pre {
  margin: 0; }

dl, menu, ol, ul {
  margin: 0; }

menu, ol, ul {
  padding: 0; }

h1 {
  margin: 0; }

button {
  outline: none; }

.btn-blue1-lg, a.project-link,
a#edit-title-desc-c,
input[id="edit-submit"],
input[id="edit-next"],
input[type="submit"] {
  min-width: 110px;
  font-size: 18px;
  padding: 8px 14px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #239dd5;
  background: #239dd5; }
  .btn-blue1-lg:hover, a.project-link:hover,
  a#edit-title-desc-c:hover,
  input:hover[id="edit-submit"],
  input:hover[id="edit-next"],
  input:hover[type="submit"] {
    border-color: #41aee0;
    background-color: #41aee0; }

.btn-gray-lg, .btn_cancel,
input[value="Close"],
input[id="edit-cancel"],
#modalContent a[id="edit-cancel"] {
  min-width: 100px;
  font-size: 18px;
  padding: 8px 14px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #999;
  background-color: #999; }
  .btn-gray-lg:hover, .btn_cancel:hover,
  input:hover[value="Close"],
  input:hover[id="edit-cancel"],
  #modalContent a:hover[id="edit-cancel"] {
    border-color: #adadad;
    background-color: #adadad; }

.btn-blue1-l-lg, input[id="edit-preview"],
input[id="edit-publish"] {
  min-width: 100px;
  font-size: 18px;
  padding: 8px 14px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  color: #239dd5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #239dd5;
  background: #fff; }
  .btn-blue1-l-lg:hover, input:hover[id="edit-preview"],
  input:hover[id="edit-publish"] {
    color: #60bbe5;
    background-color: #f9fcfe; }

input[type="submit"]#edit-coupon-button {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #239dd5;
  background: #239dd5;
  font-size: 16px;
  padding: 6px 14px;
  padding: 8px 16px;
  min-width: inherit; }
  input[type="submit"]#edit-coupon-button:hover {
    border-color: #41aee0;
    background-color: #41aee0; }
  @media all and (max-width: 991px) {
    input[type="submit"]#edit-coupon-button {
      width: 100%;
      font-size: 18px;
      padding: 8px 14px; } }

#guide_icon {
  width: 130px;
  height: 130px;
  overflow: hidden;
  position: fixed;
  bottom: 85px;
  right: 10px;
  z-index: 998;
  display: none; }
  @media all and (max-width: 1199px) {
    #guide_icon {
      right: 5px; } }
  @media all and (max-width: 575px) {
    #guide_icon {
      width: 115px;
      height: 115px;
      right: 3px; } }
  @media all and (max-width: 360px) {
    #guide_icon {
      width: 100px;
      height: 100px; } }

.commentImgUploadBlock {
  position: relative; }
  .commentImgUploadBlock .commentImgUploadBtn {
    width: 120px;
    height: 43px;
    font-size: 16px;
    margin: 0 0 10px 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    display: inline-block;
    color: #239dd5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #239dd5;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .commentImgUploadBlock .commentImgUploadBtn:hover {
      color: #60bbe5;
      background-color: #f9fcfe; }
    .commentImgUploadBlock .commentImgUploadBtn::before {
      width: 20px;
      height: 16px;
      content: "";
      background-image: url("/themes/custom/omia_theme/images/omia/message_img_upload_icon.png");
      background-repeat: no-repeat;
      background-size: 20px 16px;
      margin: 0 7px 0 0; }
  .commentImgUploadBlock .image-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .commentImgUploadBlock .image-widget button {
      display: none; }
    .commentImgUploadBlock .image-widget img {
      width: 120px;
      height: auto !important; }
    .commentImgUploadBlock .image-widget input[type="file"] {
      display: none; }
    .commentImgUploadBlock .image-widget input[type="submit"] {
      display: none; }
    .commentImgUploadBlock .image-widget input[value="移除"] {
      width: 60px;
      height: 43px;
      font-size: 15px;
      border-radius: 0 !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 5px 0 10px 0; }
  .commentImgUploadBlock .description {
    display: none; }
  .commentImgUploadBlock .js-form-type-managed-file label {
    display: none; }
  .commentImgUploadBlock .file--image {
    display: none; }
  .commentImgUploadBlock span {
    font-size: 15px;
    line-height: 18px;
    display: none; }
    .commentImgUploadBlock span a {
      color: #239dd5;
      word-wrap: break-word;
      word-break: break-all; }

.pg-qa input[id="edit-submit"],
.pg-qa input[id*="edit-submit-"],
.pg-articles-art input[id="edit-submit"],
.pg-articles-art input[id*="edit-submit-"] {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  color: #239dd5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #239dd5;
  background: #fff;
  font-size: 16px;
  padding: 6px 14px;
  min-width: inherit; }
  .pg-qa input[id="edit-submit"]:hover,
  .pg-qa input[id*="edit-submit-"]:hover,
  .pg-articles-art input[id="edit-submit"]:hover,
  .pg-articles-art input[id*="edit-submit-"]:hover {
    color: #60bbe5;
    background-color: #f9fcfe; }

.pg-qa a[id*="cancel-"],
.pg-articles-art a[id*="cancel-"] {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  color: #777;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #bcbcbc;
  background-color: #fff;
  font-size: 16px;
  padding: 6px 14px;
  -webkit-appearance: none; }
  .pg-qa a[id*="cancel-"]:hover,
  .pg-articles-art a[id*="cancel-"]:hover {
    color: #9d9d9d;
    border-color: #d6d6d6;
    background-color: #f7f7f7; }

#block-hamiplay-project-preview button {
  font-size: 18px;
  padding: 8px 14px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  color: #239dd5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #fff;
  background-color: #fff;
  font-weight: 600;
  min-width: 100px; }
  #block-hamiplay-project-preview button:hover {
    color: #41aee0; }
  #block-hamiplay-project-preview button:hover {
    -webkit-box-shadow: 0px 0px 2px 2px rgba(255, 255, 217, 0.3);
    -moz-box-shadow: 0px 0px 2px 2px rgba(255, 255, 217, 0.3);
    -ms-box-shadow: 0px 0px 2px 2px rgba(255, 255, 217, 0.3);
    -o-box-shadow: 0px 0px 2px 2px rgba(255, 255, 217, 0.3);
    box-shadow: 0px 0px 2px 2px rgba(255, 255, 217, 0.3); }

.btn_banner a {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  color: #239dd5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #fff;
  background-color: #fff;
  min-width: 80px;
  font-size: 20px;
  padding: 6px 16px;
  color: #000; }
  .btn_banner a:hover {
    color: #41aee0; }
  .btn_banner a:hover {
    color: #239dd5; }

.form-item input[type="submit"],
.btn_edit1 a {
  min-width: 50px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  color: #777;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #bcbcbc;
  background-color: #fff;
  font-size: 14px;
  padding: 6px 8px; }
  .form-item input[type="submit"]:hover,
  .btn_edit1 a:hover {
    color: #239dd5;
    border-color: #239dd5; }

.action-links-field-collection-add li a,
.btn_pj-edit-a a {
  width: 100%;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  color: #777;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #bcbcbc;
  background-color: #fff;
  font-size: 16px;
  padding: 6px 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .action-links-field-collection-add li a:hover,
  .btn_pj-edit-a a:hover {
    color: #239dd5;
    border-color: #239dd5; }
  @media all and (max-width: 767px) {
    .action-links-field-collection-add li a,
    .btn_pj-edit-a a {
      display: none; } }

.bill-unsubscribe a {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  color: #777;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #bcbcbc;
  background-color: #fff;
  font-size: 16px;
  padding: 6px 14px; }
  .bill-unsubscribe a:hover {
    color: #239dd5;
    border-color: #239dd5; }

.field-collection-view-links li.edit a,
.field-collection-view-links li.delete a,
.btn_pj-edit-e a,
.btn_pj-edit-d a {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  display: inline-block;
  color: #000;
  font-size: 14px;
  width: auto; }
  .field-collection-view-links li.edit a:hover,
  .field-collection-view-links li.delete a:hover,
  .btn_pj-edit-e a:hover,
  .btn_pj-edit-d a:hover {
    color: #239dd5; }
  @media all and (max-width: 767px) {
    .field-collection-view-links li.edit a,
    .field-collection-view-links li.delete a,
    .btn_pj-edit-e a,
    .btn_pj-edit-d a {
      display: none; } }

.field-collection-view-links li.edit a,
.btn_pj-edit-e a {
  padding-right: 22px;
  background-size: 20px !important;
  background: url(/themes/custom/omia_theme/images/omia/pjp_icon-edit-b.png) no-repeat right; }
  .field-collection-view-links li.edit a:hover,
  .btn_pj-edit-e a:hover {
    background: url(/themes/custom/omia_theme/images/omia/pjp_icon-edit-u.png) no-repeat right; }

input[id="edit-delete"] {
  display: inline-block;
  color: #777;
  border: none;
  background: none;
  height: 20px;
  line-height: 20px;
  padding-left: 22px;
  background-size: 20px !important;
  background: url(/themes/custom/omia_theme/images/omia/pjp_icon-delete-g.png) no-repeat left; }
  input[id="edit-delete"]:hover {
    color: #239dd5; }
  input[id="edit-delete"]:hover {
    background: url(/themes/custom/omia_theme/images/omia/pjp_icon-delete-u.png) no-repeat left; }

.page-start-project input.previous.form-submit {
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  display: inline-block;
  color: #000;
  display: line-block;
  border: none;
  background-color: #f5f5f5; }
  .page-start-project input.previous.form-submit:hover {
    color: #239dd5; }

.btn_art-tag1 a {
  text-align: left !important;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  display: inline-block;
  color: #000; }
  .btn_art-tag1 a:hover {
    color: #239dd5; }

.btn_tp-more a {
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  display: inline-block;
  color: #000; }
  .btn_tp-more a:hover {
    color: #239dd5; }
  .btn_tp-more a:hover {
    text-decoration: underline; }

.package-bottom label.option a {
  display: inline-block;
  color: #239dd5;
  text-decoration: underline; }
  .package-bottom label.option a:hover {
    color: #41aee0; }

.font--42-lh-bn {
  font-size: 42px;
  line-height: 48px;
  font-weight: 600;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  color: #fff; }
  @media all and (max-width: 991px) {
    .font--42-lh-bn {
      font-size: 36px;
      line-height: 40px; } }
  @media all and (max-width: 575px) {
    .font--42-lh-bn {
      font-size: 30px;
      line-height: 34px; } }
  @media all and (max-width: 360px) {
    .font--42-lh-bn {
      font-size: 28px;
      line-height: 32px; } }

.font--20-lh-bn {
  font-size: 20px;
  line-height: 24px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  color: #fff; }
  @media all and (max-width: 575px) {
    .font--20-lh-bn {
      font-size: 18px;
      line-height: 22px; } }

.t_page-title1,
#t_page-title1 {
  font-size: 30px;
  font-weight: 400;
  color: black;
  text-align: center;
  letter-spacing: 3px;
  line-height: 27px;
  line-height: -moz-block-height;
  height: 30px;
  padding: 0px 20px;
  margin: 0px auto 40px auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-left: solid 2px #000;
  border-right: solid 2px #000; }
  @media all and (max-width: 767px) {
    .t_page-title1,
    #t_page-title1 {
      font-size: 28px;
      height: 28px;
      letter-spacing: 2px;
      padding: 0px 14px;
      margin: 0px auto 20px auto; } }
  .t_page-title1 span,
  #t_page-title1 span {
    font-size: 16px;
    font-weight: 300;
    margin-top: 3px;
    letter-spacing: 0px;
    display: block; }
    @media all and (max-width: 767px) {
      .t_page-title1 span,
      #t_page-title1 span {
        display: none; } }

.t_pj-price {
  font-size: 36px;
  font-weight: 600;
  color: #000; }
  @media all and (max-width: 575px) {
    .t_pj-price {
      font-size: 30px;
      line-height: 34px; } }
  @media all and (max-width: 360px) {
    .t_pj-price {
      font-size: 27px;
      line-height: 31px; } }
  .t_pj-price::first-letter {
    font-weight: 400; }
  .t_pj-price span {
    font-size: 14px; }

.t_art-name, a.username,
span.username {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #000; }

.block--pj-author .t_art-name, .block--pj-author a.username,
.block--pj-author span.username {
  font-size: 28px;
  line-height: 32px; }

.card--art1 .t_art-name, .card--art1 a.username,
.card--art1 span.username {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #777; }

.top-banner .t_art-name, .top-banner a.username,
.top-banner span.username {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7); }

.t_pj-title,
.t_art-title {
  font-weight: 600;
  color: #000; }

.t_art-title {
  font-size: 20px;
  line-height: 24px; }

.form-item label {
  font-size: 15px;
  font-weight: 400; }

input[type=text],
select.form-select,
textarea {
  font-size: 16px;
  color: #000; }

.must_input {
  color: #db143b; }

input[type="text"],
input[type="password"] {
  width: 100%;
  padding: 6px 10px;
  line-height: inherit;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-color: #fff; }

input[type="text"],
input[type="password"] {
  border: solid 1px #bcbcbc;
  background-color: #fff; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder {
    color: #777; }
  input[type="text"]:focus,
  input[type="password"]:focus {
    border: solid 1px #239dd5; }

input.form-disabled {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #999;
  background-color: #999;
  -webkit-tap-highlight-color: transparent; }
  input.form-disabled:hover {
    border-color: #adadad;
    background-color: #adadad; }

.form-item.form-type-textfield.form-item-mail.form-disabled,
.node-type-bank-account #edit-field-title,
.node-type-bank-account .form-type-textfield.form-item-title,
.node-type-bank-account #edit-field-register-address,
.node-type-bank-account #edit-field-bank,
.node-type-bank-account #edit-field-bank-account,
.node-type-bank-account #edit-field-account-name,
.node-type-bank-account #edit-field-idcopy,
.node-type-bank-account #edit-field-accountcopy {
  opacity: 0.4; }
  .form-item.form-type-textfield.form-item-mail.form-disabled input,
  .form-item.form-type-textfield.form-item-mail.form-disabled select.form-select,
  .node-type-bank-account #edit-field-title input,
  .node-type-bank-account #edit-field-title select.form-select,
  .node-type-bank-account .form-type-textfield.form-item-title input,
  .node-type-bank-account .form-type-textfield.form-item-title select.form-select,
  .node-type-bank-account #edit-field-register-address input,
  .node-type-bank-account #edit-field-register-address select.form-select,
  .node-type-bank-account #edit-field-bank input,
  .node-type-bank-account #edit-field-bank select.form-select,
  .node-type-bank-account #edit-field-bank-account input,
  .node-type-bank-account #edit-field-bank-account select.form-select,
  .node-type-bank-account #edit-field-account-name input,
  .node-type-bank-account #edit-field-account-name select.form-select,
  .node-type-bank-account #edit-field-idcopy input,
  .node-type-bank-account #edit-field-idcopy select.form-select,
  .node-type-bank-account #edit-field-accountcopy input,
  .node-type-bank-account #edit-field-accountcopy select.form-select {
    background-color: #f2f2f2; }
  .form-item.form-type-textfield.form-item-mail.form-disabled input[value="移除"],
  .node-type-bank-account #edit-field-title input[value="移除"],
  .node-type-bank-account .form-type-textfield.form-item-title input[value="移除"],
  .node-type-bank-account #edit-field-register-address input[value="移除"],
  .node-type-bank-account #edit-field-bank input[value="移除"],
  .node-type-bank-account #edit-field-bank-account input[value="移除"],
  .node-type-bank-account #edit-field-account-name input[value="移除"],
  .node-type-bank-account #edit-field-idcopy input[value="移除"],
  .node-type-bank-account #edit-field-accountcopy input[value="移除"] {
    display: none; }

input[type="checkbox" i] {
  margin: 0; }

select {
  outline: none; }

select.form-select {
  height: 38px;
  line-height: 30px;
  min-width: 100px;
  padding: 4px 10px;
  white-space: nowrap;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #bcbcbc;
  background-color: #fff; }

textarea {
  width: 100% !important;
  padding: 10px;
  border: solid 1px #bcbcbc;
  background-color: #fff;
  resize: none;
  outline: none; }

.switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 30px; }

.switch input {
  display: none; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

input:checked + .slider {
  background-color: #2196f3; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196f3;
  box-shadow: 0 0 1px #2196f3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px; }

.slider.round:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.chosen-container-multi .chosen-choices {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  color: #239dd5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #239dd5;
  background-color: #fff;
  background-image: none; }
  .chosen-container-multi .chosen-choices:hover {
    color: #60bbe5;
    border-color: #60bbe5; }

.chosen-container-active .chosen-choices {
  border-color: #76c4e8;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  color: #239dd5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #239dd5;
  background-color: #fff;
  padding-left: 10px;
  font-size: 16px; }
  .chosen-container-multi .chosen-choices li.search-field input[type="text"]:hover {
    color: #60bbe5;
    border-color: #60bbe5; }

.chosen-container {
  font-size: 15px;
  width: auto !important;
  min-width: 220px; }
  .chosen-container .chosen-drop {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .chosen-container .chosen-results li {
    padding: 6px 8px;
    line-height: 17px;
    width: 100%; }
    .chosen-container .chosen-results li.highlighted {
      background-color: #239dd5;
      background-image: none; }

.chosen-container-multi .chosen-choices li.search-choice {
  margin: 6px 0px 6px 5px;
  padding: 8px 24px 8px 10px;
  border: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background-color: #e2e2e2;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 9px;
  right: 9px; }

.chosen-disabled {
  opacity: 0.5 !important; }
  .chosen-disabled .chosen-choices,
  .chosen-disabled .chosen-choices:hover {
    cursor: auto;
    border-color: #bcbcbc !important; }
  .chosen-disabled li.search-field input[type="text"],
  .chosen-disabled li.search-field input[type="text"]:hover {
    cursor: auto;
    color: #777 !important; }

.ui-dialog {
  width: 98% !important;
  max-width: 640px;
  padding: 0;
  margin: 0 auto; }
  .ui-dialog .ui-dialog-titlebar {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .ui-dialog .ui-widget-header {
    height: 48px;
    line-height: 24px;
    padding: 12px 20px;
    background-color: #fff;
    text-align: center;
    right: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: solid 1px #dedede; }
  .ui-dialog .ui-dialog-title {
    width: 100%;
    font-size: 18px;
    font-weight: bold; }
  .ui-dialog .ui-dialog-titlebar-close {
    border: 0;
    background: #fff;
    width: 30px;
    height: 30px;
    border: none !important;
    margin: -14px 0 0 0;
    right: 12px; }
  .ui-dialog .ui-icon {
    width: 20px;
    height: 20px;
    background-image: url(/themes/custom/omia_theme/images/omia/project_pic.png) !important;
    background-size: 1000px auto;
    background-repeat: no-repeat;
    background-position: 0 -230px;
    display: block; }

.ui-widget-overlay {
  background-color: #000 !important;
  opacity: 0.3;
  z-index: 1000 !important; }

.plus_pop_bk {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.plus_go_subscribe_pop_block {
  width: 96%;
  max-width: 600px;
  max-height: 80%;
  height: auto;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #707070;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  overflow-y: auto; }
  @media all and (max-width: 991px) {
    .plus_go_subscribe_pop_block {
      max-height: 96%; } }

.plus_pop_header_bar {
  width: 100%;
  min-height: 48px;
  padding: 10px 0;
  position: relative;
  border-bottom: 1px solid #B9B9B9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.plus_pop_header_bar_text {
  width: 100%;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  font-weight: bold;
  padding: 0 55px 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.plus_pop_close_28x28 {
  width: 28px;
  height: 28px;
  position: relative;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 14px; }
  .plus_pop_close_28x28::before {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    display: block;
    background-color: #000000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 11px;
    left: -4px; }
  .plus_pop_close_28x28::after {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    background-color: #000000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 11px;
    left: -4px; }

.plus_go_subscribe_pop_main {
  width: 100%;
  overflow: hidden;
  position: relative; }

.plus_go_subscribe_pop_text {
  width: 100%;
  overflow: hidden;
  position: relative;
  font-size: 19px;
  line-height: 30px;
  color: #000;
  text-align: center;
  margin: 0 auto 30px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.chunghwaBindEmailTipsTitle {
  font-size: 21px;
  font-weight: 500;
  padding: 30px 0 20px 0; }

.chunghwaBindEmailTipsContent {
  font-size: 16px !important; }

.plus_go_subscribe_pop_btn_list {
  width: 92%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.plus_go_subscribe_pop_btn_blue {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 50px;
  line-height: 50px;
  max-width: 300px;
  margin: 0 10px 20px 10px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #239dd5;
  background: #239dd5; }
  .plus_go_subscribe_pop_btn_blue:hover {
    border-color: #41aee0;
    background-color: #41aee0; }
  @media all and (max-width: 991px) {
    .plus_go_subscribe_pop_btn_blue {
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      width: 100%; } }

.plus_go_subscribe_pop_btn_blue_line {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 50px;
  line-height: 50px;
  max-width: 300px;
  margin: 0 10px 20px 10px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  color: #239dd5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #239dd5;
  background: #fff; }
  .plus_go_subscribe_pop_btn_blue_line:hover {
    color: #60bbe5;
    background-color: #f9fcfe; }
  @media all and (max-width: 991px) {
    .plus_go_subscribe_pop_btn_blue_line {
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      width: 100%; } }

.plus_go_subscribe_pop_btn_red {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 50px;
  line-height: 50px;
  max-width: 300px;
  margin: 0 10px 20px 10px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border: solid 1px #EC624F;
  background: #EC624F;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .plus_go_subscribe_pop_btn_red:hover {
    border-color: #f08374;
    background-color: #f08374; }
  @media all and (max-width: 991px) {
    .plus_go_subscribe_pop_btn_red {
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      width: 100%; } }

.plus_go_subscribe_pop_info {
  width: 90%;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  text-align: center;
  margin: 0 auto 20px auto;
  word-wrap: break-word;
  word-break: break-all; }
  .plus_go_subscribe_pop_info a {
    font-size: 16px;
    line-height: 20px;
    color: #239dd5;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all; }

.omia-project .element-invisible {
  display: none; }

.omia-project #block-omia-theme-breadcrumbs {
  display: none; }

.omia-project main {
  width: 100%;
  max-width: 1035px;
  overflow: hidden; }
  .omia-project main .top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    display: #333; }
    @media all and (max-width: 991px) {
      .omia-project main .top-wrapper {
        display: none; } }
    .omia-project main .top-wrapper .project-title-for-pc {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-size: 34px;
      font-weight: bold;
      color: #000;
      text-align: left;
      line-height: 40px;
      padding: 25px 20px 25px 0;
      word-wrap: break-word;
      word-break: break-all;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media all and (max-width: 991px) {
        .omia-project main .top-wrapper .project-title-for-pc {
          display: none; } }
    .omia-project main .top-wrapper .project-social-share {
      width: 110px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 30px 0 0 0; }
      .omia-project main .top-wrapper .project-social-share .fb-share {
        width: 30px;
        height: 30px;
        background-image: url(/themes/custom/omia_theme/images/omia/fb-share.png);
        background-size: 30px;
        background-repeat: no-repeat;
        display: block;
        outline: none;
        border-radius: 3px; }
      .omia-project main .top-wrapper .project-social-share .line-share {
        width: 30px;
        height: 30px;
        background-image: url(/themes/custom/omia_theme/images/omia/line-share.png);
        background-size: 30px;
        background-repeat: no-repeat;
        display: block;
        outline: none;
        border-radius: 3px; }
      .omia-project main .top-wrapper .project-social-share .copy-button {
        width: 30px;
        height: 30px;
        border: 1px solid #e2e2e2;
        border-radius: 3px;
        background-image: url(/themes/custom/omia_theme/images/omia/link_icon.png);
        background-size: 21px;
        background-position: center;
        background-repeat: no-repeat;
        border: 1px solid #239ed5;
        background-color: #239ed5;
        cursor: pointer; }
  .omia-project main .top-wrapper-phone {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f5f5f5;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    position: relative; }
    @media all and (max-width: 991px) {
      .omia-project main .top-wrapper-phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media all and (max-width: 360px) {
      .omia-project main .top-wrapper-phone {
        padding: 0 8px; } }
    @media all and (max-width: 991px) {
      .omia-project main .top-wrapper-phone .project-title-for-phone {
        min-height: 30px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 24px;
        font-weight: bold;
        line-height: 30px;
        text-align: left;
        padding: 12px 42px 12px 0;
        display: block;
        word-wrap: break-word;
        word-break: break-all; } }
    @media all and (max-width: 575px) {
      .omia-project main .top-wrapper-phone .project-title-for-phone {
        font-size: 22px; } }
    @media all and (max-width: 360px) {
      .omia-project main .top-wrapper-phone .project-title-for-phone {
        font-size: 20px; } }
    .omia-project main .top-wrapper-phone .project-social-share-for-phone {
      min-width: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 6px 0 0 0;
      position: absolute;
      top: 0;
      right: 8px; }
      @media all and (max-width: 575px) {
        .omia-project main .top-wrapper-phone .project-social-share-for-phone {
          padding: 6px 0 0 0; } }
      .omia-project main .top-wrapper-phone .project-social-share-for-phone .share-dialog {
        width: 40%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 48px 0 35px 0;
        position: fixed;
        top: 23%;
        left: 30%;
        z-index: 999;
        background-color: #fff;
        border: 1px solid #e2e2e2; }
        @media all and (max-width: 991px) {
          .omia-project main .top-wrapper-phone .project-social-share-for-phone .share-dialog {
            width: 80%;
            left: 10%; } }
        @media all and (max-width: 575px) {
          .omia-project main .top-wrapper-phone .project-social-share-for-phone .share-dialog {
            width: 86%;
            left: 7%; } }
        @media all and (max-width: 360px) {
          .omia-project main .top-wrapper-phone .project-social-share-for-phone .share-dialog {
            width: 90%;
            left: 5%; } }
        .omia-project main .top-wrapper-phone .project-social-share-for-phone .share-dialog::before {
          width: 100%;
          height: 48px;
          line-height: 48px;
          display: block;
          content: "分享、複製連結";
          font-size: 24px;
          text-align: center;
          color: #000;
          font-weight: bold;
          border-bottom: 1px solid #b9b9b9;
          position: absolute;
          top: 0;
          left: 0; }
      .omia-project main .top-wrapper-phone .project-social-share-for-phone .share-buttons-col {
        width: 40px;
        height: 40px;
        background-image: url(/themes/custom/omia_theme/images/omia/share_icon.png);
        background-size: 27px 30px;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        border: 1px solid #e2e2e2;
        background-color: #fff;
        border-radius: 6px; }
      .omia-project main .top-wrapper-phone .project-social-share-for-phone .close-button,
      .omia-project main .top-wrapper-phone .project-social-share-for-phone .close-button-for-share {
        width: 30px;
        height: 30px;
        display: block;
        background-image: url(/themes/custom/omia_theme/images/omia/close_icon.png);
        background-size: 30px;
        background-repeat: no-repeat;
        position: absolute;
        top: 9px;
        right: 13px;
        margin-top: 0 !important;
        z-index: 999; }
      .omia-project main .top-wrapper-phone .project-social-share-for-phone .fb-share {
        width: 40px;
        height: 40px;
        background-image: url(/themes/custom/omia_theme/images/omia/fb-share_80x80.png);
        background-size: 40px;
        background-repeat: no-repeat;
        display: block;
        outline: none;
        border-radius: 6px;
        margin: 35px 15px 0 15px; }
      .omia-project main .top-wrapper-phone .project-social-share-for-phone .line-share {
        width: 40px;
        height: 40px;
        background-image: url(/themes/custom/omia_theme/images/omia/line-share_80x80.png);
        background-size: 40px;
        background-repeat: no-repeat;
        display: block;
        outline: none;
        border-radius: 6px;
        margin: 35px 15px 0 15px; }
      .omia-project main .top-wrapper-phone .project-social-share-for-phone .copy-button {
        width: 40px;
        height: 40px;
        background-image: url(/themes/custom/omia_theme/images/omia/link_icon_54x54.png);
        background-size: 27px;
        background-position: center;
        background-repeat: no-repeat;
        border: 1px solid #239ed5;
        background-color: #239ed5;
        cursor: pointer;
        border-radius: 6px;
        margin: 35px 10px 0 10px; }
  .omia-project main #main-content-for-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 30px 0; }
    @media all and (max-width: 991px) {
      .omia-project main #main-content-for-all {
        margin: 0; } }
  .omia-project main #main-project-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 700px;
    margin: 0 15px 0 0; }
    @media all and (max-width: 991px) {
      .omia-project main #main-project-content {
        max-width: 100%;
        margin: 0; } }
    .omia-project main #main-project-content .project-video {
      margin: 0 0 20px 0; }
      @media all and (max-width: 991px) {
        .omia-project main #main-project-content .project-video {
          margin: 0; } }
      .omia-project main #main-project-content .project-video .project-video-wrapper {
        padding: 0 0 56.1% 0;
        position: relative;
        overflow: hidden; }
        .omia-project main #main-project-content .project-video .project-video-wrapper #back-of-video {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0; }
          .omia-project main #main-project-content .project-video .project-video-wrapper #back-of-video img {
            width: 100%; }
        .omia-project main #main-project-content .project-video .project-video-wrapper iframe {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 20; }
    .omia-project main #main-project-content #content-body {
      min-width: 300px;
      border: 1px solid #e2e2e2; }
      @media all and (max-width: 991px) {
        .omia-project main #main-project-content #content-body {
          border: 0px solid #e2e2e2; } }
      .omia-project main #main-project-content #content-body .tabs-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #eee; }
        .omia-project main #main-project-content #content-body .tabs-button .project-page-left-tab {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          color: #000;
          font-size: 22px;
          height: 56px;
          line-height: 53px;
          text-align: center;
          border-bottom: 3px solid #fff;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          cursor: pointer; }
          @media all and (max-width: 575px) {
            .omia-project main #main-project-content #content-body .tabs-button .project-page-left-tab {
              font-size: 18px; } }
          @media all and (max-width: 360px) {
            .omia-project main #main-project-content #content-body .tabs-button .project-page-left-tab {
              font-size: 14px; } }
        .omia-project main #main-project-content #content-body .tabs-button .selected {
          background-color: #fff;
          border-bottom: 3px solid #000; }
      .omia-project main #main-project-content #content-body .content-boxes {
        position: relative;
        overflow: hidden; }
        .omia-project main #main-project-content #content-body .content-boxes img {
          max-width: 100%;
          height: auto; }
    .omia-project main #main-project-content #edit-field-image-wrapper {
      margin: 30px; }
      .omia-project main #main-project-content #edit-field-image-wrapper label {
        font-size: 18px;
        font-weight: 500;
        display: none; }
      .omia-project main #main-project-content #edit-field-image-wrapper .js-form-item {
        text-align: left !important; }
      .omia-project main #main-project-content #edit-field-image-wrapper .description {
        font-size: 15px;
        line-height: 20px;
        color: #999;
        margin-top: 8px;
        margin-bottom: 20px; }
      .omia-project main #main-project-content #edit-field-image-wrapper img {
        margin: 20px 0; }
  .omia-project main .page-right-item {
    width: 306px;
    padding: 0 0 0 15px;
    border-left: 1px solid #dedede; }
    @media all and (max-width: 991px) {
      .omia-project main .page-right-item {
        display: none; } }
    .omia-project main .page-right-item #package-list {
      background-color: #f5f5f5; }
    .omia-project main .page-right-item .package-item-top-part {
      position: relative; }
      .omia-project main .page-right-item .package-item-top-part .package-img img {
        width: 100%; }
    .omia-project main .page-right-item .package-gift-body {
      font-size: 15px;
      margin: 0 0 15px 0;
      word-wrap: break-word;
      word-break: break-all; }
    .omia-project main .page-right-item #package-list .package-item .package-item-down-part {
      padding: 15px 18px;
      overflow: hidden; }
      .omia-project main .page-right-item #package-list .package-item .package-item-down-part .package-title {
        color: #000;
        font-size: 23px;
        line-height: 28px;
        font-weight: 500;
        margin: 0 0 7px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word;
        word-break: break-all; }
      .omia-project main .page-right-item #package-list .package-item .package-item-down-part .package-body {
        margin: 0;
        font-size: 15px;
        margin: 0 0 15px 0;
        word-wrap: break-word;
        word-break: break-all; }
      .omia-project main .page-right-item #package-list .package-item .package-item-down-part .package-price {
        height: 32px;
        font-size: 30px;
        line-height: 32px;
        color: #239ed5;
        margin: 0 0 10px 0; }
      .omia-project main .page-right-item #package-list .package-item .package-item-down-part .promotion-yes-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
      .omia-project main .page-right-item #package-list .package-item .package-item-down-part .promotion-yes-back-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
      .omia-project main .page-right-item #package-list .package-item .package-item-down-part .special-price {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        color: #f00f0f;
        font-weight: bold;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .omia-project main .page-right-item #package-list .package-item .package-item-down-part .special-price .special-price-label {
          font-size: 30px;
          margin: 0 7px 0 0; }
      .omia-project main .page-right-item #package-list .package-item .package-item-down-part .original-price {
        height: 16px;
        font-size: 14px;
        line-height: 16px;
        color: #999999;
        text-decoration: line-through;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .omia-project main .page-right-item #package-list .package-item:last-child .package-item-down-part {
      padding: 15px 18px 0 18px; }
    .omia-project main .page-right-item #package-list .promotion-desc {
      line-height: 24px;
      overflow: hidden;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 5px;
      margin: 0 0 10px 0;
      background-color: #ffe6e6;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      color: #f00f0f;
      font-weight: 500; }
    .omia-project main .page-right-item #project-gift-and-follow-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      background-color: #f5f5f5;
      padding: 13px 20px 0 20px; }
      .omia-project main .page-right-item #project-gift-and-follow-area .gift {
        width: 80px;
        height: 16px; }
        .omia-project main .page-right-item #project-gift-and-follow-area .gift .gift-give-other {
          width: 100%;
          height: 16px;
          line-height: 16px;
          display: block;
          color: #239ed5;
          font-size: 14px;
          font-size: 300;
          background-image: url(/themes/custom/omia_theme/images/omia/project_pic.png);
          background-size: 1000px auto;
          background-repeat: no-repeat;
          background-position: -165px 0;
          padding: 0 0 0 20px; }
      .omia-project main .page-right-item #project-gift-and-follow-area .follow-button-dom {
        width: 80px;
        height: 16px; }
        .omia-project main .page-right-item #project-gift-and-follow-area .follow-button-dom a:link,
        .omia-project main .page-right-item #project-gift-and-follow-area .follow-button-dom a:visited,
        .omia-project main .page-right-item #project-gift-and-follow-area .follow-button-dom a:hover,
        .omia-project main .page-right-item #project-gift-and-follow-area .follow-button-dom a:active {
          width: 100%;
          height: 16px;
          line-height: 16px;
          display: block;
          color: #239ed5;
          font-size: 14px;
          font-size: 300;
          background-image: url(/themes/custom/omia_theme/images/omia/project_pic.png);
          background-size: 1000px auto;
          background-repeat: no-repeat;
          background-position: -165px -23px;
          padding: 0 0 0 20px; }
      .omia-project main .page-right-item #project-gift-and-follow-area .unfollow {
        color: #777 !important;
        background-position: -165px -48px !important; }
    .omia-project main .page-right-item .project-fans-item {
      width: 100%;
      height: 63px;
      display: block;
      background-color: #f5f5f5;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 13px 20px 0 20px;
      margin: 0 0 32px 0;
      position: relative; }
    .omia-project main .page-right-item .hot-people {
      color: #686868;
      font-size: 14px;
      position: absolute;
      left: 27px;
      top: 28px;
      z-index: 99; }
    .omia-project main .page-right-item .view-follow-wrapper {
      width: 100%;
      height: 37px;
      color: #686868;
      font-size: 14px;
      background-color: #fff;
      display: block;
      position: relative;
      text-align: right; }
      .omia-project main .page-right-item .view-follow-wrapper:before {
        content: "";
        width: 100%;
        height: 13px;
        display: block;
        border-top: 1px dashed #c3c3c3;
        background-color: #f5f5f5; }
    .omia-project main .page-right-item .project_viewCount {
      height: 24px;
      line-height: 24px;
      white-space: nowrap;
      text-align: left;
      min-width: 80px;
      padding: 0 0 0 23px;
      margin: 0 10px 0 0;
      display: inline-block;
      background-image: url(/themes/custom/omia_theme/images/omia/project_pic.png);
      background-size: 1000px auto;
      background-repeat: no-repeat;
      background-position: -165px -69px; }
    .omia-project main .page-right-item .project_followCount {
      height: 24px;
      min-width: 37px;
      line-height: 24px;
      white-space: nowrap;
      text-align: left;
      display: inline-block;
      padding: 0 0 0 19px;
      margin: 0 12px 0 0;
      background-image: url(/themes/custom/omia_theme/images/omia/project_pic.png);
      background-size: 1000px auto;
      background-repeat: no-repeat;
      background-position: -165px -45px; }
    .omia-project main .page-right-item .author-dom {
      min-height: 148px;
      padding: 15px 18px;
      background-color: #f5f5f5;
      position: relative;
      margin: 0 0 36px 0; }
      .omia-project main .page-right-item .author-dom .author-dom-title {
        color: #000;
        font-size: 23px;
        height: 25px;
        line-height: 25px;
        font-weight: 500;
        margin: 0 0 13px 0; }
      .omia-project main .page-right-item .author-dom .author-dom-down {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .omia-project main .page-right-item .author-dom .author-dom-down-left {
        width: 80px !important;
        height: 80px !important;
        margin: 0 10px 0 0; }
        .omia-project main .page-right-item .author-dom .author-dom-down-left img {
          width: 100%;
          height: 100%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border: 2px solid #fff; }
      .omia-project main .page-right-item .author-dom .author-dom-down-right {
        padding: 0;
        overflow: hidden;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .omia-project main .page-right-item .author-dom .author-dom-down-right .author-dom-down-right-name {
          min-height: 23px;
          font-size: 21px;
          line-height: 23px;
          font-weight: 500;
          margin: 0 0 7px 0;
          overflow: hidden;
          word-wrap: break-word;
          word-break: break-all; }
        .omia-project main .page-right-item .author-dom .author-dom-down-right .author-dom-down-right-title {
          font-size: 14px;
          line-height: 17px;
          color: #686868;
          word-wrap: break-word;
          word-break: break-all; }
    .omia-project main .page-right-item .you-also-like .guess-you-title {
      height: 25px;
      font-size: 23px;
      line-height: 25px;
      font-weight: 500;
      color: #000;
      margin: 0 0 18px -15px;
      padding: 0 0 0 15px;
      border-left: 2px solid #000; }
    .omia-project main .page-right-item .you-also-like .also-like {
      background-color: #f5f5f5;
      margin: 0 0 30px 0;
      padding: 0 0 15px 0; }
      .omia-project main .page-right-item .you-also-like .also-like .project-img {
        height: auto; }
    .omia-project main .page-right-item .you-also-like .project-img {
      width: 289px;
      margin: 0 0 15px 0;
      background-color: #f5f5f5; }
    .omia-project main .page-right-item .you-also-like .project-name {
      font-size: 22px;
      font-weight: 500;
      line-height: 25px;
      margin: 0 0 12px 0;
      padding: 0 18px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      word-wrap: break-word;
      word-break: break-all;
      color: #000; }
    .omia-project main .page-right-item .you-also-like .project-master {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 18px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .omia-project main .page-right-item .you-also-like .master-img {
      width: auto;
      height: 40px;
      margin-right: 8px;
      display: inline-block;
      vertical-align: middle;
      border-radius: 50%;
      background-size: cover;
      -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
      box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .omia-project main .page-right-item .you-also-like .author-name {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-size: 15px;
      font-weight: 500;
      line-height: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
      align-content: center;
      word-wrap: break-word;
      word-break: break-all;
      color: #000; }
    .omia-project main .page-right-item .package-minutes {
      min-height: 74px;
      color: #777;
      font-size: 14px;
      margin: 0 0 15px 0; }
    .omia-project main .page-right-item .package-item-open-item {
      min-height: 72px; }
  .omia-project main .add-cart {
    width: 59px;
    height: 59px;
    border: 1px solid #249ed5;
    cursor: pointer;
    background-image: url(/themes/custom/omia_theme/images/omia/project_pic.png);
    background-size: 1000px auto;
    background-repeat: no-repeat;
    background-position: -99px 12px;
    position: relative;
    margin: 0 0 0 6px; }
    @media all and (max-width: 991px) {
      .omia-project main .add-cart {
        display: block; } }
    .omia-project main .add-cart:hover:before {
      content: "";
      position: absolute;
      left: 20px;
      top: -18px;
      width: 20px;
      height: 20px;
      -webkit-clip-path: polygon(100% 0, 0 0, 50% 50%);
      clip-path: polygon(100% 0, 0 0, 50% 50%);
      background-color: rgba(0, 0, 0, 0.7);
      z-index: 11;
      -webkit-animation: change 0.5s;
      animation: change 0.5s; }

@-webkit-keyframes change {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes change {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    .omia-project main .add-cart:hover:after {
      width: 238px;
      height: 52px;
      text-align: center;
      line-height: 52px;
      font-size: 16px;
      font-weight: bold;
      border-radius: 6px;
      content: "點擊即可將此方案放入購物車";
      color: #fff;
      position: absolute;
      top: -70px;
      right: 0;
      z-index: 10;
      -webkit-box-shadow: 0 0 5px #aaa;
      box-shadow: 0 0 5px #aaa;
      background-color: rgba(0, 0, 0, 0.7);
      -webkit-animation: change 0.5s;
      animation: change 0.5s; }

@keyframes change {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .omia-project main .package-item .package-item-open-item {
    cursor: pointer;
    padding: 13px 40px 13px 16px;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    position: relative;
    background-color: #fff; }
    .omia-project main .package-item .package-item-open-item:hover::before {
      content: "";
      width: calc(100% + 2px);
      height: calc(100% + 2px);
      border: 3px solid #009fda;
      position: absolute;
      top: -1px;
      left: -1px;
      z-index: 20; }
    .omia-project main .package-item .package-item-open-item::after {
      content: "";
      width: 16px;
      height: 16px;
      position: absolute;
      top: 25px;
      right: 15px;
      background: transparent;
      border-bottom: 2px solid #000000;
      border-left: 2px solid #000000;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .omia-project main .package-item .package-item-open-item .package-title {
      color: #000;
      font-size: 15px;
      line-height: 18px;
      font-weight: 500;
      margin: 0 0 7px 0; }
    .omia-project main .package-item .package-item-open-item .package-price {
      color: #239ed5;
      font-size: 19px;
      line-height: 21px; }
    .omia-project main .package-item .package-item-open-item .promotion {
      font-size: 19px;
      line-height: 21px;
      font-weight: 600;
      color: #f00f0f !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  .omia-project main .package-item:last-child .package-item-open-item {
    border-bottom: 1px solid #e2e2e2; }
  .omia-project main .package-item:first-child .show {
    border-top: 0 solid #fff !important; }
  .omia-project main .package-item .show {
    border-top: 1px solid #e2e2e2; }

.omia-project .project-review-message-modal {
  padding: 0;
  z-index: 1000; }
  .omia-project .project-review-message-modal .ui-dialog-titlebar {
    padding: 13px 50px;
    position: relative; }
  .omia-project .project-review-message-modal .ui-widget-header {
    height: 61px; }
  .omia-project .project-review-message-modal .ui-dialog-title {
    width: 37px;
    height: 32px;
    background-image: url(/themes/custom/omia_theme/images/omia/exclamation.png);
    background-repeat: no-repeat;
    background-size: 37px 32px;
    background-position: left center; }
  .omia-project .project-review-message-modal .ui-dialog-titlebar-close {
    right: 18px; }
    .omia-project .project-review-message-modal .ui-dialog-titlebar-close:hover {
      background-color: #fff; }
  .omia-project .project-review-message-modal .ui-dialog-content {
    padding: 30px 50px; }
  .omia-project .project-review-message-modal .project-review-message > div {
    margin: 0 0 30px 0;
    font-size: 19px;
    font-weight: 500; }
  .omia-project .project-review-message-modal .project-review-message ul {
    font-size: 16px;
    margin-bottom: 50px;
    color: #777;
    font-weight: 400; }
  .omia-project .project-review-message-modal li {
    margin: 0 0 30px 0; }
  .omia-project .project-review-message-modal li.red {
    color: #db143b; }
  .omia-project .project-review-message-modal .close-btn {
    width: 150px;
    height: 43px;
    font-size: 20px;
    padding: 10px;
    min-width: 110px;
    font-size: 18px;
    padding: 8px 14px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    border-radius: 0px;
    border: solid 1px #239dd5;
    background: #239dd5;
    float: right;
    display: block; }

.omia-project .add-assignment-btn {
  margin: 0 10px 20px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .omia-project .add-assignment-btn a {
    width: 100%;
    height: 45px;
    line-height: 45px;
    display: block;
    text-align: center;
    border-radius: 5px;
    color: #777;
    font-size: 16px;
    font-weight: 400;
    border: solid 1px #bcbcbc; }
    .omia-project .add-assignment-btn a:hover {
      color: #239ed5;
      border: solid 1px #239ed5; }

.omia-project .edit-assignment-btn {
  margin: 0 10px 20px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .omia-project .edit-assignment-btn a {
    width: 100%;
    height: 45px;
    line-height: 45px;
    display: block;
    text-align: center;
    border-radius: 5px;
    color: #777;
    font-size: 16px;
    font-weight: 400;
    border: solid 1px #bcbcbc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .omia-project .edit-assignment-btn a::before {
      width: 20px;
      height: 45px;
      margin: 0 6px 0 0;
      content: "";
      display: block;
      display: inline-block;
      background-image: url(/themes/custom/omia_theme/images/omia/project_backstage_edit.png);
      background-repeat: no-repeat;
      background-size: 200px 19px;
      background-position: -50px center; }
    .omia-project .edit-assignment-btn a:hover {
      color: #239ed5;
      border: solid 1px #239ed5; }
      .omia-project .edit-assignment-btn a:hover::before {
        background-position: -25px center; }

.omia-project .management-creation-btn {
  margin: 0 10px 20px 10px;
  width: calc(100% - 20px);
  height: 45px;
  line-height: 45px;
  display: block;
  text-align: center;
  border-radius: 5px;
  color: #777;
  font-size: 16px;
  font-weight: 400;
  border: solid 1px #bcbcbc; }
  .omia-project .management-creation-btn:hover {
    color: #239ed5;
    border: solid 1px #239ed5; }

.omia-project .assignment-list-dom {
  border-bottom: dotted 1px #c5c5c5;
  margin: 0 10px 25px 10px;
  position: relative;
  margin: 0 0 30px 0; }
  .omia-project .assignment-list-dom::after {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 12px;
    right: 22px;
    border-bottom: 2px solid #000000;
    border-left: 2px solid #000000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 100; }
  .omia-project .assignment-list-dom select {
    width: 100%;
    height: 50px;
    padding: 4px 10px;
    border-radius: 0;
    font-size: 20px;
    font-weight: 500;
    border: solid 1px #bcbcbc;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    margin-bottom: 30px; }
  .omia-project .assignment-list-dom .element-invisible {
    display: none; }

.omia-project .aassignment .project-assignment-dom {
  padding: 20px 10px;
  text-align: left; }

.omia-project .project-assignment-title {
  height: 27px;
  font-size: 25px;
  font-weight: 700;
  line-height: 27px;
  margin: 0 10px 20px 10px;
  border-left: 3px solid #000;
  padding: 0 0 0 10px; }

.omia-project .assignment-desc {
  margin: 0 0 25px 0;
  font-size: 16px;
  color: #484848;
  line-height: 22px; }

.omia-project .assignment-title {
  font-size: 23px;
  font-weight: 500;
  line-height: 28px;
  margin: 0 0 15px 0; }

.omia-project .asg-desc {
  font-size: 16px;
  color: #484848;
  line-height: 22px;
  margin: 0 0 25px 0; }

.omia-project .assignment-desc img {
  width: 100%; }

.omia-project .creation-list-dom .creation-item-dom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 678px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media all and (max-width: 767px) {
    .omia-project .creation-list-dom .creation-item-dom {
      display: block;
      max-width: 339px; } }
  .omia-project .creation-list-dom .creation-item-dom a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 319px;
    min-width: 40%;
    display: block;
    margin: 0 10px 25px 10px;
    position: relative; }
    @media all and (max-width: 767px) {
      .omia-project .creation-list-dom .creation-item-dom a {
        width: 100%; } }

.omia-project .creation-empty-dom {
  margin: 0 10px; }

.omia-project .creation-title-dom {
  height: 27px;
  font-size: 25px;
  font-weight: 700;
  line-height: 27px;
  margin: 0 10px 20px 10px;
  border-left: 3px solid #000;
  padding: 0 0 0 10px;
  overflow: hidden; }

.omia-project .creation-item-top-dom {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border: 1px solid #dedede;
  background-size: 60px 46px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000; }
  .omia-project .creation-item-top-dom .creation-cover {
    position: relative; }
    .omia-project .creation-item-top-dom .creation-cover img {
      width: 100%; }
  .omia-project .creation-item-top-dom .creation-like-dom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 60px;
    height: 26px;
    color: #fff;
    background-color: #343a40;
    padding: 0 10px;
    border-radius: 3px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 900; }
    .omia-project .creation-item-top-dom .creation-like-dom .creation-like-btn {
      width: 20px;
      height: 20px;
      margin: 6px 0 0 0;
      display: block;
      background-image: url(/themes/custom/omia_theme/images/omia/like_icon02.png);
      background-size: 20px auto; }
    .omia-project .creation-item-top-dom .creation-like-dom .creation-like-count {
      color: #fff;
      font-size: 12px;
      font-weight: 300;
      color: #fff;
      line-height: 26px;
      padding: 0 7px 0 6px; }
  .omia-project .creation-item-top-dom .creation-draft-tips {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 26px;
    color: #fff;
    background-color: #343a40;
    padding: 0 10px;
    border-radius: 3px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 900;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    line-height: 26px;
    padding: 0 7px 0 6px;
    font-family: "Font Awesome 5 Free"; }
    .omia-project .creation-item-top-dom .creation-draft-tips::before {
      width: 20px;
      content: "\f15c";
      margin-right: 7px;
      font-weight: 700;
      font-size: 12px;
      color: #fff;
      display: block; }

.omia-project .creation-item-bottom-dom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.omia-project .creation-user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background-image: url(/themes/custom/omia_theme/images/omia/pjp_img-author.jpg);
  background-size: cover;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  margin: 0 8px 0 0; }
  .omia-project .creation-user-img img {
    width: 100%; }

.omia-project .creation-bottom-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.omia-project .creation-bottom-content .creation-title {
  font-size: 18px;
  line-height: 22px;
  height: 22px;
  color: #000;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all; }

.omia-project .creation-bottom-content .creation-user-name {
  height: 17px;
  font-size: 15px;
  line-height: 17px;
  font-weight: 300;
  color: #999;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all; }

.omia-project .no-man-hand-in-creation {
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media all and (max-width: 991px) {
    .omia-project .no-man-hand-in-creation {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.omia-project .project-title-phone {
  min-height: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  padding: 12px 42px 12px 10px;
  word-wrap: break-word;
  word-break: break-all;
  background-color: #f5f5f5;
  display: none; }
  @media all and (max-width: 991px) {
    .omia-project .project-title-phone {
      display: block; } }
  @media all and (max-width: 360px) {
    .omia-project .project-title-phone {
      font-size: 20px;
      line-height: 26px; } }

.omia-project #package-list-phone {
  background-color: #f5f5f5;
  padding: 0 0 10px 0;
  display: none;
  margin: 0 auto; }
  @media all and (max-width: 991px) {
    .omia-project #package-list-phone {
      display: block; } }
  .omia-project #package-list-phone .package-item {
    padding: 12px 11px 68px 11px;
    border: 3px solid #239ed5;
    background-color: #fff;
    width: 80%;
    height: auto;
    min-height: 250px;
    max-width: 300px;
    margin: 0 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    cursor: pointer; }
    .omia-project #package-list-phone .package-item .package-title {
      min-height: 26px;
      line-height: 26px;
      font-size: 22px;
      font-weight: bold;
      color: #000;
      text-align: justify;
      margin: 0 0 7px 0; }
      @media all and (max-width: 575px) {
        .omia-project #package-list-phone .package-item .package-title {
          font-size: 19px;
          line-height: 25px; } }
      @media all and (max-width: 360px) {
        .omia-project #package-list-phone .package-item .package-title {
          font-size: 17px;
          line-height: 23px; } }
    .omia-project #package-list-phone .package-item .package-body {
      margin: 0 0 10px 0; }
      .omia-project #package-list-phone .package-item .package-body p {
        height: 45px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        position: relative;
        line-height: 22px; }
    .omia-project #package-list-phone .package-item .promotion-yes-price {
      height: 32px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
    .omia-project #package-list-phone .package-item .package-price {
      height: 32px;
      font-size: 30px;
      line-height: 32px;
      color: #239ed5;
      margin: 0 0 10px 0; }
      @media all and (max-width: 360px) {
        .omia-project #package-list-phone .package-item .package-price {
          height: 26px; } }
    .omia-project #package-list-phone .package-item .special-price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 32px; }
      @media all and (max-width: 360px) {
        .omia-project #package-list-phone .package-item .special-price {
          height: 26px; } }
    .omia-project #package-list-phone .package-item .special-price-label {
      height: 32px;
      color: #f00f0f;
      line-height: 32px;
      font-size: 27px;
      font-weight: bold;
      margin: 0 5px 0 0;
      white-space: nowrap; }
      @media all and (max-width: 360px) {
        .omia-project #package-list-phone .package-item .special-price-label {
          height: 26px;
          font-size: 21px;
          line-height: 26px; } }
    .omia-project #package-list-phone .package-item .special-price-number {
      height: 32px;
      line-height: 32px;
      color: #f00f0f;
      font-size: 30px;
      font-weight: bold;
      white-space: nowrap; }
      @media all and (max-width: 360px) {
        .omia-project #package-list-phone .package-item .special-price-number {
          height: 26px;
          font-size: 24px;
          line-height: 26px; } }
    .omia-project #package-list-phone .package-item .original-price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 0 1px 0; }
    .omia-project #package-list-phone .package-item .original-price-label {
      height: 18px;
      line-height: 18px;
      color: #999999;
      font-size: 16px;
      margin: 0 5px 0 0;
      white-space: nowrap; }
      @media all and (max-width: 360px) {
        .omia-project #package-list-phone .package-item .original-price-label {
          height: 15px;
          line-height: 15px;
          font-size: 13px; } }
    .omia-project #package-list-phone .package-item .original-price-number {
      height: 18px;
      line-height: 18px;
      color: #999999;
      font-size: 16px;
      white-space: nowrap; }
      @media all and (max-width: 360px) {
        .omia-project #package-list-phone .package-item .original-price-number {
          height: 15px;
          line-height: 15px;
          font-size: 13px; } }
    .omia-project #package-list-phone .package-item .promotion-desc {
      overflow: hidden;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #ffe6e6;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0 5px;
      color: #f00f0f;
      font-weight: 500; }
      @media all and (max-width: 360px) {
        .omia-project #package-list-phone .package-item .promotion-desc {
          font-size: 13px; } }
    .omia-project #package-list-phone .package-item .product-button-in-phone-package-list {
      width: calc(100% - 22px);
      height: 40px;
      line-height: 40px;
      text-align: center;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      vertical-align: middle;
      display: inline-block;
      color: #239dd5;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px;
      border: solid 1px #239dd5;
      background: #fff;
      position: absolute;
      bottom: 15px;
      left: 11px; }
      .omia-project #package-list-phone .package-item .product-button-in-phone-package-list:hover {
        color: #60bbe5;
        background-color: #f9fcfe; }
    .omia-project #package-list-phone .package-item .btnAddOn:before {
      content: "";
      position: absolute;
      right: 16px;
      top: -20px;
      width: 14px;
      height: 16px;
      -webkit-clip-path: polygon(50% 100%, 0 40%, 100% 40%);
      clip-path: polygon(50% 100%, 0 40%, 100% 40%);
      background-color: #ec624f;
      z-index: 11;
      -webkit-animation: change_arrow 1s infinite;
      animation: change_arrow 1s infinite; }

@-webkit-keyframes change_arrow {
  0% {
    top: -20px; }
  50% {
    top: -22px; }
  100% {
    top: -20px; } }

@keyframes change_arrow {
  0% {
    top: -20px; }
  50% {
    top: -22px; }
  100% {
    top: -20px; } }
    .omia-project #package-list-phone .package-item .btnAddOn:after {
      width: 50px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      font-size: 13px;
      font-weight: 600;
      border-radius: 3px;
      content: "加購";
      color: #fff;
      position: absolute;
      top: -31px;
      right: 0;
      z-index: 10;
      background-color: #ec624f;
      -webkit-animation: change 1s infinite;
      animation: change 1s infinite; }

@keyframes change {
  0% {
    top: -31px; }
  50% {
    top: -33px; }
  100% {
    top: -31px; } }

.omia-project .phone-block-for-other .project-fans-item {
  height: 44px;
  font-size: 14px;
  color: #686868;
  line-height: 44px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: 0 0 10px 0;
  background-color: #fff; }
  .omia-project .phone-block-for-other .project-fans-item .hot-people {
    height: 100%;
    line-height: 44px;
    color: #686868;
    font-size: 14px;
    font-weight: 400; }
  .omia-project .phone-block-for-other .project-fans-item .view-content {
    width: 100%;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0; }
    .omia-project .phone-block-for-other .project-fans-item .view-content .view-follow-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .omia-project .phone-block-for-other .project-fans-item .project_viewCount {
    height: 100%;
    line-height: 44px;
    white-space: nowrap;
    text-align: left;
    min-width: 80px;
    padding: 0 0 0 23px;
    margin: 0 10px 0 0;
    display: inline-block;
    background-image: url(/themes/custom/omia_theme/images/omia/project_pic.png);
    background-repeat: no-repeat;
    background-size: 1000px auto;
    background-position: -165px -333px; }
  .omia-project .phone-block-for-other .project-fans-item .project_followCount {
    height: 100%;
    min-width: 37px;
    line-height: 44px;
    white-space: nowrap;
    text-align: left;
    display: inline-block;
    padding: 0 0 0 19px;
    margin: 0 12px 0 0;
    background-image: url(/themes/custom/omia_theme/images/omia/project_pic.png);
    background-repeat: no-repeat;
    background-size: 1000px auto;
    background-position: -165px -384px; }

.omia-project .footer-phone {
  width: 100%;
  border-top: 1px solid #c9c9c9;
  background-color: #fff;
  padding: 10px 15px;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999; }
  @media all and (max-width: 991px) {
    .omia-project .footer-phone {
      display: block; } }

.omia-project .footer-phone-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.omia-project .package-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.omia-project .subscribe-now {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 59px;
  color: #fff;
  font-size: 24px;
  line-height: 59px;
  text-align: center;
  margin: 0;
  cursor: pointer;
  color: #fff;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #239dd5;
  background: #239dd5; }
  .omia-project .subscribe-now:hover {
    border-color: #41aee0;
    background-color: #41aee0; }

.omia-project .has-subscribe-now {
  height: 59px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 22px;
  color: #fff;
  line-height: 59px;
  text-align: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #239dd5;
  background: #239dd5; }
  .omia-project .has-subscribe-now:hover {
    border-color: #41aee0;
    background-color: #41aee0; }
  .omia-project .has-subscribe-now a {
    width: 100%;
    height: 59px;
    color: #fff;
    display: block; }
    @media all and (max-width: 575px) {
      .omia-project .has-subscribe-now a {
        height: 50px; } }

.omia-project .open-bottom-footer {
  width: 59px;
  height: 59px;
  cursor: pointer;
  color: #fff;
  font-weight: normal;
  border: 1px solid #239ed5;
  overflow: hidden;
  background-color: #fff;
  opacity: 1;
  position: relative;
  margin: 0 0 0 6px; }
  .omia-project .open-bottom-footer::after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 26px;
    left: 20px;
    background: transparent;
    border-bottom: 2px solid #239ed5;
    border-left: 2px solid #239ed5;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }

.omia-project .open-bottom-footer.open {
  border: 1px solid #239ed5;
  background-color: #fff; }
  .omia-project .open-bottom-footer.open::after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 15px;
    left: 20px;
    background: transparent;
    border-bottom: 2px solid #239ed5;
    border-left: 2px solid #239ed5;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.omia-project .have-combo.close {
  width: 59px;
  height: 59px;
  padding: 12px 0 0 0;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  border: 1px solid #ec624f;
  overflow: hidden;
  background-color: #ec624f;
  opacity: 1;
  text-align: center;
  text-shadow: none; }
  .omia-project .have-combo.close::before {
    width: 100%;
    content: "合購";
    display: block;
    text-align: center; }
  .omia-project .have-combo.close::after {
    width: 16px;
    height: 16px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    top: 37px; }

.omia-project .footer-phone-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0 0; }
  .omia-project .footer-phone-bottom .gift {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
    border-radius: 5px;
    text-align: center;
    position: relative;
    margin: 0 8px 0 0; }
    .omia-project .footer-phone-bottom .gift .gift-give-other {
      width: 100%;
      height: 40px;
      display: block; }
      .omia-project .footer-phone-bottom .gift .gift-give-other::before {
        width: 85px;
        height: 40px;
        content: "買課送人";
        color: #239ed5;
        font-size: 15px;
        line-height: 40px;
        text-align: center;
        display: block;
        background-image: url(/themes/custom/omia_theme/images/omia/project_pic.png);
        background-size: 1000px auto;
        background-repeat: no-repeat;
        background-position: -165px -139px;
        padding: 0 0 0 20px;
        margin: 0 auto; }
  .omia-project .footer-phone-bottom .footer-follow-button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
    border-radius: 5px;
    text-align: center;
    position: relative; }
    .omia-project .footer-phone-bottom .footer-follow-button .follow-button {
      width: 100%;
      height: 40px;
      display: block;
      text-align: center;
      color: #777;
      font-size: 15px; }
      .omia-project .footer-phone-bottom .footer-follow-button .follow-button::before {
        width: 85px;
        height: 40px;
        content: "";
        color: #777;
        font-size: 15px;
        text-align: center;
        background-image: url(/themes/custom/omia_theme/images/omia/project_pic.png);
        background-size: 1000px auto;
        background-repeat: no-repeat;
        background-position: -165px -199px;
        padding: 0 0 0 20px;
        margin: 0 auto; }
        @media all and (max-width: 360px) {
          .omia-project .footer-phone-bottom .footer-follow-button .follow-button::before {
            width: 80px;
            font-size: 14px; } }
  .omia-project .footer-phone-bottom .combo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
    border-radius: 5px;
    margin: 0 8px 0 0; }
    .omia-project .footer-phone-bottom .combo a {
      width: 100%;
      height: 40px;
      color: #ec624f;
      display: block;
      text-align: center;
      font-size: 15px; }
      .omia-project .footer-phone-bottom .combo a::before {
        width: 85px;
        height: 40px;
        content: "合購優惠";
        color: #ec624f;
        font-size: 15px;
        display: block;
        margin: 0 auto;
        background-image: url(/themes/custom/omia_theme/images/omia/project_pic.png);
        background-size: 1000px auto;
        padding: 0 0 0 20px;
        background-repeat: no-repeat;
        background-position: -165px -290px; }
        @media all and (max-width: 360px) {
          .omia-project .footer-phone-bottom .combo a::before {
            width: 80px;
            font-size: 14px; } }

.omia-project .phone-block-for-other {
  background-color: #f5f5f5;
  padding: 10px 0 0 0;
  overflow: hidden;
  display: none; }
  @media all and (max-width: 991px) {
    .omia-project .phone-block-for-other {
      display: block; } }
  .omia-project .phone-block-for-other #project-fan {
    background-color: #fff;
    margin: 0 0 10px 0;
    padding: 0 15px; }
    .omia-project .phone-block-for-other #project-fan .hot-people {
      height: 100%;
      line-height: 44px;
      color: #686868;
      font-size: 14px;
      font-weight: 400; }
  .omia-project .phone-block-for-other .author-dom {
    min-height: 129px;
    background-color: #fff;
    margin: 0 0 10px 0;
    position: relative;
    padding: 40px 0 0 18px; }
    .omia-project .phone-block-for-other .author-dom .about-author {
      height: 40px;
      font-size: 23px;
      line-height: 40px;
      font-weight: 500;
      color: #000;
      position: absolute;
      top: 0;
      left: 18px; }
    .omia-project .phone-block-for-other .author-dom .author-dom-title {
      height: 40px;
      font-size: 23px;
      line-height: 40px;
      font-weight: 500;
      position: absolute;
      top: 0;
      left: 18px; }
    .omia-project .phone-block-for-other .author-dom .author-dom-down {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-height: 80px;
      position: relative;
      height: 100%;
      padding: 0 0 5px 0; }
      .omia-project .phone-block-for-other .author-dom .author-dom-down .author-dom-down-left {
        width: 80px;
        height: 80px;
        margin: 0 10px 0 0; }
        .omia-project .phone-block-for-other .author-dom .author-dom-down .author-dom-down-left img {
          width: 100%; }
      .omia-project .phone-block-for-other .author-dom .author-dom-down .author-dom-down-right {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .omia-project .phone-block-for-other .author-dom .author-dom-down .author-dom-down-right .author-dom-down-right-name {
          font-size: 21px;
          line-height: 26px;
          font-weight: 500;
          margin: 0 0 4px 0;
          word-wrap: break-word;
          word-break: break-all; }
        .omia-project .phone-block-for-other .author-dom .author-dom-down .author-dom-down-right .author-dom-down-right-title {
          font-size: 15px;
          color: #686868;
          line-height: 20px;
          word-wrap: break-word;
          word-break: break-all; }
  .omia-project .phone-block-for-other .you-also-like {
    width: 100%;
    background-color: #fff;
    padding: 0 15px 10px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 0 10px 0; }
    .omia-project .phone-block-for-other .you-also-like .guess-you-title {
      font-size: 23px;
      font-weight: 500;
      color: #000;
      line-height: 40px;
      text-align: left; }
    .omia-project .phone-block-for-other .you-also-like .swiper-slide {
      width: 260px !important;
      margin: 0 15px 0 0; }
      .omia-project .phone-block-for-other .you-also-like .swiper-slide .also-like {
        width: 260px;
        background-color: #fff;
        padding: 0;
        margin: 0; }
    .omia-project .phone-block-for-other .you-also-like picture {
      display: block;
      overflow: hidden; }
    .omia-project .phone-block-for-other .you-also-like .project-img {
      width: 260px;
      height: auto;
      margin: 0 0 8px 0; }
    .omia-project .phone-block-for-other .you-also-like .project-master {
      display: none; }
    .omia-project .phone-block-for-other .you-also-like .project-name {
      font-size: 18px;
      font-weight: 500;
      line-height: 20px;
      padding: 0 3px;
      margin: 0;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      word-wrap: break-word;
      word-break: break-all;
      color: #000; }

.omia-project .edit-article-list {
  width: 100%;
  overflow: hidden;
  margin: 20px 20px 0 0;
  padding: 0 20px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .omia-project .edit-article-list a {
    width: 170px;
    height: 45px;
    display: block;
    line-height: 45px;
    font-size: 16px;
    color: #777777;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 20px 0;
    float: right; }
    .omia-project .edit-article-list a::before {
      width: 20px;
      height: 45px;
      margin: 0 6px 0 0;
      content: "";
      display: block;
      display: inline-block;
      background-image: url(/themes/custom/omia_theme/images/omia/project_backstage_edit.png);
      background-repeat: no-repeat;
      background-size: 200px 19px;
      background-position: -50px center; }

.omia-project .preview-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  padding: 0 20px; }
  .omia-project .preview-content .preview-collapse-dom {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
    border: solid 1px #bcbcbc;
    padding: 0 10px;
    position: relative; }
    .omia-project .preview-content .preview-collapse-dom::after {
      top: 11px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      content: "";
      width: 18px;
      height: 18px;
      position: absolute;
      right: 16px;
      background: 0 0;
      border-bottom: 2px solid #000;
      border-left: 2px solid #000; }
  .omia-project .preview-content .collapse {
    text-align: left;
    border-bottom: 1px solid #f2f2f2;
    padding: 20px 0 0 0; }
    .omia-project .preview-content .collapse .article-sub-tag {
      width: 100%;
      min-height: 22px;
      font-size: 16px;
      line-height: 22px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin: 0 0 12px 0;
      padding: 0 100px 0 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .omia-project .preview-content .collapse .article-sub-tag .preview-tag {
        min-height: 22px;
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        color: #009fda;
        margin: 0 10px 0 0;
        word-wrap: break-word;
        word-break: break-all; }
      .omia-project .preview-content .collapse .article-sub-tag .preview-minutes {
        height: 22px;
        font-size: 16px;
        line-height: 22px;
        color: #484848;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 30px 0 0;
        display: inline-block;
        background-image: url(/themes/custom/omia_theme/images/omia/project_pic.png);
        background-size: 1000px auto;
        background-repeat: no-repeat;
        background-position: right 5px; }
    .omia-project .preview-content .collapse .title {
      font-size: 21px;
      font-weight: 700;
      line-height: 26px;
      margin: 0 0 15px 0; }
    .omia-project .preview-content .collapse .video-filter {
      line-height: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .omia-project .preview-content .show .preview-item {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: dotted 1px #bcbcbc; }
    .omia-project .preview-content .show .preview-item:last-child {
      padding: 0;
      margin: 0 0 20px 0;
      border-bottom: dotted 0 #bcbcbc; }

.omia-project .article-dom {
  width: calc(100% - 40px);
  position: relative;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #f2f2f2;
  margin: 0 20px 20px 20px;
  text-align: left; }
  .omia-project .article-dom:last-child {
    border-bottom: 0px solid #f2f2f2;
    margin: 0 20px; }
  .omia-project .article-dom .article-sub-title {
    width: 100%;
    min-height: 22px;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 12px 0;
    padding: 0 100px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .omia-project .article-dom .article-tag {
    min-height: 22px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #009fda;
    margin: 0 10px 0 0;
    word-wrap: break-word;
    word-break: break-all; }
  .omia-project .article-dom .article-flag {
    min-width: 52px; }
  .omia-project .article-dom .free {
    height: 22px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    background-color: #db143b;
    padding: 0 10px; }
  .omia-project .article-dom .read-icon {
    width: 20px;
    height: 20px;
    background-image: url(/themes/custom/omia_theme/images/omia/project_pic.png);
    background-size: 1000px auto;
    background-repeat: no-repeat;
    background-position: right -25px;
    position: absolute;
    top: 1px;
    right: 0; }
  .omia-project .article-dom .member_pass {
    height: 22px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    background-color: #ffa000;
    padding: 0 10px; }
  .omia-project .article-dom .article-minutes {
    height: 22px;
    font-size: 16px;
    line-height: 22px;
    color: #484848;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 30px 0 0;
    display: inline-block;
    background-image: url(/themes/custom/omia_theme/images/omia/project_pic.png);
    background-size: 1000px auto;
    background-repeat: no-repeat;
    background-position: right 5px; }
  .omia-project .article-dom .article-title {
    font-size: 21px;
    font-weight: 500;
    line-height: 26px;
    margin: 0 0 15px 0; }
  .omia-project .article-dom .article-summary-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 10px 0; }
  .omia-project .article-dom .article-summary {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    color: #484848;
    line-height: 22px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }
  .omia-project .article-dom .article-summary-open-btn {
    width: 65px;
    line-height: 20px;
    font-size: 15px;
    font-weight: 500;
    color: #009fda;
    text-align: left; }
  .omia-project .article-dom .article-summary-close-btn {
    width: 100% !important;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 500;
    color: #009fda;
    display: block;
    text-align: right;
    padding: 10px 0 0 0; }

.omia-project .msg-go-qa {
  margin: 20px 0 0 0; }

.omia-project .project-status {
  font-size: 16px;
  color: #239dd5;
  background-color: #f5f5f5;
  padding: 10px 20px 10px 20px;
  margin: 0 0 10px 0; }

.omia-project .package-item-top-part .label {
  font-size: 16px;
  color: #000;
  background-color: #ffe6e6;
  padding: 10px 20px 10px 20px; }

.omia-project #project_cover {
  width: 100%;
  height: 45px;
  margin: 0 0 10px 0; }
  @media all and (max-width: 991px) {
    .omia-project #project_cover {
      margin: 10px 0; } }
  .omia-project #project_cover #change_field_image {
    width: 170px;
    height: 45px;
    float: right;
    z-index: 900; }
    .omia-project #project_cover #change_field_image span {
      width: 170px;
      height: 45px;
      line-height: 45px;
      cursor: pointer;
      font-size: 16px;
      color: #777777;
      border: 1px solid #bcbcbc;
      border-radius: 5px;
      background-color: #fff;
      -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.3);
      box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.3);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .omia-project #project_cover #change_field_image span::before {
        width: 20px;
        height: 45px;
        margin: 0 6px 0 0;
        content: "";
        display: block;
        display: inline-block;
        background-image: url("/themes/custom/omia_theme/images/omia/project_backstage_edit.png");
        background-repeat: no-repeat;
        background-size: 200px 19px;
        background-position: -50px center; }
      .omia-project #project_cover #change_field_image span:hover {
        color: #009fda;
        border: 1px solid #009fda;
        -webkit-box-shadow: 0 1px 0 1px #009fda;
        box-shadow: 0 1px 0 1px #009fda; }
        .omia-project #project_cover #change_field_image span:hover::before {
          content: "";
          background-image: url("/themes/custom/omia_theme/images/omia/project_backstage_edit.png");
          background-repeat: no-repeat;
          background-size: 200px 19px;
          background-position: -25px center; }
  .omia-project #project_cover #change_field_image_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 48px; }
  .omia-project #project_cover .custom_field_image_save {
    width: 120px;
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #777777;
    text-align: center;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.3);
    margin: 0 10px 0 0;
    cursor: pointer; }
    .omia-project #project_cover .custom_field_image_save:hover {
      color: #009fda;
      border: 1px solid #009fda;
      -webkit-box-shadow: 0 1px 0 1px #009fda;
      box-shadow: 0 1px 0 1px #009fda; }
  .omia-project #project_cover .custom_field_image_reset {
    width: 120px;
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #777777;
    text-align: center;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.3);
    cursor: pointer; }
    .omia-project #project_cover .custom_field_image_reset:hover {
      color: #009fda;
      border: 1px solid #009fda;
      -webkit-box-shadow: 0 1px 0 1px #009fda;
      box-shadow: 0 1px 0 1px #009fda; }

.omia-project .project-intro-edit-button {
  width: 100%;
  min-height: 48px;
  margin: 15px 0;
  position: relative; }
  .omia-project .project-intro-edit-button a {
    width: 170px;
    height: 45px;
    display: block;
    line-height: 45px;
    cursor: pointer;
    font-size: 16px;
    color: #777;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: right;
    margin: 0 10px; }
    .omia-project .project-intro-edit-button a:before {
      width: 20px;
      height: 45px;
      margin: 0 6px 0 0;
      content: "";
      display: block;
      display: inline-block;
      background-image: url(/themes/custom/omia_theme/images/omia/project_backstage_edit.png);
      background-repeat: no-repeat;
      background-size: 200px 19px;
      background-position: -50px center; }
    .omia-project .project-intro-edit-button a:hover {
      color: #009fda;
      border: 1px solid #009fda;
      -webkit-box-shadow: 0 1px 0 1px #009fda;
      box-shadow: 0 1px 0 1px #009fda; }
      .omia-project .project-intro-edit-button a:hover::before {
        content: "";
        background-image: url("/themes/custom/omia_theme/images/omia/project_backstage_edit.png");
        background-repeat: no-repeat;
        background-size: 200px 19px;
        background-position: -25px center; }

.omia-project .project-edit-button,
.omia-project .package-add-button {
  width: 100%;
  min-height: 48px;
  margin: 10px 0;
  position: relative; }
  .omia-project .project-edit-button a,
  .omia-project .package-add-button a {
    width: 100%;
    height: 45px;
    display: block;
    line-height: 45px;
    cursor: pointer;
    font-size: 16px;
    color: #777;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .omia-project .project-edit-button a:before,
    .omia-project .package-add-button a:before {
      width: 20px;
      height: 45px;
      margin: 0 6px 0 0;
      content: "";
      display: block;
      display: inline-block;
      background-image: url(/themes/custom/omia_theme/images/omia/project_backstage_edit.png);
      background-repeat: no-repeat;
      background-size: 200px 19px;
      background-position: -50px center; }
    .omia-project .project-edit-button a:hover,
    .omia-project .package-add-button a:hover {
      color: #009fda;
      border: 1px solid #009fda;
      -webkit-box-shadow: 0 1px 0 1px #009fda;
      box-shadow: 0 1px 0 1px #009fda; }
      .omia-project .project-edit-button a:hover::before,
      .omia-project .package-add-button a:hover::before {
        content: "";
        background-image: url("/themes/custom/omia_theme/images/omia/project_backstage_edit.png");
        background-repeat: no-repeat;
        background-size: 200px 19px;
        background-position: -25px center; }

.omia-project .package-button {
  width: 100%;
  min-height: 48px;
  margin: 10px 0;
  position: relative; }
  .omia-project .package-button a {
    width: 100%;
    height: 45px;
    display: block;
    line-height: 45px;
    cursor: pointer;
    font-size: 16px;
    color: #777;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .omia-project .package-button a:before {
      width: 20px;
      height: 45px;
      margin: 0 6px 0 0;
      content: "";
      display: block;
      display: inline-block;
      background-image: url(/themes/custom/omia_theme/images/omia/project_backstage_edit.png);
      background-repeat: no-repeat;
      background-size: 200px 19px;
      background-position: -50px center; }
    .omia-project .package-button a:hover {
      color: #009fda;
      border: 1px solid #009fda;
      -webkit-box-shadow: 0 1px 0 1px #009fda;
      box-shadow: 0 1px 0 1px #009fda; }
      .omia-project .package-button a:hover::before {
        content: "";
        background-image: url("/themes/custom/omia_theme/images/omia/project_backstage_edit.png");
        background-repeat: no-repeat;
        background-size: 200px 19px;
        background-position: -25px center; }

.omia-project #project-submit-bottom-bar {
  width: 100%;
  padding: 15px;
  border-top: 1px solid #fff;
  background-color: rgba(35, 39, 43, 0.95);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000; }
  .omia-project #project-submit-bottom-bar h1 {
    color: #fff;
    font-size: 23px;
    margin: 0 0 5px 0; }
  .omia-project #project-submit-bottom-bar .block-ul {
    width: 100%;
    min-height: 45px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .omia-project #project-submit-bottom-bar .block-ul ul {
      list-style-type: none; }
    .omia-project #project-submit-bottom-bar .block-ul ul.left {
      list-style: none;
      margin: 0 0 10px 0; }
      @media all and (max-width: 991px) {
        .omia-project #project-submit-bottom-bar .block-ul ul.left {
          display: block; } }
      .omia-project #project-submit-bottom-bar .block-ul ul.left li {
        display: inline-block;
        font-size: 16px;
        margin-right: 20px;
        color: #fff;
        margin-right: 20px;
        list-style-type: none; }
        .omia-project #project-submit-bottom-bar .block-ul ul.left li:first-letter {
          margin-right: 3px; }
    @media all and (max-width: 991px) {
      .omia-project #project-submit-bottom-bar .block-ul ul.right {
        width: 100%;
        display: block;
        text-align: center; } }
    .omia-project #project-submit-bottom-bar .block-ul ul.right .review-submit-button {
      width: 200px;
      height: 45px;
      font-size: 19px;
      line-height: 45px;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      border-radius: 0;
      padding: 0;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      vertical-align: middle;
      display: inline-block;
      color: #fff;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px;
      border: solid 1px #239dd5;
      background: #239dd5; }
      .omia-project #project-submit-bottom-bar .block-ul ul.right .review-submit-button:hover {
        border-color: #41aee0;
        background-color: #41aee0; }
      @media all and (max-width: 991px) {
        .omia-project #project-submit-bottom-bar .block-ul ul.right .review-submit-button {
          width: 100%;
          margin-top: 0px; } }
    .omia-project #project-submit-bottom-bar .block-ul ul.right .review-submit {
      width: 200px;
      height: 45px;
      font-size: 19px;
      line-height: 45px;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      border-radius: 0;
      padding: 0;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      vertical-align: middle;
      display: inline-block;
      color: #fff;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px;
      border: solid 1px #239dd5;
      background: #239dd5; }
      .omia-project #project-submit-bottom-bar .block-ul ul.right .review-submit:hover {
        border-color: #41aee0;
        background-color: #41aee0; }
      @media all and (max-width: 991px) {
        .omia-project #project-submit-bottom-bar .block-ul ul.right .review-submit {
          width: 100%;
          margin-top: 0px; } }
    .omia-project #project-submit-bottom-bar .block-ul ul.right #bank-submit-button {
      border: 0;
      background-color: #239dd5; }
      .omia-project #project-submit-bottom-bar .block-ul ul.right #bank-submit-button a {
        width: 200px;
        height: 45px;
        font-size: 19px;
        line-height: 45px;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        border-radius: 0;
        padding: 0;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        vertical-align: middle;
        display: inline-block;
        color: #fff;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        border: solid 1px #239dd5;
        background: #239dd5; }
        .omia-project #project-submit-bottom-bar .block-ul ul.right #bank-submit-button a:hover {
          border-color: #41aee0;
          background-color: #41aee0; }
        @media all and (max-width: 991px) {
          .omia-project #project-submit-bottom-bar .block-ul ul.right #bank-submit-button a {
            width: 100%;
            margin-top: 0px; } }
    .omia-project #project-submit-bottom-bar .block-ul ul.right .awaiting-contract {
      width: 200px;
      height: 45px;
      color: #fff;
      font-size: 19px;
      line-height: 45px;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      border-radius: 0;
      padding: 0;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      vertical-align: middle;
      display: inline-block;
      color: #fff;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px;
      border: solid 1px #999;
      background-color: #999; }
      .omia-project #project-submit-bottom-bar .block-ul ul.right .awaiting-contract:hover {
        border-color: #adadad;
        background-color: #adadad; }
      @media all and (max-width: 991px) {
        .omia-project #project-submit-bottom-bar .block-ul ul.right .awaiting-contract {
          width: 100%;
          margin-top: 0px; } }

.omia-project .content-boxes {
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .omia-project .content-boxes .comments {
    padding: 0 0 30px 0; }
  .omia-project .content-boxes .UnLoginCommentForm {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 40px 30px 40px 30px;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #cccccc; }
    .omia-project .content-boxes .UnLoginCommentForm a {
      color: #009fda; }
  .omia-project .content-boxes .omia-status-message {
    width: calc(100% - 60px);
    max-width: 1200px;
    min-width: 300px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    padding: 0 15px;
    background-color: #f5fcff;
    margin: 20px auto; }
    @media all and (max-width: 575px) {
      .omia-project .content-boxes .omia-status-message {
        width: calc(100% - 40px); } }
  .omia-project .content-boxes #edit-comment-body-wrapper .js-form-required {
    margin: 20px 0 12px 0;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.5em; }
    @media all and (max-width: 575px) {
      .omia-project .content-boxes #edit-comment-body-wrapper .js-form-required {
        margin: 15px 0 12px 0;
        font-size: 1.2em; } }
  .omia-project .content-boxes .js-filter-wrapper {
    display: none; }
  .omia-project .content-boxes .js-form-type-textarea {
    margin: 0 0 10px 0;
    padding: 0 30px 10px 30px; }
    @media all and (max-width: 575px) {
      .omia-project .content-boxes .js-form-type-textarea {
        padding: 0 20px 10px 20px; } }
  .omia-project .content-boxes #edit-field-private-wrapper,
  .omia-project .content-boxes .field--type-boolean {
    margin: 0 30px 15px 30px;
    line-height: 20px;
    position: relative; }
    @media all and (max-width: 575px) {
      .omia-project .content-boxes #edit-field-private-wrapper,
      .omia-project .content-boxes .field--type-boolean {
        margin: 0 20px 12px 20px; } }
    .omia-project .content-boxes #edit-field-private-wrapper label,
    .omia-project .content-boxes .field--type-boolean label {
      width: 150px;
      height: 20px;
      margin: 0 30px 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      text-align: left; }
    .omia-project .content-boxes #edit-field-private-wrapper input[type="checkbox"],
    .omia-project .content-boxes .field--type-boolean input[type="checkbox"] {
      width: 20px;
      height: 20px;
      opacity: 0;
      position: absolute;
      z-index: 999;
      border-radius: 0; }
    .omia-project .content-boxes #edit-field-private-wrapper input[type="checkbox"] + label,
    .omia-project .content-boxes .field--type-boolean input[type="checkbox"] + label {
      vertical-align: middle; }
    .omia-project .content-boxes #edit-field-private-wrapper input[type="checkbox"] + label,
    .omia-project .content-boxes .field--type-boolean input[type="checkbox"] + label {
      position: relative; }
      .omia-project .content-boxes #edit-field-private-wrapper input[type="checkbox"] + label::before,
      .omia-project .content-boxes .field--type-boolean input[type="checkbox"] + label::before {
        content: "";
        width: 20px;
        height: 20px;
        background-image: url("/themes/custom/omia_theme/images/omia/shoppingcar.png");
        background-position: 0 0;
        cursor: pointer;
        background-size: 500px auto;
        background-repeat: no-repeat;
        margin: 0 0.5em 0 0; }
    .omia-project .content-boxes #edit-field-private-wrapper input[type="checkbox"]:checked + label::before,
    .omia-project .content-boxes .field--type-boolean input[type="checkbox"]:checked + label::before {
      background-image: url("/themes/custom/omia_theme/images/omia/shoppingcar.png");
      background-position: -27px 0;
      background-size: 500px auto;
      margin: 0 0.5em 0 0; }
  .omia-project .content-boxes #edit-actions {
    overflow: hidden;
    margin: 0 30px;
    padding: 0 0 15px 0; }
    @media all and (max-width: 575px) {
      .omia-project .content-boxes #edit-actions {
        margin: 0 20px;
        padding: 0 0 15px 0; } }
    .omia-project .content-boxes #edit-actions .button {
      float: right;
      outline: 0; }
  .omia-project .content-boxes .option {
    font-size: 16px; }
  .omia-project .content-boxes .js-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 30px 30px 0 30px; }
    @media all and (max-width: 575px) {
      .omia-project .content-boxes .js-comment {
        margin: 25px 20px 0 20px; } }
    .omia-project .content-boxes .js-comment .comment-user-content {
      width: 40px;
      height: 40px;
      margin: 0 5px 0 0; }
      .omia-project .content-boxes .js-comment .comment-user-content article {
        width: 40px;
        height: 40px;
        margin: 0 5px 0 0;
        border-radius: 50%;
        overflow: hidden; }
        .omia-project .content-boxes .js-comment .comment-user-content article a {
          width: 100%;
          height: 100%;
          display: block; }
          .omia-project .content-boxes .js-comment .comment-user-content article a img {
            width: 100%;
            height: auto; }
    .omia-project .content-boxes .js-comment .comment-content {
      padding: 5px;
      text-align: left; }
      .omia-project .content-boxes .js-comment .comment-content .comment-private-title {
        height: 24px;
        line-height: 24px;
        padding: 0 0 0 19px;
        margin: 0 0 5px 0;
        color: #999;
        background-image: url(/themes/custom/omia_theme/images/omia/project_pic.png);
        background-size: 1000px auto;
        background-repeat: no-repeat;
        background-position: -163px -97px; }
      .omia-project .content-boxes .js-comment .comment-content .comment-body {
        font-size: 16px;
        margin: 0 0 10px 0;
        text-align: justify;
        line-height: 24px;
        word-wrap: break-word;
        word-break: break-all; }
        @media all and (max-width: 575px) {
          .omia-project .content-boxes .js-comment .comment-content .comment-body {
            font-size: 15px;
            line-height: 23px; } }
      .omia-project .content-boxes .js-comment .comment-content .comment-time {
        font-size: 14px;
        color: #999;
        margin: 0 0 3px 0; }
      .omia-project .content-boxes .js-comment .comment-content .links a {
        font-size: 16px;
        color: #009fda; }
  .omia-project .content-boxes .js-form-required {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
    display: block;
    text-align: left; }
  .omia-project .content-boxes .indented {
    margin: 0 30px 0 27px; }
    @media all and (max-width: 575px) {
      .omia-project .content-boxes .indented {
        margin: 0 20px 0 27px; } }
  .omia-project .content-boxes .form-actions {
    overflow: hidden;
    margin: 0 30px 30px 30px;
    border-bottom: 1px dotted #dedede;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 15px 0; }
    @media all and (max-width: 575px) {
      .omia-project .content-boxes .form-actions {
        margin: 0 20px 30px 0; } }
  .omia-project .content-boxes .button {
    float: right; }
  .omia-project .content-boxes .commentBtnCancel {
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #999;
    background-color: #999;
    margin: 0 15px 0 0; }
    .omia-project .content-boxes .commentBtnCancel:hover {
      border-color: #adadad;
      background-color: #adadad; }
  .omia-project .content-boxes .field--type-boolean {
    margin-bottom: 15px;
    position: relative;
    line-height: 20px; }
    .omia-project .content-boxes .field--type-boolean label {
      width: 150px;
      height: 20px;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      text-align: left; }
    .omia-project .content-boxes .field--type-boolean input[type="checkbox"] {
      width: 20px;
      height: 20px;
      opacity: 0;
      position: absolute;
      z-index: 999;
      border-radius: 0; }
    .omia-project .content-boxes .field--type-boolean input[type="checkbox"] + label {
      vertical-align: middle; }
    .omia-project .content-boxes .field--type-boolean input[type="checkbox"] + label {
      position: relative; }
      .omia-project .content-boxes .field--type-boolean input[type="checkbox"] + label::before {
        content: "";
        width: 20px;
        height: 20px;
        background-image: url("/themes/custom/omia_theme/images/omia/shoppingcar.png");
        background-position: 0 0;
        cursor: pointer;
        background-size: 500px auto;
        background-repeat: no-repeat;
        margin: 0 0.5em 0 0; }
    .omia-project .content-boxes .field--type-boolean input[type="checkbox"]:checked + label::before {
      background-image: url("/themes/custom/omia_theme/images/omia/shoppingcar.png");
      background-position: -27px 0;
      background-size: 500px auto;
      margin: 0 0.5em 0 0; }
  .omia-project .content-boxes .option {
    font-size: 16px; }
  .omia-project .content-boxes .js-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 30px 30px 0 30px; }
    @media all and (max-width: 575px) {
      .omia-project .content-boxes .js-comment {
        margin: 30px 20px 0 20px; } }
    .omia-project .content-boxes .js-comment .comment-user-content {
      width: 40px;
      height: 40px;
      margin: 0 5px 0 0; }
      .omia-project .content-boxes .js-comment .comment-user-content article {
        width: 40px;
        height: 40px;
        margin: 0 5px 0 0;
        border-radius: 50%;
        overflow: hidden; }
        .omia-project .content-boxes .js-comment .comment-user-content article a {
          width: 100%;
          height: 100%;
          display: block; }
          .omia-project .content-boxes .js-comment .comment-user-content article a img {
            width: 100%;
            height: auto; }
    .omia-project .content-boxes .js-comment .comment-content {
      padding: 5px;
      text-align: left; }
      .omia-project .content-boxes .js-comment .comment-content .comment-private-title {
        height: 24px;
        line-height: 24px;
        padding: 0 0 0 19px;
        margin: 0 0 5px 0;
        color: #999;
        background-image: url(/themes/custom/omia_theme/images/omia/project_pic.png);
        background-size: 1000px auto;
        background-repeat: no-repeat;
        background-position: -163px -97px; }
      .omia-project .content-boxes .js-comment .comment-content .comment-body {
        font-size: 16px;
        margin: 0 0 10px 0;
        text-align: justify;
        line-height: 24px; }
        @media all and (max-width: 575px) {
          .omia-project .content-boxes .js-comment .comment-content .comment-body {
            font-size: 15px;
            line-height: 23px; } }
      .omia-project .content-boxes .js-comment .comment-content .comment-time {
        font-size: 14px;
        color: #999;
        margin: 0 0 3px 0; }
      .omia-project .content-boxes .js-comment .comment-content .links a {
        font-size: 16px;
        color: #009fda; }
  .omia-project .content-boxes .indented {
    margin: 0 0 0 27px; }
  .omia-project .content-boxes h2 {
    height: 27px;
    font-size: 25px;
    font-weight: 700;
    line-height: 27px;
    margin: 20px 30px;
    border-left: 3px solid #000;
    padding: 0 0 0 10px;
    text-align: left; }

.omia-project .promote-tag {
  width: 90px;
  height: 91px;
  background-image: url("/themes/custom/omia_theme/images/omia/project_pic.png");
  background-size: 1000px auto;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: 0;
  right: 0; }

.omia-project .blockOverlay {
  background-color: rgba(0, 0, 0, 0) !important;
  z-index: 10000 !important; }

.omia-project .add-cart-block {
  width: 164px;
  height: 102px;
  padding: 68px 0 0 0 !important;
  border-radius: 8px;
  font-size: 15px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.85) !important;
  background-image: url("/themes/custom/omia_theme/images/omia/project_pic.png");
  background-size: 1000px auto;
  background-repeat: no-repeat;
  background-position: 60px -285px; }

.omia-project .msg-go-qa-btn {
  color: #009fda !important; }

.omia-project .combo-block-pc {
  border: 3px solid #ec624f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  display: block; }
  @media all and (max-width: 991px) {
    .omia-project .combo-block-pc {
      display: none; } }
  .omia-project .combo-block-pc .combo-header {
    width: 100%;
    min-height: 52px;
    background-color: #ec624f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 20px; }
    .omia-project .combo-block-pc .combo-header .combo-title {
      color: #fff;
      font-size: 23px;
      font-weight: bold;
      line-height: 26px;
      white-space: nowrap;
      margin: 0 10px 0 0; }
    .omia-project .combo-block-pc .combo-header .combo-header-right-top {
      color: #fff;
      font-size: 15px;
      line-height: 20px;
      text-align: justify;
      word-wrap: break-word;
      word-break: break-all; }
    .omia-project .combo-block-pc .combo-header .combo-header-right-bottom {
      color: #fff;
      font-size: 15px;
      line-height: 20px;
      text-align: justify;
      word-wrap: break-word;
      word-break: break-all; }
  .omia-project .combo-block-pc .combo-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dashed #b9b9b9;
    margin: 0 20px;
    padding: 10px 0; }
    @media all and (max-width: 991px) {
      .omia-project .combo-block-pc .combo-contents {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .omia-project .combo-block-pc .combo-pkg-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 15px 0 0; }
    .omia-project .combo-block-pc .combo-pkg-item a {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .omia-project .combo-block-pc .combo-pkg-item:last-child {
      margin: 0; }
  .omia-project .combo-block-pc .combo-pkg-item-left {
    width: 70px;
    height: 70px;
    margin: 0 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #707070;
    overflow: hidden; }
    .omia-project .combo-block-pc .combo-pkg-item-left img {
      width: auto;
      height: 70px; }
  .omia-project .combo-block-pc .combo-pkg-item-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .omia-project .combo-block-pc .combo-pkg-item-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 6px 0;
    color: #000; }
  .omia-project .combo-block-pc .combo-pkg-item-title2 {
    color: #ec624f;
    font-size: 15px;
    line-height: 19px;
    margin: 0 0 10px 0; }
  .omia-project .combo-block-pc .combo-pkg-item-price {
    font-size: 14px;
    color: #999999;
    line-height: 16px;
    text-decoration: line-through; }
  .omia-project .combo-block-pc .combo-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 20px;
    padding: 14px 0; }
  .omia-project .combo-block-pc .combo-footer-left-top {
    height: 16px;
    font-size: 14px;
    color: #999;
    line-height: 16px;
    text-decoration: line-through; }
  .omia-project .combo-block-pc .combo-footer-combo-price {
    line-height: 40px;
    font-size: 38px;
    font-weight: 700;
    color: #f00f0f; }
  .omia-project .combo-block-pc .combo-footer-left-bottom {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .omia-project .combo-block-pc .combo-footer-left-bottom .combo-footer-tips {
      width: 92px;
      height: 28px;
      font-size: 20px;
      font-weight: 700;
      line-height: 28px;
      text-align: center;
      background-color: #ffe6e6;
      margin: 0 10px 5px 0; }
    .omia-project .combo-block-pc .combo-footer-left-bottom .page-project_package-combo-price-number {
      line-height: 40px;
      font-size: 38px;
      font-weight: 700;
      color: #f00f0f; }
  .omia-project .combo-block-pc .combo-cart-btn {
    width: 210px;
    height: 50px;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    display: inline-block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #EC624F;
    background: #fff;
    color: #EC624F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .omia-project .combo-block-pc .combo-cart-btn:hover {
      color: #f3a094;
      background-color: white; }
    .omia-project .combo-block-pc .combo-cart-btn:hover::before {
      opacity: 0.8; }
    .omia-project .combo-block-pc .combo-cart-btn::before {
      width: 35px;
      height: 34px;
      content: "";
      display: block;
      background-image: url(/themes/custom/omia_theme/images/omia/project_pic.png);
      background-size: 1000px auto;
      background-repeat: no-repeat;
      background-position: -110px -75px;
      margin: 0 5px 0 0; }

.omia-project .combo-block-phone {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .omia-project .combo-block-phone .combo-block-phone-contents {
    width: calc(100% - 20px);
    max-height: 80%;
    height: auto;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #707070;
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
    position: relative;
    overflow-y: auto; }
    @media all and (max-width: 991px) {
      .omia-project .combo-block-phone .combo-block-phone-contents {
        max-height: 90%; } }
  .omia-project .combo-block-phone .combo-header {
    width: 100%;
    min-height: 48px;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #b9b9b9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .omia-project .combo-block-phone .combo-header-title {
    width: 100%;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    font-weight: bold;
    padding: 0 55px 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .omia-project .combo-block-phone .combo-header-close-btn {
    width: 28px;
    height: 28px;
    position: relative;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 14px; }
    .omia-project .combo-block-phone .combo-header-close-btn::before {
      content: "";
      display: block;
      width: 36px;
      height: 2px;
      display: block;
      background-color: #000000;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position: absolute;
      top: 11px;
      left: -4px; }
    .omia-project .combo-block-phone .combo-header-close-btn::after {
      content: "";
      display: block;
      width: 36px;
      height: 2px;
      background-color: #000000;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 11px;
      left: -4px; }
  .omia-project .combo-block-phone .combo-contents {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media all and (max-width: 360px) {
      .omia-project .combo-block-phone .combo-contents {
        padding: 15px; } }
  .omia-project .combo-block-phone .combo-contents-top {
    padding: 0 0 17px 0;
    border-bottom: 1px dashed #b9b9b9;
    margin: 0 0 8px 0; }
  .omia-project .combo-block-phone .combo-title {
    width: 100%;
    min-height: 24px;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 7px 0;
    color: #000; }
  .omia-project .combo-block-phone .combo-body {
    width: 100%;
    line-height: 20px;
    font-size: 15px; }
    .omia-project .combo-block-phone .combo-body p {
      width: 100%;
      color: #db143b;
      display: block;
      margin: 0 0 4px 0; }
    .omia-project .combo-block-phone .combo-body span {
      color: #009fda; }
  .omia-project .combo-block-phone .combo-contents-middle {
    padding: 0 0 9px 0;
    border-bottom: 1px dashed #b9b9b9;
    margin: 0 0 15px 0; }
    .omia-project .combo-block-phone .combo-contents-middle .combo-pkg-item {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 0 15px 0 0; }
      .omia-project .combo-block-phone .combo-contents-middle .combo-pkg-item a {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 8px 0; }
      .omia-project .combo-block-phone .combo-contents-middle .combo-pkg-item:last-child {
        margin: 0; }
    .omia-project .combo-block-phone .combo-contents-middle .combo-pkg-item-left {
      width: 70px;
      height: 70px;
      margin: 0 10px 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border: 1px solid #707070;
      overflow: hidden; }
      .omia-project .combo-block-phone .combo-contents-middle .combo-pkg-item-left img {
        width: auto;
        height: 70px; }
    .omia-project .combo-block-phone .combo-contents-middle .combo-pkg-item-right {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .omia-project .combo-block-phone .combo-contents-middle .combo-pkg-item-title {
      font-size: 17px;
      font-weight: 700;
      line-height: 20px;
      margin: 0 0 6px 0;
      color: #000; }
    .omia-project .combo-block-phone .combo-contents-middle .combo-pkg-item-title2 {
      color: #ec624f;
      font-size: 15px;
      line-height: 19px;
      margin: 0 0 10px 0; }
    .omia-project .combo-block-phone .combo-contents-middle .combo-pkg-item-price {
      font-size: 14px;
      color: #999999;
      line-height: 16px;
      text-decoration: line-through; }
  .omia-project .combo-block-phone .combo-footer-original-price {
    height: 16px;
    font-size: 14px;
    color: #999;
    line-height: 16px;
    text-decoration: line-through; }
  .omia-project .combo-block-phone .combo-footer-new-price {
    height: 40px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .omia-project .combo-block-phone .combo-footer-tips {
    width: 92px;
    height: 28px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    background-color: #ffe6e6;
    margin: 0 10px 5px 0; }
    @media all and (max-width: 360px) {
      .omia-project .combo-block-phone .combo-footer-tips {
        width: 80px;
        height: 26px;
        font-size: 18px;
        line-height: 26px; } }
  .omia-project .combo-block-phone .combo-footer-combo-price {
    height: 40px;
    line-height: 40px;
    font-size: 38px;
    font-weight: 700;
    color: #f00f0f; }
    @media all and (max-width: 360px) {
      .omia-project .combo-block-phone .combo-footer-combo-price {
        font-size: 28px; } }
  .omia-project .combo-block-phone .combo-cart-btn {
    width: 100%;
    height: 50px;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    display: inline-block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #EC624F;
    background: #fff;
    color: #EC624F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 17px 0 0 0; }
    .omia-project .combo-block-phone .combo-cart-btn:hover {
      color: #f3a094;
      background-color: white; }
    .omia-project .combo-block-phone .combo-cart-btn:hover::before {
      opacity: 0.8; }
    .omia-project .combo-block-phone .combo-cart-btn::before {
      width: 35px;
      height: 34px;
      content: "";
      display: block;
      background-image: url(https://www.omia.com.tw/imgs/system_files/2022/05/19/group_buy_shoppingcar.png);
      background-size: 35px 34px;
      background-repeat: no-repeat;
      margin: 0 5px 0 0; }

.omia-project .package-addOn-block {
  margin: 0 0 10px 0; }

.omia-project .package-addOn-header-bar {
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  background-color: #EC624F;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative; }
  .omia-project .package-addOn-header-bar:before {
    content: "";
    display: block;
    position: absolute;
    right: 21px;
    top: -20px;
    width: 14px;
    height: 16px;
    -webkit-clip-path: polygon(50% 100%, 0 40%, 100% 40%);
    clip-path: polygon(50% 100%, 0 40%, 100% 40%);
    background-color: #f00f0f;
    z-index: 11;
    -webkit-animation: change_arrow 1s infinite;
    animation: change_arrow 1s infinite; }

@keyframes change_arrow {
  0% {
    top: 5px; }
  50% {
    top: 3px; }
  100% {
    top: 5px; } }
  .omia-project .package-addOn-header-bar:after {
    width: 50px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 3px;
    content: "加購";
    color: #fff;
    position: absolute;
    top: -31px;
    right: 5px;
    z-index: 10;
    background-color: #f00f0f;
    -webkit-animation: change 1s infinite;
    animation: change 1s infinite; }

@keyframes change {
  0% {
    top: -5px; }
  50% {
    top: -7px; }
  100% {
    top: -5px; } }
  .omia-project .package-addOn-header-bar .package-addOn-header-title {
    line-height: 50px;
    color: #fff;
    font-size: 20px; }
  .omia-project .package-addOn-header-bar .package-addOn-header-more-btn {
    color: #fff;
    font-size: 15px;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 21px 18px 0 0;
    display: none;
    position: relative; }
    .omia-project .package-addOn-header-bar .package-addOn-header-more-btn::after {
      content: "";
      width: 11px;
      height: 11px;
      display: block;
      border-bottom: 2px solid #ffffff;
      border-left: 2px solid #ffffff;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      z-index: 100;
      margin: 0 0 0 5px;
      position: absolute;
      top: 20px;
      right: 0; }

.omia-project .show-more .package-addOn-header-more-btn {
  display: block !important; }

.omia-project .package-addOn-list {
  height: 145px;
  overflow: hidden;
  position: relative; }
  .omia-project .package-addOn-list::after {
    content: "";
    width: 100%;
    height: 51px;
    display: block;
    padding: 12px 0 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10; }

.omia-project .package-addOn-list.open {
  height: auto;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .omia-project .package-addOn-list.open::after {
    display: none; }

.omia-project .package-addOn-list.only-one {
  height: 119px; }
  .omia-project .package-addOn-list.only-one::after {
    display: none; }

.omia-project .package-addOn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 15px 0;
  border-bottom: 1px solid #E8E8E8; }

.omia-project .package-addOn-row-left {
  width: 33px;
  height: 20px;
  padding: 26px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.omia-project .package-addOn-row-middle {
  width: 70px;
  height: 70px;
  border: 1px solid #E2E2E2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 13px 0 0; }
  .omia-project .package-addOn-row-middle img {
    height: 100%; }

.omia-project .package-addOn-row-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .omia-project .package-addOn-row-right .package-addOn-title {
    height: 19px;
    line-height: 19px;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    margin: 0 0 5px 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }
  .omia-project .package-addOn-row-right .package-addOn-body {
    text-align: left;
    font-size: 14px;
    color: #686868;
    line-height: 17px;
    margin: 0 0 6px 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .omia-project .package-addOn-row-right .package-addOn-price {
    text-align: left;
    height: 24px;
    font-size: 22px;
    color: #239ed5;
    font-weight: bold;
    line-height: 24px;
    overflow: hidden; }

.omia-project input::before {
  width: 20px;
  height: 20px;
  font-size: 16px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  display: block;
  background-color: #239dd5;
  position: absolute;
  top: 0;
  left: 0; }

.omia-project input[type="checkbox"] {
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 999;
  border-radius: 0; }

.omia-project input[type="checkbox"] {
  position: relative; }
  .omia-project input[type="checkbox"]::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("/themes/custom/omia_theme/images/omia/shoppingcar.png");
    background-position: 0 0;
    cursor: pointer;
    background-size: 500px auto;
    background-repeat: no-repeat;
    margin: 0 0.5em 0 0; }

.omia-project input[type="checkbox"]:checked::before {
  background-image: url("/themes/custom/omia_theme/images/omia/shoppingcar.png");
  background-position: -27px 0;
  background-size: 500px auto;
  margin: 0 0.5em 0 0; }

.omia-project .plus_go_subscribe_pop_block .plus_go_subscribe_pop_text {
  width: calc(100% - 30px);
  margin: 0 auto 50px auto; }
  @media all and (max-width: 991px) {
    .omia-project .plus_go_subscribe_pop_block .plus_go_subscribe_pop_text {
      margin: 0 auto 35px auto; } }

.omia-project .plus_go_subscribe_pop_block .plus_go_subscribe_pop_main {
  padding: 10px 0 10px 0; }
  @media all and (max-width: 991px) {
    .omia-project .plus_go_subscribe_pop_block .plus_go_subscribe_pop_main {
      padding: 10px 0; } }

.omia-project .project-page-product-list {
  display: block; }
  @media all and (max-width: 991px) {
    .omia-project .project-page-product-list {
      display: none; } }
  .omia-project .project-page-product-list .product-item {
    margin: 20px auto;
    width: 100%;
    max-width: 660px;
    border: 1px solid #e2e2e2;
    padding: 0 0 30px 0; }
  .omia-project .project-page-product-list .product-img {
    margin: 0 0 25px 0; }
    .omia-project .project-page-product-list .product-img img {
      width: 100%;
      height: auto; }
  .omia-project .project-page-product-list .product-title {
    font-size: 25px;
    font-weight: 600;
    color: #212529; }
  .omia-project .project-page-product-list .product-body {
    font-weight: 600;
    color: #c0392b; }
  .omia-project .project-page-product-list .product-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0 0 0; }
  .omia-project .project-page-product-list .product-price {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 33px;
    font-weight: 600;
    color: #249ed5;
    margin: 0 20px 0 0; }
  .omia-project .project-page-product-list .product-cart-btn {
    width: 210px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #239dd5;
    background: #239dd5; }
    .omia-project .project-page-product-list .product-cart-btn:hover {
      border-color: #41aee0;
      background-color: #41aee0; }
  .omia-project .project-page-product-list .product-contents {
    padding: 0 22px; }

.omia-project .project-page-product-list-phone {
  display: none; }
  @media all and (max-width: 991px) {
    .omia-project .project-page-product-list-phone {
      display: block; } }
  .omia-project .project-page-product-list-phone .swiper-wrapper {
    padding: 10px 0; }
  .omia-project .project-page-product-list-phone .product-item-phone {
    width: 300px;
    height: auto;
    border: 1px solid #e2e2e2;
    margin: 0 8px;
    padding: 0 0 98px 0; }
  .omia-project .project-page-product-list-phone .product-img {
    height: 186px;
    line-height: 0;
    overflow: hidden;
    background-color: #EDEDED;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .omia-project .project-page-product-list-phone .product-img img {
      max-width: 100%;
      height: 100% !important; }
  .omia-project .project-page-product-list-phone .product-contents {
    padding: 8px 12px; }
    .omia-project .project-page-product-list-phone .product-contents .product-title {
      font-size: 19px;
      font-weight: 700;
      color: #000;
      line-height: 25px;
      margin: 0 0 5px 0;
      word-wrap: break-word;
      word-break: break-all; }
    .omia-project .project-page-product-list-phone .product-contents .product-body {
      width: 100%;
      color: #484848;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
      .omia-project .project-page-product-list-phone .product-contents .product-body p {
        width: 100%; }
  .omia-project .project-page-product-list-phone .product-more-btn {
    font-size: 15px;
    color: #333;
    font-weight: 700;
    line-height: 25px; }
  .omia-project .project-page-product-list-phone .product-price {
    font-size: 30px;
    line-height: 32px;
    color: #009fda;
    font-weight: 600;
    position: absolute;
    left: 12px;
    bottom: 65px; }
  .omia-project .project-page-product-list-phone .product-cart-btn {
    width: calc(100% - 24px);
    height: 45px;
    font-size: 17px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #239dd5;
    background: #239dd5;
    position: absolute;
    bottom: 12px;
    left: 12px; }
    .omia-project .project-page-product-list-phone .product-cart-btn:hover {
      border-color: #41aee0;
      background-color: #41aee0; }

.omia-project .project-page-product-list-vip {
  display: block; }
  @media all and (max-width: 991px) {
    .omia-project .project-page-product-list-vip {
      display: none; } }
  .omia-project .project-page-product-list-vip .product-item {
    margin: 20px auto;
    width: 100%;
    max-width: 660px;
    border: 1px solid #e2e2e2;
    padding: 0 0 30px 0; }
  .omia-project .project-page-product-list-vip .product-img {
    margin: 0 0 25px 0; }
    .omia-project .project-page-product-list-vip .product-img img {
      width: 100%;
      height: auto; }
  .omia-project .project-page-product-list-vip .product-title {
    font-size: 25px;
    font-weight: 600;
    color: #212529; }
  .omia-project .project-page-product-list-vip .product-body {
    font-weight: 600;
    color: #c0392b; }
  .omia-project .project-page-product-list-vip .product-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0 0 0; }
  .omia-project .project-page-product-list-vip .product-price {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 33px;
    font-weight: 600;
    color: #249ed5;
    margin: 0 20px 0 0; }
  .omia-project .project-page-product-list-vip .product-cart-btn {
    width: 210px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #239dd5;
    background: #239dd5; }
    .omia-project .project-page-product-list-vip .product-cart-btn:hover {
      border-color: #41aee0;
      background-color: #41aee0; }
  .omia-project .project-page-product-list-vip .product-contents {
    padding: 0 22px; }

.omia-project .project-page-product-list-vip-phone {
  display: none; }
  @media all and (max-width: 991px) {
    .omia-project .project-page-product-list-vip-phone {
      display: block; } }
  .omia-project .project-page-product-list-vip-phone .swiper-wrapper {
    padding: 10px 0; }
  .omia-project .project-page-product-list-vip-phone .product-item-phone {
    width: 300px;
    height: auto;
    border: 1px solid #e2e2e2;
    margin: 0 8px;
    padding: 0 0 98px 0; }
  .omia-project .project-page-product-list-vip-phone .product-img {
    height: 186px;
    line-height: 0;
    overflow: hidden;
    background-color: #EDEDED;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .omia-project .project-page-product-list-vip-phone .product-img img {
      max-width: 100%;
      height: 100% !important; }
  .omia-project .project-page-product-list-vip-phone .product-contents {
    padding: 8px 12px; }
    .omia-project .project-page-product-list-vip-phone .product-contents .product-title {
      font-size: 19px;
      font-weight: 700;
      color: #000;
      line-height: 25px;
      margin: 0 0 5px 0;
      word-wrap: break-word;
      word-break: break-all; }
    .omia-project .project-page-product-list-vip-phone .product-contents .product-body {
      width: 100%;
      color: #484848;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
      .omia-project .project-page-product-list-vip-phone .product-contents .product-body p {
        width: 100%; }
  .omia-project .project-page-product-list-vip-phone .product-more-btn {
    font-size: 15px;
    color: #333;
    font-weight: 700;
    line-height: 25px; }
  .omia-project .project-page-product-list-vip-phone .product-price {
    font-size: 30px;
    line-height: 32px;
    color: #009fda;
    font-weight: 600;
    position: absolute;
    left: 12px;
    bottom: 65px; }
  .omia-project .project-page-product-list-vip-phone .product-cart-btn {
    width: calc(100% - 24px);
    height: 45px;
    font-size: 17px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #239dd5;
    background: #239dd5;
    position: absolute;
    bottom: 12px;
    left: 12px; }
    .omia-project .project-page-product-list-vip-phone .product-cart-btn:hover {
      border-color: #41aee0;
      background-color: #41aee0; }

.omia-project .plus_go_subscribe_pop_block .product-info-img {
  margin: 0 0 15px 0; }

.omia-project .plus_go_subscribe_pop_block #tips_block_btn_right {
  margin: 0 10px !important; }

.omia-project .plus_go_subscribe_pop_block .product-info-body {
  font-size: 16px;
  line-height: 30px;
  color: #212529;
  text-align: left; }

.omia-status-message {
  width: 100%;
  max-width: 1200px;
  min-width: 300px;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  padding: 0 15px;
  background-color: #F5FCFF;
  margin: 20px auto;
  color: #212529;
  text-align: center; }
  .omia-status-message a {
    font-style: initial;
    color: #249ed5; }

.omia-project .projectPublicityBlock {
  border: 1px solid #D0D0D0;
  margin: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.omia-project .projectPublicityBlock_title {
  min-height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 22px;
  font-weight: 500px;
  text-align: center;
  background-color: #DF1756;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-all; }

.omia-project .projectPublicityBlock_middleBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media all and (max-width: 575px) {
    .omia-project .projectPublicityBlock_middleBlock {
      display: block; } }

.omia-project .projectPublicityBlock_img {
  width: 190px;
  height: 190px;
  margin: 0 6%;
  overflow: hidden; }
  @media all and (max-width: 991px) {
    .omia-project .projectPublicityBlock_img {
      margin: 0 4%; } }
  @media all and (max-width: 575px) {
    .omia-project .projectPublicityBlock_img {
      margin: 0 auto 10px auto; } }
  .omia-project .projectPublicityBlock_img img {
    width: 100%; }

.omia-project .projectPublicityBlock_body {
  line-height: 1.5em;
  padding: 0 15px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media all and (max-width: 575px) {
    .omia-project .projectPublicityBlock_body {
      padding: 0 20px; } }

.omia-project .projectPublicityBlock_footerBody {
  background-color: #F5F5F5;
  padding: 15px 6%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 1.5em; }
  @media all and (max-width: 991px) {
    .omia-project .projectPublicityBlock_footerBody {
      padding: 15px 4%; } }
  @media all and (max-width: 575px) {
    .omia-project .projectPublicityBlock_footerBody {
      padding: 15px 20px; } }

.page-right-item {
  display: block; }
  @media all and (max-width: 991px) {
    .page-right-item {
      display: none; } }
  .page-right-item .guide-to-omia-plus {
    border: 1px solid #dedede;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 10px 0;
    letter-spacing: 0 !important; }
    .page-right-item .guide-to-omia-plus .text1 {
      width: 270px;
      font-size: 15px !important;
      text-align: left !important;
      white-space: nowrap;
      margin: 0 auto 3px auto; }
    .page-right-item .guide-to-omia-plus .text2 {
      font-size: 13px !important;
      text-align: center;
      margin: 0 0 10px 0; }
    .page-right-item .guide-to-omia-plus a {
      display: block;
      height: 40px;
      line-height: 38px;
      width: 150px;
      text-align: center;
      color: #229AD3;
      border: 1px solid #229AD3;
      border-radius: 20px;
      margin: 0 auto; }
      .page-right-item .guide-to-omia-plus a:hover {
        color: #fff;
        background-color: #229AD3; }
        .page-right-item .guide-to-omia-plus a:hover .fa-solid {
          color: #fff; }
      .page-right-item .guide-to-omia-plus a .fa-solid {
        color: #229AD3;
        margin: 0 0 0 5px; }
  .page-right-item .plus-icon {
    height: 30px;
    line-height: 30px;
    padding: 5px 7px;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 25px;
    background-color: #EA6350;
    white-space: nowrap; }

.guide-to-omia-plus-phone {
  width: 100%;
  display: none;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f5f5f5; }
  @media all and (max-width: 991px) {
    .guide-to-omia-plus-phone {
      display: block; } }
  .guide-to-omia-plus-phone .guide-to-omia-plus {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    border: 1px solid #dedede;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0 !important;
    background-color: #fff; }
    .guide-to-omia-plus-phone .guide-to-omia-plus .text1 {
      width: 270px;
      font-size: 15px !important;
      text-align: left !important;
      white-space: nowrap;
      margin: 0 auto 3px auto; }
    .guide-to-omia-plus-phone .guide-to-omia-plus .text2 {
      font-size: 13px !important;
      text-align: center;
      margin: 0 0 10px 0; }
    .guide-to-omia-plus-phone .guide-to-omia-plus a {
      display: block;
      height: 40px;
      line-height: 38px;
      width: 150px;
      color: #229AD3;
      text-align: center;
      border: 1px solid #229AD3;
      border-radius: 20px;
      margin: 0 auto; }
      .guide-to-omia-plus-phone .guide-to-omia-plus a:hover {
        color: #fff;
        background-color: #229AD3; }
        .guide-to-omia-plus-phone .guide-to-omia-plus a:hover .fa-solid {
          color: #fff; }
      .guide-to-omia-plus-phone .guide-to-omia-plus a .fa-solid {
        color: #229AD3;
        margin: 0 0 0 5px; }
  .guide-to-omia-plus-phone .plus-icon {
    height: 30px;
    line-height: 30px;
    padding: 5px 7px;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 25px;
    background-color: #EA6350;
    white-space: nowrap; }
