@charset "UTF-8";
/* 下拉框 */
.customize_dropdown {
  cursor: pointer;
  margin: 0 auto;
}
.customize_dropdown .dropdown_title {
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.customize_dropdown i.abbe-dropdown:before {
  font-size: 6px;
}
.customize_dropdown.active i.abbe-dropdown {
  transform: rotate(180deg);
}
.customize_dropdown .list {
  display: none;
  text-align: center;
  overflow-y: auto;
  background-color: #fff;
  z-index: 12;
}
@media (min-width: 992px) {
  .customize_dropdown .list.select_prx {
    width: calc(100% - 20px);
    margin-left: -10px;
    border-radius: 5px;
  }
}
@media (min-width: 992px) {
  .customize_dropdown .list {
    position: absolute;
    max-height: 260px;
    border: 1px solid #d9d9d9;
    margin-left: -1px;
  }
}
.customize_dropdown .list::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.customize_dropdown .list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #f05b01;
}
.customize_dropdown ul {
  list-style: none;
  padding-left: 0;
  width: 100%;
  margin-bottom: 0;
}
.customize_dropdown ul li {
  line-height: 40px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 992px) {
  .customize_dropdown ul li:hover {
    background-color: #f1f1f1;
  }
}
.customize_dropdown ul li.active {
  color: #000000;
  font-weight: 500;
}
@media (min-width: 992px) {
  .customize_dropdown ul li {
    line-height: 36px;
  }
}

.error .dropdown_title {
  color: #f72f45;
}

/* 导入处方 */
.select_prx {
  width: 100%;
  border-radius: 4px;
  background: #fff;
}
@media (min-width: 992px) {
  .select_prx {
    width: 50%;
    margin-left: 20px;
  }
}
.select_prx .list {
  width: 100%;
  border-color: #b8b8b8;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .select_prx .list {
    width: 50%;
  }
}

.rx_table {
  width: 100%;
  margin-bottom: 10px;
  table-layout: fixed; /* 固定布局 */
  border-collapse: separate;
  border-spacing: 0;
  /* table 圆角 */
  /* 处方表 */
  /* ADD 表 */
  /* PD 表 */
}
@media (min-width: 992px) {
  .rx_table {
    margin-bottom: 20px;
  }
}
.rx_table td {
  padding: 0;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  background: #ffffff;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}
.rx_table td:not(.lh-20) {
  line-height: 42px;
}
.rx_table td.pl-15 {
  padding-left: 15px;
}
.rx_table td:first-child {
  border-left: 1px solid #d9d9d9;
}
.rx_table td.no_data {
  border-right: 0;
}
.rx_table tr:first-child td:first-child {
  border-radius: 4px 0 0 0;
}
.rx_table tr:first-child td:last-child {
  border-radius: 0 4px 0 0;
}
.rx_table tr:last-child td {
  border-bottom: 1px solid #d9d9d9;
}
.rx_table tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}
.rx_table tr:last-child td:last-child {
  border-radius: 0 0 4px 0;
}
.rx_table tr:first-child td,
.rx_table tr:first-child td > div,
.rx_table td:first-child,
.rx_table td:first-child > div {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
.rx_table tr:first-child td.fw-400,
.rx_table tr:first-child td > div.fw-400,
.rx_table td:first-child.fw-400,
.rx_table td:first-child > div.fw-400 {
  font-weight: 400;
}
.rx_table.rx td {
  width: 25%;
}
@media (min-width: 992px) {
  .rx_table.rx .list {
    width: calc(25% + 1px);
  }
}
.rx_table.rx:not(.add) tr:first-child td:nth-child(4) {
  border-radius: 0 4px 0 0;
}
.rx_table.rx:not(.add) tr:last-child td:nth-child(4) {
  border-radius: 0 0 4px 0;
}
@media (max-width: 991px) {
  .rx_table.rx tr:first-child td:nth-child(4) {
    border-radius: 0 4px 0 0;
  }
  .rx_table.rx tr:last-child td:nth-child(4) {
    border-radius: 0 0 4px 0;
  }
}
.rx_table.rx.add td {
  width: 20%;
}
@media (min-width: 992px) {
  .rx_table.rx.add .list {
    width: calc(20% + 1px);
  }
}
.rx_table.rx.add tr:first-child td:last-child {
  border-radius: 0 4px 0 0;
}
.rx_table.rx.add tr:last-child td:last-child {
  border-radius: 0 0 4px 0;
}
.rx_table.add_table {
  width: 75%;
}
.rx_table.add_table th:nth-child(1), .rx_table.add_table td:nth-child(1) {
  width: 25%;
}
@media (min-width: 992px) {
  .rx_table.add_table th:nth-child(1), .rx_table.add_table td:nth-child(1) {
    width: 14.2857142857%;
  }
}
@media (min-width: 992px) {
  .rx_table.add_table .list {
    width: 14.2857142857%;
  }
}
.rx_table.add_table th:nth-child(2), .rx_table.add_table td:nth-child(2) {
  width: 25%;
}
@media (min-width: 992px) {
  .rx_table.add_table th:nth-child(2), .rx_table.add_table td:nth-child(2) {
    width: 28.5714285714%;
  }
}
@media (min-width: 992px) {
  .rx_table.add_table .list {
    width: 28.5714285714%;
  }
}
.rx_table.add_table th:nth-child(3), .rx_table.add_table td:nth-child(3) {
  width: 25%;
}
@media (min-width: 992px) {
  .rx_table.add_table th:nth-child(3), .rx_table.add_table td:nth-child(3) {
    width: 28.5714285714%;
  }
}
@media (min-width: 992px) {
  .rx_table.add_table .list {
    width: 28.5714285714%;
  }
}
.rx_table.add_table th:nth-child(4), .rx_table.add_table td:nth-child(4) {
  width: 25%;
}
@media (min-width: 992px) {
  .rx_table.add_table th:nth-child(4), .rx_table.add_table td:nth-child(4) {
    width: 28.5714285714%;
  }
}
@media (min-width: 992px) {
  .rx_table.add_table .list {
    width: 28.5714285714%;
  }
}
.rx_table.pd {
  width: 75%;
}
.rx_table.pd td {
  width: 33.3333333333%;
}
@media (min-width: 992px) {
  .rx_table.pd .list {
    width: calc(25% + 1px);
  }
}
.rx_table.pd.single {
  width: 50%;
}
.rx_table.pd.single td {
  width: 50%;
}
@media (min-width: 992px) {
  .rx_table.pd.add {
    width: 60%;
  }
  .rx_table.pd.add.single {
    width: 40%;
  }
  .rx_table.pd.add .list {
    width: calc(20% + 1px);
  }
}
.rx_table.pd tr td:first-child {
  border-radius: 4px 0 0 4px;
}
.rx_table.pd tr td:nth-child(2), .rx_table.pd tr td:last-child {
  border-radius: 0 4px 4px 0;
}
.rx_table.prism td {
  width: 33.3333333333%;
}
@media (min-width: 992px) {
  .rx_table.prism td {
    width: 18.75%;
  }
  .rx_table.prism td .list {
    width: calc(18.75% + 1px);
  }
  .rx_table.prism td:first-child {
    width: 25%;
  }
  .rx_table.prism.add td {
    width: 20%;
  }
  .rx_table.prism.add td .list {
    width: calc(20% + 1px);
  }
}
@media (min-width: 992px) {
  .rx_table.prism .list {
    width: calc(20% + 1px);
  }
}
.rx_table.confirm td, .rx_table.prism_info td {
  width: 20%;
}

.pd_table {
  table-layout: fixed; /* 固定布局 */
  border-collapse: collapse;
  background: #fff;
}
.pd_table td {
  padding: 0;
  border: 1px solid #d9d9d9;
  text-align: center;
  line-height: 36px;
}
@media (min-width: 992px) {
  .pd_table td {
    line-height: 42px;
  }
}
.pd_table td:first-child {
  font-weight: 500;
}

@media (min-width: 992px) {
  .prism_table .customize_dropdown .list {
    max-height: 200px;
  }
}

.table-title {
  line-height: 42px;
  visibility: hidden;
}

.js_login_error {
  display: none;
  border: 1px solid #f72f45;
  border-radius: 4px;
  background: #fff0f5;
  z-index: 11;
  margin-top: 30px;
}

.js_login_error .js_error_msg {
  color: #f72f45;
}

.error {
  color: red;
  margin-bottom: 0;
}

.input-icon {
  right: 5px;
  top: 0;
}

::-webkit-scrollbar {
  display: none;
}

html {
  scrollbar-width: none;
}

.js_global_header {
  display: none;
}

.prx_header {
  background-color: #fc2b82;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
  position: fixed;
  top: 0;
  color: #fff;
  z-index: 11;
}

.prx_content {
  min-height: calc(100vh - 40px);
}

.prx_section,
.prx_footer {
  overflow: hidden;
}
@media (min-width: 992px) {
  .prx_section,
  .prx_footer {
    width: 600px;
    max-width: 600px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .prx_section,
  .prx_footer {
    width: 800px;
    max-width: 800px;
    padding-right: 80px;
    padding-left: 80px;
  }
}

@media (min-width: 992px) {
  .prx_review {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .prx_review {
    padding-right: 80px;
    padding-left: 80px;
  }
}

.footer_product_info {
  width: 100%;
}
@media (min-width: 992px) {
  .footer_product_info {
    max-width: calc(100% - 600px - 20px);
    height: calc(100vh - 40px);
    max-height: calc(100vh - 40px);
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .footer_product_info {
    max-width: calc(100% - 800px - 20px);
  }
}
.footer_product_info .product_info_section {
  width: 100%;
}
@media (min-width: 992px) {
  .footer_product_info .product_info_section {
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  .footer_product_info .product_info_section {
    max-width: 800px;
  }
}

.prx_footer {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 11;
  height: 60px;
  background-color: #ffffff;
  border-top: 1px solid #b8b8b8;
}
.prx_footer .price_title {
  justify-content: center;
  align-items: baseline;
  line-height: 58px;
}
@media (min-width: 992px) {
  .prx_footer .price_title {
    justify-content: start;
  }
}

.prx_product {
  justify-content: center;
}
@media (max-width: 991px) {
  .prx_product {
    position: absolute;
  }
}

.sub_price:first-child {
  margin-left: 20px;
}

.progress {
  background: #fff;
}

.four_step {
  width: 100%;
  position: relative;
  padding-right: 60px;
  padding-left: 60px;
}
.four_step::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  height: 1px;
  background-color: #ccc;
  z-index: 1; /* 将线放在 .step 元素后面 */
  margin-right: 60px; /* 必须与 .four_step 间距一致 */
  margin-left: 60px;
}
.four_step .step {
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 50px;
  background: #ffffff;
  width: 14px;
  height: 14px;
  z-index: 2;
}
.four_step .step.progress {
  border: 4px solid #ff5b01;
}
.four_step .step.finished {
  background: #ff5b01;
  border: 0;
}
.four_step .step.finished:after {
  content: "\e636";
  font-family: iconfont;
  font-size: 10px;
  position: relative;
  bottom: 7px;
  left: 1px;
  transition: 0.2s;
}

.step_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .step_title {
    justify-content: flex-start;
  }
}

.abbe-tip,
.abbe-question {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 20px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 374px) {
  .js_tip {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .next_btn {
    width: 100%;
  }
}

.prx_card {
  display: flex;
  align-items: center;
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background-color: #ffffff;
  line-height: normal;
  cursor: pointer;
}
@media (max-width: 374px) {
  .prx_card {
    padding: 10px 2px 10px 10px;
  }
}
.prx_card.active {
  border: 3px solid #ff5b01;
  padding: 8px;
}
@media (max-width: 374px) {
  .prx_card.active {
    padding: 8px 0 8px 8px;
  }
}
.prx_card.lens_disabled {
  background: #d9d9d9;
}
.prx_card.lens_disabled .title,
.prx_card.lens_disabled .content {
  color: rgba(0, 0, 0, 0.3);
}
.prx_card .icon_container {
  width: 80px;
  min-width: 80px;
  display: block;
  text-align: center;
}
@media (max-width: 374px) {
  .prx_card .icon_container {
    margin-left: -10px;
  }
}
.prx_card .lens_type_content {
  padding-left: 8px;
}
@media (min-width: 992px) {
  .prx_card .lens_type_content {
    padding-left: 20px;
  }
}
.prx_card .title {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .prx_card .title .abbe-tip,
  .prx_card .title .abbe-question {
    display: none;
  }
}
@media (min-width: 992px) {
  .prx_card:hover .title .abbe-question,
  .prx_card:hover .title .abbe-tip {
    display: block;
  }
}
.prx_card .content {
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
  font-size: 14px;
}
.prx_card .content .semicolon:last-child {
  display: none;
}

.js_prx_card[data-card=multi] > .prx_card .title::after {
  content: "\e643";
  font-family: "iconfont";
  margin-left: 10px;
  font-size: 14px;
  color: #f05b01;
}
.js_prx_card[data-card=multi] > .prx_card.active .title::after {
  transform: rotate(90deg);
}
.js_prx_card[data-card=single] {
  padding-right: 10px;
  padding-left: 10px;
}
.js_prx_card[data-card=single] .collapse_line, .js_prx_card[data-card=singleChild] .collapse_line {
  border-top: 1px dashed #000;
}
@media (min-width: 992px) {
  .js_prx_card[data-card=single] .collapse_line, .js_prx_card[data-card=singleChild] .collapse_line {
    margin-top: 5px;
    padding-top: 5px;
  }
}
.js_prx_card[data-card=single] > .prx_card .title::after, .js_prx_card[data-card=singleChild] > .prx_card .title::after {
  content: "";
}

.collapse_node {
  margin-top: 10px;
  padding: 10px 20px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
}
@media (min-width: 992px) {
  .collapse_node .abbe-tip,
  .collapse_node .abbe-question {
    display: none;
  }
}
@media (min-width: 992px) {
  .collapse_node:not(.disabled).active .title, .collapse_node:not(.disabled):hover .title {
    color: #f05b01;
  }
  .collapse_node:not(.disabled).active .abbe-tip,
  .collapse_node:not(.disabled).active .abbe-question, .collapse_node:not(.disabled):hover .abbe-tip,
  .collapse_node:not(.disabled):hover .abbe-question {
    display: block;
  }
}
.collapse_node .title {
  font-weight: 500;
}
.collapse_node .content {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

.single_option {
  margin-top: 10px;
  background-color: #fff;
}
@media (min-width: 992px) {
  .single_option {
    margin-top: 30px;
  }
}
.single_option .prx_card {
  margin-top: 0;
}
.single_option.active {
  border: 3px solid #f05b01;
  border-radius: 8px;
}
.single_option.active .prx_card {
  border: 0;
}
.single_option .collapse {
  border-top: 1px solid #d9d9d9;
}

#prxConfirmModal .modal-dialog {
  max-width: 600px;
}

.prx_confirm_info .content {
  color: #f72f45;
  background-color: #fff0f5;
}

@media (max-width: 991px) {
  .tint_degree_section {
    flex: 0 0 33.3%;
    max-width: 33.3%;
    padding-right: 5px;
    padding-left: 5px;
  }
}

.tint_degree {
  line-height: 36px;
}
@media (max-width: 991px) {
  .tint_degree {
    border: 1px solid #000;
    border-radius: 4px;
    background-color: #fff;
    color: #000;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .tint_degree {
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
  .tint_degree:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 991px) {
  .tint_degree.active {
    background-color: #000;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .tint_degree.active:before {
    border: 4px solid #ff5b01;
  }
}

.triple_checkbox.checkbox-common {
  margin-top: 5px;
}
.triple_checkbox.checkbox-common:first-child {
  margin-top: 0;
}
.triple_checkbox.checkbox-common input[type=checkbox]:disabled:checked + label:before {
  border: 2px solid #ccc;
  background-color: #ccc;
}
.triple_checkbox.checkbox-common input[type=checkbox]:disabled:checked + label:after {
  content: "\e636";
  font-family: iconfont;
  font-size: 13px;
  position: absolute;
  top: 1px;
  left: 0;
  transition: 0.2s;
}

button.add_glasses_btn {
  background-color: #f05b01;
  cursor: pointer;
}
@media (max-width: 991px) {
  button.add_glasses_btn {
    margin-right: 15px;
  }
}
button.add_glasses_btn.disabled, button.add_glasses_btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.save_name {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  width: 100%;
  height: 38px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .save_name {
    width: 50%;
  }
}
.save_name.error {
  border-color: #f72f45;
}

.collapse_more {
  align-items: center;
}
.collapse_more:not(.collapsed) i {
  transform: rotate(180deg);
}

/**
 * 处方图片上传 - start
 */
/*.js_digital {*/
/*    margin-right: 15px;*/
/*    margin-left: 45px;*/
/*}*/
.js_prx_actions button {
  width: 160px;
}

/**
 * 处方图片上传 - end
 */
.photo_upload_section {
  position: relative;
  border: 1px dashed #000000;
  min-height: 100px;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .photo_upload_section {
    background-color: #000000;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    border: 0;
    min-height: auto;
  }
}

.photo_upload {
  position: absolute;
}
.prx_img {
  max-width: 61px;
}

.photo_container {
  position: relative;
  max-width: 100px;
  max-height: 100px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.photo_remove_btn {
  margin: 2px;
  top: -12px;
  right: -12px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  font-size: 30px;
  box-shadow: 5px 5px 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.prx_divider {
  width: 100%;
  border-top: 1px solid #d9d9d9;
}

.tooltip.show {
  opacity: 1;
}
.tooltip .tooltip-inner {
  padding: 20px;
  color: #000;
  background: #fff;
  border-radius: 4px;
  min-width: 150px;
  max-width: 500px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

.prx_confirm {
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .prx_confirm {
    background-color: transparent;
  }
}

.prx_tips_modal .modal-dialog {
  max-width: 600px;
}

@media (max-width: 991px) {
  .prx_btn {
    width: 100%;
  }
}

.prescription_list {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 10px;
}
.prescription_list.active {
  border-color: #ff5b01;
}

@media (max-width: 991px) {
  #listModal .modal-dialog {
    margin: 0;
    min-height: 100vh;
    min-height: 100dvh;
  }
  #listModal .modal-dialog .modal-content {
    max-height: 75vh;
  }
  #listModal .modal-dialog-centered.modal-dialog-scrollable {
    justify-content: end;
  }
  #listModal .js_import_prx_detail {
    width: 100%;
  }
}

.remind_buttons {
  display: flex;
  margin-top: 20px;
}
