@charset "UTF-8";
/* -------------- reset --------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url(FontAwesomeAll.min.css);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
}
.clearfix:after {
  clear: both;
}

.list-row .sponsor-grid .big-sponsor-list .big-sponsor a img,
.list-row .nav-slider .nav-sponsor a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.list-row .msg-top .ic-msg .no span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/* 修正粗體 ASCII (碧筵綰) */
@font-face {
  font-family: "fix Microsoft JhengHei";
  font-style: normal;
  font-weight: bold;
  unicode-range: U+7db0, U+78A7, U+7B75;
  src: url("../webfonts/msgothic.otf");
}
/* -------------- layout --------------*/
* {
  box-sizing: border-box;
  outline: none;
  word-break: break-word;
}

html,
body {
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
}
html.fz-b,
body.fz-b {
  font-size: 12px;
}

body {
  font-family: "Open Sans", Arial, "LiHei Pro", "fix Microsoft JhengHei",
    "Microsoft JhengHei", "新細明體", sans-serif;
}

.hide {
  display: none !important;
}

a {
  text-decoration: none;
}

.unreset {
  font-size: 16px;
  line-height: initial;
}
.unreset a {
  text-decoration: underline;
}
.unreset img {
  max-width: 100% !important;
  height: auto !important;
}
.unreset .oembed-provider-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.unreset .oembed-provider-youtube iframe,
.unreset .oembed-provider-youtube object,
.unreset .oembed-provider-youtube embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* -------------- layout RWD --------------*/
/* -------------- container --------------*/
.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* -------------- container RWD --------------*/
@media (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* -------------- form --------------*/
button,
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

input[type="reset"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select,
input[type="date"],
input[type="time"],
input[type="number"],
input[type="password"],
input[type="url"],
button {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: "Open Sans", Arial, "LiHei Pro", "fix Microsoft JhengHei",
    "Microsoft JhengHei", "新細明體", sans-serif;
  box-shadow: none;
  border: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

.select-style {
  background: linear-gradient(-90deg, #007d68 25px, #eee 25px, #eee 100%);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  max-width: 200px;
}
.select-style:before {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "\f0d7";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #fff;
  transform: translateY(-50%);
}
.select-style select {
  background: transparent;
  color: #444;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 10px 15px;
  padding-right: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.form-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: url(../images/bg-form.jpg) no-repeat, #0d7d68;
  background-position: bottom center;
  min-height: 100vh;
}
.form-grid ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.form-grid ::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(68, 68, 68, 0.3);
}
.form-grid ::-webkit-scrollbar-thumb {
  background: #eeeeee;
  border: 1px solid rgba(68, 68, 68, 0.3);
  border-radius: 10px;
}
.form-grid ::-webkit-scrollbar-thumb:hover {
  background: #007d68;
}

.switch-state {
  align-items: center;
  display: flex;
  gap: 10px;
  position: absolute;
  top: 15px;
  left: 50px;
}
.switch-state .text {
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
}
.switch-state .select-style select {
  font-size: 1.4rem;
  padding: 3px 15px;
  padding-right: 35px;
}

.form-box {
  max-width: 1460px;
  width: 100%;
  background: #fff;
  padding: 70px 25px 40px;
  position: relative;
}

.form-style {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #eee;
  background: url(../images/rp_warm.jpg);
  padding: 50px 40px;
}
.form-style hr {
  margin-bottom: 25px;
  width: 100%;
}
.form-style .info-grid-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.form-style .field {
  margin-bottom: 25px;
  width: calc((100% - 50px) / 2);
}
.form-style .field.wide {
  width: 100%;
}
.form-style .field.triple {
  width: calc((100% - 60px) / 3);
}
.form-style .field.f-wrap {
  align-items: center;
  display: flex;
}
.form-style .field.f-wrap .label-data {
  padding-right: 7px;
  margin-bottom: 0;
}
.form-style .field.f-wrap .field-data {
  flex: 1;
}
.form-style .field.other-purpose-field {
  display: none;
}
.form-style .inline-field {
  align-items: center;
  display: flex;
}
.form-style .inline-field .label-data {
  margin-bottom: 0;
  width: 115px;
}
.form-style .inline-field .field-data {
  flex: 1;
}
.form-style .plus-btn {
  border-radius: 5px;
  background: #007d68;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  padding: 10px 15px;
}
.form-style .plus-btn:hover {
  background: #fda100 !important;
}
.form-style .plus-btn i {
  padding-right: 5px;
}
.form-style .label-data {
  color: #444;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.7rem;
  margin-bottom: 10px;
}
.form-style .label-data .must {
  position: relative;
}
.form-style .label-data .must:after {
  position: absolute;
  top: 0;
  left: -10px;
  content: "*";
  color: #f2001c;
}
.form-style .field-data.address {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.form-style .field-data.address .select-style {
  background: linear-gradient(-90deg, #007d68 25px, #fff 25px, #fff 100%);
  margin-right: 20px;
  width: 180px;
}
.form-style .field-data.address .other-address {
  flex: 1;
}
.form-style .field-data.has-unit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.form-style .field-data.has-unit input {
  flex: 1;
}
.form-style .field-data.has-unit .unit {
  color: #444;
  font-size: 1.5rem;
  padding-left: 10px;
  width: 120px;
}
.form-style input:not([type="radio"]):not([type="checkbox"]),
.form-style textarea {
  border: 1px solid #eee;
  color: #444;
  font-size: 1.6rem;
  line-height: 2.2rem;
  padding: 10px 13px;
  min-height: 40px;
  width: 100%;
}
.form-style input:not([type="radio"]):not([type="checkbox"]):focus,
.form-style textarea:focus {
  border-color: #007d68;
}
.form-style input:not([type="radio"]):not([type="checkbox"]):disabled,
.form-style textarea:disabled {
  color: #444;
  border-color: #eaeaea;
  background: #eee;
}
.form-style input[type="file"] {
  background: #fff;
}
.form-style .review {
  margin-top: 8px;
  width: 120px;
}
.form-style .review img {
  display: block;
  width: 100%;
}
.form-style .selectStyle {
  border: 1px solid #eee;
  position: relative;
}
.form-style .selectStyle:before {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "\f0d7";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #444;
  transform: translateY(-50%);
}
.form-style .chosen-container-single .chosen-single {
  border: 1px solid #eee;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  color: #444;
  font-size: 1.6rem;
  line-height: 2.2rem;
  padding: 10px 13px;
  height: 48px;
}
.form-style .input-date {
  background: #fff;
  position: relative;
}
.form-style .input-date:before {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "\f073";
  color: #007d68;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 1.6rem;
  transform: translateY(-50%);
}
.form-style .input-date input {
  background: none;
  position: relative;
}
.form-style select {
  color: #444;
  font-size: 1.6rem;
  padding: 13px;
  line-height: 1.6rem;
  width: 100%;
}
.form-style select:focus {
  border-color: #007d68;
}
.form-style textarea {
  height: 120px;
  resize: none;
}
.form-style textarea:disabled {
  height: 70px;
}
.form-style .gender {
  max-width: 320px;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.form-style .gender .check-item {
  width: 50%;
}
.form-style .gender input {
  display: none;
}
.form-style .gender input:checked + label {
  background: #007d68;
  color: #fff;
}
.form-style .gender label {
  border: 1px solid #007d68;
  background: #fff;
  display: block;
  color: #444;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6rem;
  text-align: center;
  padding: 13px 15px;
}
.form-style .term {
  position: relative;
}
.form-style .term input {
  position: absolute;
  top: 2px;
  left: 0;
  transform: scale(1.3);
  margin: 0;
}
.form-style .term label {
  color: #444;
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  padding-left: 23px;
}
.form-style .remark {
  color: #f2001c;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 7px;
}
.form-style .final-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.form-style .submit {
  background: #fda100;
  border-radius: 8px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 13px 10px 10px;
  text-align: center;
  width: 135px;
}
.form-style .submit:hover {
  background: #007d68;
}
.form-style .sec-row {
  margin-bottom: 25px;
  width: 100%;
}
.form-style .sec-row:not(:first-child) {
  margin-top: 40px;
}
.form-style .sec-row .sec-title {
  background: #444;
  border-radius: 5px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 8px 16px;
  display: inline-block;
}
.form-style .field-title {
  margin-bottom: 20px;
  width: 100%;
}
.form-style .field-title .must {
  position: relative;
}
.form-style .field-title .must:after {
  position: absolute;
  top: 0;
  left: -10px;
  content: "*";
  color: #f2001c;
}
.form-style .field-title p {
  color: #007d68;
  font-size: 1.9rem;
  font-weight: bold;
}
.form-style .field-sub-title {
  margin-bottom: 20px;
  width: 100%;
}
.form-style .field-sub-title p {
  color: #444;
  font-size: 1.7rem;
  font-weight: bold;
}
.form-style .checked-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.form-style .checked-item {
  position: relative;
  margin-bottom: 10px;
  margin-right: 20px;
}
.form-style .checked-item input {
  position: absolute;
  top: 12px;
  left: 10px;
  margin: 0;
}
.form-style .checked-item input:checked + span {
  background: #007d68;
  color: #fff;
}
.form-style .checked-item span {
  background: #eee;
  border-radius: 5px;
  display: inline-block;
  padding: 10px;
  padding-left: 30px;
  color: #444;
  font-size: 1.6rem;
}
.form-style .join-plan {
  margin-bottom: 15px;
}
.form-style .join-plan .checked-item input {
  top: -3px;
}
.form-style .join-plan .checked-item span {
  background: #fff;
}
.form-style .treatment-data {
  padding-left: 20px;
  position: relative;
}
.form-style .treatment-data.full-wide input[type="radio"] {
  top: 5px;
}
.form-style .treatment-data:not(:last-child) {
  margin-bottom: 15px;
}
.form-style .treatment-data input[type="radio"] {
  position: absolute;
  top: 20px;
  left: 0;
  margin: 0;
  transform: scale(1.3);
}
.form-style .treatment-data input[type="text"] {
  max-width: 200px;
  margin: 3px 5px;
}
.form-style .treatment-data textarea {
  margin-top: 5px;
  height: 80px;
}
.form-style .treatment-data p {
  color: #0a766b;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
}
.form-style .treatment-data span {
  display: inline-block;
}
.form-style .info-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px;
  width: 100%;
}
.form-style .info-grid .info {
  color: #444;
  font-size: 1.55rem;
}
.form-style .info-grid .info span {
  font-weight: bold;
}

.system-attention {
  background: rgba(242, 0, 28, 0.05);
  border-radius: 5px;
  padding: 25px;
  margin-bottom: 25px;
}
.system-attention p {
  color: #f2001c;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.form-top-des {
  margin-bottom: 20px;
  padding-right: 10px;
}
.form-top-des b {
  font-weight: bold;
}
.form-top-des p {
  color: #444;
  font-size: 1.6rem;
  line-height: 1.3;
}
.form-top-des .must {
  color: #f2001c;
  font-weight: bold;
  margin-right: 3px;
}
.form-top-des .form-attention {
  list-style: disc;
  margin-top: 8px;
  margin-left: 20px;
}
.form-top-des .form-attention li::marker {
  color: #007d68;
  font-size: 1.6rem;
}
.form-top-des .form-attention li:not(:last-child) {
  margin-bottom: 8px;
}
.form-top-des .form-attention li p {
  font-size: 1.6rem;
  line-height: 1.6;
}
.form-top-des .form-attention li .high-text {
  color: #007d68;
  font-size: 1.7rem;
  font-weight: bold;
}
.member-form {
  height: calc(68vh - 100px);
  padding-right: 15px;
  overflow: auto;
  padding-bottom: 1px;
}
.member-form .chart-grid {
  margin-bottom: 30px;
}
.member-form .form-style {
  padding-bottom: 25px;
}
.member-form .form-row {
  padding-top: 1px;
}
.member-form .form-row:nth-child(n + 2) {
  margin-top: 50px;
}
.member-form .form-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.member-form .form-head.blood-head .title {
  color: #444;
  font-size: 1.7rem;
  font-weight: normal;
}
.member-form .form-head .no {
  background: #fda100;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 0.75rem;
  padding: 5px 10px;
}
.member-form .form-head .title {
  color: #444;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2.4rem;
  margin-left: 10px;
}
.member-form .form-head .title .patient-name {
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}
.member-form .form-head .btn {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.4rem;
  padding: 10px 15px;
  border-radius: 30px;
  background: #0a766b;
  color: #fff;
}
.member-form .form-head .btn:hover {
  background: #003566;
}
.member-form .form-active {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: right;
}
.member-form .form-active .active-btn {
  display: inline-flex;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #fda100;
}
.member-form .form-active .active-btn:hover {
  border-color: #007d68;
}
.member-form .form-active .active-btn:hover span {
  color: #007d68;
}
.member-form .form-active .active-btn:hover .icon {
  background: #007d68;
}
.member-form .form-active .active-btn span,
.member-form .form-active .active-btn input {
  background: none;
  color: #444;
  display: inline-block;
  font-size: 1.6rem;
  padding: 10px;
  width: 170px;
}
.member-form .form-active .active-btn span {
  color: #fda100;
  text-align: center;
  letter-spacing: 2px;
  font-weight: bold;
}
.member-form .form-active .active-btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #fda100;
  padding-left: 10px;
  padding-right: 10px;
}
.member-form .form-active .active-btn .icon i {
  color: #fff;
}
.member-form .form-active .chart-btn {
  color: #007d68;
  font-size: 1.6rem;
  margin-right: 20px;
}
.member-form .form-active .chart-btn:hover {
  color: #fda100;
}
.member-form .form-active .chart-btn i {
  margin-right: 5px;
}
.member-form .patient-category {
  margin-bottom: 10px;
}
.member-form .patient-category a {
  font-size: 1.5rem;
  padding: 13px 20px;
  display: inline-block;
  border: 1px solid #007d68;
  background: #fff;
  color: #007d68;
  margin-right: 5px;
}
.member-form .patient-category a.active {
  background: #007d68;
  color: #fff;
  font-weight: bold;
}
.member-form .patient-category a:hover {
  text-decoration: underline;
}
.member-form .list-table {
  overflow: auto;
  margin-bottom: 25px;
  width: 100%;
}
.member-form .list-table table {
  min-width: 750px;
  width: 100%;
}
.member-form .list-table thead tr {
  background: #187f6e;
}
.member-form .list-table thead p {
  color: #fff;
}
.member-form .list-table tbody tr {
  border-bottom: 1px solid #f5f2ed;
  background: #fff;
}
.member-form .list-table tbody tr:hover {
  background: #fdf9e8;
}
.member-form .list-table tbody tr.doctor-item {
  cursor: pointer;
}
.member-form .list-table tbody tr.doctor-item input {
  transform: scale(1.3);
}
.member-form .list-table td {
  padding: 13px;
  text-align: center;
}
.member-form .list-table td .link-td {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.member-form .list-table td .link-td a {
  margin: 0 !important;
}
.member-form .list-table p {
  color: #444;
  font-size: 1.6rem;
  line-height: 1.5;
}
.member-form .list-table p.state-date {
  font-size: 14px;
  line-height: 1;
  margin-top: 3px;
}
.member-form .list-table p .jobtitle {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}
.member-form .list-table a {
  color: #007d68;
  display: inline-block;
  font-size: 1.6rem;
}
.member-form .list-table a:not(:last-child) {
  margin-right: 10px;
  margin-block: 5px;
}
.member-form .list-table a:hover {
  color: #fda100 !important;
}
.member-form .list-table a i {
  padding-right: 3px;
}
.member-form .list-table .percentage {
  align-items: center;
  display: inline-flex;
}
.member-form .list-table .percentage .bar {
  border: 1px solid #fda100;
  background: #fff;
  width: 150px;
  height: 10px;
}
.member-form .list-table .percentage .bar.low {
  border: 1px solid #ef3030;
}
.member-form .list-table .percentage .bar.low .data {
  background: #ef3030;
}
.member-form .list-table .percentage .bar.full {
  border: 1px solid #4caf50;
}
.member-form .list-table .percentage .bar.full .data {
  background: #4caf50;
}
.member-form .list-table .percentage .bar .data {
  background: #fda100;
  height: 100%;
}
.member-form .list-table .percentage p {
  padding-left: 7px;
}
.member-form .list-table .exclamation {
  color: #f2001c !important;
}
.member-form .list-table .exclamation i {
  padding-right: 5px;
}
.member-form .list-table .exclamation.stopflashing {
  animation: none;
}
.member-form .list-table .hourglass {
  color: #fda100 !important;
}
.member-form .list-table .hourglass i {
  padding-right: 5px;
}
.member-form .list-table .hourglass.stopflashing {
  animation: none;
}
.member-form .list-table .already-monfirm {
  color: #007d68 !important;
}
.member-form .list-table .already-monfirm i {
  padding-right: 3px;
}
.member-form .list-table .already-monfirm.stopflashing {
  animation: none;
}
.member-form .msg-table tbody td:first-child {
  text-align: left;
}
.member-form .msg-table .msg-title {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
}
.member-form .msg-table .msg-content {
  display: none;
  padding-top: 8px;
}
.member-form .form-filter {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 15px 0 25px;
}
.member-form .form-filter.form-filter-doctor {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr) 135px;
  gap: 15px;
  justify-content: initial;
  margin: 25px 0;
}
.member-form .form-filter.form-filter-doctor .select-style {
  max-width: initial;
}
.member-form .form-filter.form-filter-doctor .select-style select {
  padding: 8px 15px;
}
.member-form .form-filter.form-filter-doctor .btn-row {
  margin-top: 0;
}
.member-form .form-filter.form-filter-doctor .btn-row a {
  width: 100%;
}
.member-form .form-filter.form-filter-patient .select-style {
  margin-right: 15px;
}
.member-form .form-filter .select-style {
  background: linear-gradient(-90deg, #007d68 25px, #fff 25px, #fff 100%);
  border: 1px solid #ddd;
  width: 100%;
}
.member-form .form-filter .keyword {
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  width: 240px;
}
.member-form .form-filter .keyword input {
  font-size: 1.6rem;
  padding: 11px;
  padding-right: 50px;
  width: 100%;
}
.member-form .form-filter .keyword .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #007d68;
  width: 40px;
  height: 100%;
}
.member-form .form-filter .keyword .search-btn:hover {
  background: #fda100 !important;
}
.member-form .form-filter .keyword .search-btn i {
  color: #fff;
  font-size: 2rem;
}
.member-form .delete-row {
  margin-top: -15px;
}
.member-form .delete-row .dele-btn {
  color: #f2001c;
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
}
.member-form .delete-row .dele-btn:hover {
  text-decoration: underline;
}
.member-form .delete-row .dele-btn i {
  padding-right: 3px;
}
.btn-row {
  margin-top: 30px;
  text-align: center;
}
.btn-row .submit,
.btn-row .cancel,
.btn-row .print {
  border: 1px solid #fda100;
  border-radius: 8px;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6rem;
  padding: 13px 10px;
  text-align: center;
  transition: all 0.3s;
  width: 135px;
}
.btn-row .submit:hover,
.btn-row .cancel:hover,
.btn-row .print:hover {
  border-color: #007d68;
  background: #007d68;
  color: #fff !important;
}
.btn-row .submit {
  background: #fda100;
  color: #fff;
}
.btn-row .cancel {
  background: #fff;
  color: #fda100;
  margin-right: 20px;
}
.btn-row .print {
  border-color: #777;
  background: #777;
  color: #fff;
  margin-right: 15px;
}
.member-form .attention {
  color: #f2001c;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-top: 10px;
}
.member-form .filter-row {
  margin-bottom: 15px;
  margin-top: -10px;
}
.member-form .filter-row .check-item:not(:last-child) {
  margin-right: 10px;
}
.member-form .filter-row .check-item span {
  font-size: 1.6rem;
}
.member-form .form-row-des {
  margin-bottom: 20px;
  width: 100%;
}
.member-form .form-row-des p {
  font-size: 1.6rem;
  line-height: 1.4;
}
.member-form .tabLinks {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.member-form .tabLinks li {
  border: 1px solid #0a766b;
  color: #0a766b;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 15px;
  text-align: center;
}
.member-form .tabLinks li span {
  display: inline-block;
}
.member-form .tabLinks li.active {
  background: #0a766b;
  color: #fff;
}

.doctor-ver.form-grid {
  background: url(../images/bg-form-doctor.jpg) no-repeat, #043763;
  background-position: bottom center;
}
.doctor-ver.form-grid ::-webkit-scrollbar-thumb:hover {
  background: #003566;
}
.doctor-ver .form-style input:not([type="radio"]):not([type="checkbox"]):focus,
.doctor-ver .form-style textarea:focus {
  border-color: #003566;
}
.doctor-ver .form-style .field-data.address .select-style {
  background: linear-gradient(-90deg, #003566 25px, #fff 25px, #fff 100%);
}
.doctor-ver .form-style .gender input:checked + label {
  background: #003566;
}
.doctor-ver .form-style .gender label {
  border-color: #003566;
}
.doctor-ver .form-style .plus-btn {
  background: #003566;
}
.doctor-ver .form-top-des .form-attention li::marker {
  color: #003566;
}
.doctor-ver .member-form .form-filter .keyword .search-btn {
  background: #003566;
}
.doctor-ver .member-form .form-filter .select-style {
  background: linear-gradient(-90deg, #003566 25px, #fff 25px, #fff 100%);
}
.doctor-ver .member-form .form-head .no {
  background: #0a766b;
}
.doctor-ver .btn-row .cancel {
  background: #fff;
  color: #0a766b;
}
.doctor-ver .btn-row .submit {
  background: #0a766b;
}
.doctor-ver .btn-row .submit,
.doctor-ver .btn-row .cancel {
  border-color: #0a766b;
}
.doctor-ver .btn-row .submit:hover,
.doctor-ver .btn-row .cancel:hover {
  background: #003566;
}
.doctor-ver .member-form .list-table a {
  color: #003566;
}
.doctor-ver .member-form .list-table a.btn-out {
  color: #f2001c;
}
.doctor-ver .member-form .list-table a.btn-cancel {
  color: #007d68;
}
.doctor-ver .member-form .list-table a.btn-print {
  color: #444;
}
.doctor-ver .member-form .list-table thead tr {
  background: #003566;
}
.doctor-ver .referral-status {
  font-size: 16px;
  padding: 5px;
  background: #777;
  line-height: 1;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
}
.doctor-ver .referral-status.confirm {
  background: #007d68;
}

.doctor-ver .member-form .list-table table {
  min-width: 1000px;
}

@keyframes light {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* -------------- form RWD --------------*/
@media (max-width: 1280px) {
  .form-box {
    max-width: calc(100% - 40px);
  }

  .form-style {
    padding: 30px;
  }
  .form-style .field {
    width: calc((100% - 30px) / 2);
  }
  .form-style .info-grid {
    margin-bottom: 10px;
  }

  .member-form {
    height: calc(87vh - 100px);
  }
}
@media (max-width: 960px) {
  .form-style .field-data.address .other-address {
    flex: inherit;
    margin-top: 15px;
    width: 100%;
  }
  .form-style .info-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .member-form .form-filter {
    justify-content: flex-start;
  }
  .member-form .form-filter.form-filter-doctor {
    grid-template-columns: auto auto auto 75px;
  }
  .member-form .form-filter.form-filter-patient .select-style {
    margin-bottom: 10px;
  }
  .member-form .form-filter .keyword {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .member-form {
    padding-right: 15px;
  }
  .member-form .form-filter {
    justify-content: flex-start;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .member-form .form-filter.form-filter-doctor {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
  .member-form .form-filter.form-filter-doctor .btn-row {
    max-width: 100px;
  }
  .member-form .list-table td {
    padding: 8px;
  }

  .form-style .field {
    width: 100% !important;
  }
  .form-style .final-row {
    flex-direction: column;
  }
  .form-style .submit {
    margin-top: 15px;
  }
  .form-style .sec-row {
    margin-bottom: 15px;
    text-align: center;
  }
  .form-style .sec-row .sec-title {
    font-size: 1.6rem;
  }
  .form-style .treatment-data input[type="radio"] {
    top: 5px;
  }
  .form-style .treatment-data input[type="text"] {
    max-width: 100%;
    margin: 3px 0;
  }
}
@media (max-width: 640px) {
  .switch-state {
    top: 10px;
    left: 20px;
  }
  .form-box {
    padding: 60px 20px 30px;
    max-width: calc(100% - 20px);
  }

  .system-attention {
    padding: 15px;
  }
  .system-attention p {
    font-size: 1.7rem;
  }

  .member-form {
    height: auto;
    padding-right: 0;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .member-form .form-style {
    padding-bottom: 10px;
  }
  .member-form .form-row:nth-child(n + 2) {
    padding-top: 30px;
    margin-top: 0;
  }
  .member-form .form-head {
    flex-direction: column;
  }
  .member-form .form-head .title {
    font-size: 2.2rem;
    line-height: 2.2rem;
    margin-left: 0;
    margin-top: 10px;
    padding-inline: 10px;
  }
  .member-form .form-head .title .patient-name {
    display: block;
    text-align: center;
    margin-top: 5px;
  }
  .member-form .form-head .btn {
    margin-left: 0;
    margin-top: 10px;
  }
  .member-form .form-active {
    text-align: center;
  }
  .member-form .form-active .active-btn span {
    width: 120px;
  }
  .member-form .form-filter.form-filter-doctor {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .member-form .delete-row {
    margin-top: -10px;
  }
  .btn-row {
    margin-top: 20px;
    bottom: 10px;
    position: sticky;
  }
  .btn-row .submit,
  .btn-row .cancel,
  .btn-row .print {
    width: auto;
    min-width: 70px;
  }
  .member-form .filter-row {
    margin-top: 0;
    text-align: center;
  }

  .form-style {
    padding: 20px;
  }
  .form-style .field {
    margin-bottom: 15px;
  }
  .form-style .field-data.address .select-style {
    margin-right: 10px;
    width: 130px;
  }
  .form-style .field-data.has-unit {
    align-items: flex-start;
    flex-direction: column;
  }
  .form-style .field-data.has-unit .unit {
    padding-left: 0;
    padding-top: 5px;
  }
  .form-style input:not([type="radio"]):not([type="checkbox"]),
  .form-style textarea,
  .form-style select {
    padding: 8px 10px;
  }
  .form-style .gender label {
    padding: 12px 10px;
  }
  .form-style .label-data {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }
  .form-style .field-title {
    margin-bottom: 10px;
  }
  .form-style .field-title p {
    font-size: 1.8rem;
  }
  .form-style .info-grid .info span {
    display: block;
    margin-bottom: 5px;
  }
}
/* -------------- header --------------*/
/* -------------- header RWD --------------*/
/* -------------- footer --------------*/
/* -------------- footer RWD --------------*/
/* -------------- pagination --------------*/
.page_box {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.page_box .page_num {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 50%;
  background: #fff;
  color: #444;
  font-size: 1.5rem;
  margin-left: 8px;
  margin-right: 8px;
}
.page_box .page_num:hover {
  background: #007d68;
  color: #fff;
}
.page_box .page_num.active {
  background: #fda100;
  color: #fff;
}
.page_box .page_num i {
  font-size: 1.5rem;
}
.page_box .page-select {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: 30px;
}
.page_box .page-select .select-style {
  background: linear-gradient(-90deg, #007d68 25px, #fff 25px, #fff 100%);
  width: 55px;
}
.page_box .page-select select {
  padding: 8px 10px;
}
.page_box .page-select .text {
  color: #444;
  font-size: 1.5rem;
  margin-left: 15px;
}

/* -------------- pagination RWD --------------*/
@media (max-width: 640px) {
  .page_box {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .page_box .page_num {
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
    margin-left: 3px;
    margin-right: 3px;
  }
  .page_box .page-select {
    justify-content: center;
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
}
/* -------------- login --------------*/
.login-grid {
  width: 100%;
  height: 100%;
  background: url(../images/bg-login.jpg) no-repeat;
  background-position: center right;
  background-size: cover;
  min-width: 100vw;
  min-height: 100vh;
  position: relative;
}
.login-grid .main-box {
  max-width: 47%;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  padding: 40px;
  transform: translateY(-50%);
}
.login-grid .head {
  margin-bottom: 50px;
}
.login-grid .head .en {
  color: #999999;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}
.login-grid .head h3 {
  align-items: flex-start;
  display: flex;
  color: #007d68;
  font-size: 5.6rem;
  font-weight: bold;
  line-height: 1.1;
}
.login-grid .head h3 span {
  display: inline-block;
  width: 470px;
}
.login-grid .head h3 img {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 20px;
  margin-top: 3px;
  width: 55px;
}
.login-grid .head .des {
  color: #444;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-top: 30px;
}
.login-grid .head .des p:nth-child(n + 2) {
  margin-top: 8px;
}
.login-grid form {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.login-grid form .field {
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px 35px;
  width: 37%;
}
.login-grid form .field:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.login-grid form .field:nth-child(n + 2) {
  margin-left: -1px;
}
.login-grid form .field label {
  color: #444;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.login-grid form .field input {
  color: #999999;
  font-size: 2rem;
  width: 100%;
}
.login-grid form button {
  background: #fda100;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin-left: -1px;
  transition: all 0.3s;
  padding: 10px;
  width: 26%;
}
.login-grid form button:hover {
  background: #ffbd4b;
}
.login-grid form button i {
  padding-right: 15px;
}
.login-grid .remark {
  color: #f2001c;
  font-size: 1.7rem;
  line-height: 1.3;
  margin-top: 15px;
  padding-left: 15px;
  position: relative;
}
.login-grid .remark:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #f2001c;
  content: "*";
}
.login-grid .remark a {
  color: #007d68;
  padding-left: 5px;
  padding-right: 5px;
}
.login-grid .remark a:hover {
  color: #fda100;
}
.login-grid .remark a i {
  padding-right: 3px;
}
.login-grid .remark a span {
  text-decoration: underline;
}

.fwPopContent {
  display: none;
}
.fwPopContent .contentHead {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #444;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 15px 20px;
}
.fwPopContent .contentHead i {
  margin-right: 8px;
}
.fwPopContent .content {
  display: block;
  padding: 20px;
}
.fwPopContent .field {
  margin-bottom: 15px;
  width: 100%;
}
.fwPopContent .field:last-child {
  margin-bottom: 0;
}
.fwPopContent .field label {
  color: #444;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.fwPopContent .submit {
  font-size: 1.4rem;
  margin-top: 0 !important;
}

.doctor-ver.login-grid {
  background: url(../images/bg-login-doctor.jpg) no-repeat;
  background-position: center right;
  background-size: cover;
}
.doctor-ver.login-grid .head h3 {
  color: #003566;
}
.doctor-ver.login-grid .remark a {
  color: #003566;
}
.doctor-ver.login-grid .remark a:hover {
  color: #0a766b;
}
.doctor-ver.login-grid form button {
  background: #0a766b;
  width: 26%;
}
.doctor-ver.login-grid form button:hover {
  background: #0ea596;
}

/* -------------- login RWD --------------*/
@media (max-width: calc(1440px + 40px)) {
  .login-grid .main-box {
    max-width: 55%;
  }
  .login-grid .head h3 {
    font-size: 4.6rem;
  }
  .login-grid form .field {
    padding: 20px;
  }
}
@media (max-width: 1280px) {
  .login-grid .main-box {
    padding: 40px;
    max-width: 600px;
  }
  .login-grid .head {
    margin-bottom: 30px;
  }
  .login-grid form button {
    font-size: 1.8rem;
  }
}
@media (max-width: 1024px) {
  .login-grid .main-box {
    max-width: 640px;
  }
  .login-grid .head .en {
    font-size: 1.6rem;
  }
  .login-grid .head h3 {
    font-size: 4rem;
    margin-bottom: 15px;
  }
  .login-grid .head h3 img {
    margin-left: 15px;
    width: 40px;
  }
  .login-grid .head .des {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .login-grid form .field {
    padding: 15px;
  }
  .login-grid form .field input {
    font-size: 2rem;
  }
  .login-grid form button {
    font-size: 1.375rem;
  }
}
@media (max-width: 768px) {
  .login-grid {
    background: url(../images/rp-bg.jpg) repeat;
  }
  .login-grid .main-box {
    max-width: 100%;
  }
  .login-grid form .field {
    width: 100%;
  }
  .login-grid form .field:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .login-grid form .field:nth-child(n + 2) {
    margin-left: 0;
    margin-top: -1px;
  }
  .login-grid form button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 0;
    margin-top: -1px;
    width: 100% !important;
  }
}
@media (max-width: 640px) {
  .login-grid .main-box {
    position: static;
    padding: 40px 20px;
    transform: translateY(0);
    width: 100%;
  }
  .login-grid .head {
    margin-bottom: 30px;
  }
  .login-grid .head .en {
    font-size: 1.4rem;
  }
  .login-grid .head h3 {
    font-size: 3rem;
  }
  .login-grid .head h3 img {
    margin-left: 10px;
    width: 30px;
  }
  .login-grid .head .des {
    margin-top: 20px;
  }
  .login-grid form .field {
    padding: 15px;
  }
  .login-grid form button {
    font-size: 1.8rem;
  }

  .fwPopContent .content {
    padding: 15px;
  }
}
/* -------------- term --------------*/
.term-grid {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: url(../images/bg-term.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 5% 12%;
}
.term-grid .head-top {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  background: #007d68;
  order: 1;
  padding: 60px;
  width: 35%;
}
.term-grid .head-top .logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 190px;
}
.term-grid .head-top .logo img {
  display: block;
  width: 100%;
}
.term-grid .head-top .head-text {
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
}
.term-grid .head-top .head-text span {
  display: inline-block;
}
.term-grid .head-top .head-des {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: -20px;
  text-align: center;
}
.term-grid .head-top .content {
  color: #fff;
  margin-top: 50px;
}
.term-grid .head-top .head-title {
  padding: 8px 15px;
  background: #f9ff00;
  border-radius: 35px;
  color: #0d7d68;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.term-grid .head-top .des {
  margin-top: 20px;
  margin-bottom: 60px;
  opacity: 0.9;
}
.term-grid .head-top .des p {
  font-size: 1.8rem;
  line-height: 3.2rem;
}
.term-grid .head-top .des p:nth-child(n + 2) {
  margin-top: 10px;
}
.term-grid .head-top .term-check {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
.term-grid .head-top .term-check input {
  transform: scale(1.4);
}
.term-grid .head-top .term-check label {
  font-size: 1.6rem;
  padding-left: 5px;
  line-height: 2.2rem;
}
.term-grid .head-top button {
  background: #fda100;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  padding: 12px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  transition: all 0.3s;
  width: 200px;
}
.term-grid .head-top button:hover {
  background: #ffbd4b;
}
.term-grid .term-content {
  background: #fff;
  border: 1px solid #eee;
  border-right: none;
  padding: 60px 70px;
  width: calc(100% - 35%);
}
.term-grid .term-content ::-webkit-scrollbar {
  width: 10px;
}
.term-grid .term-content ::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(68, 68, 68, 0.3);
}
.term-grid .term-content ::-webkit-scrollbar-thumb {
  background: #eeeeee;
  border: 1px solid rgba(68, 68, 68, 0.3);
  border-radius: 10px;
}
.term-grid .term-content ::-webkit-scrollbar-thumb:hover {
  background: #007d68;
}
.term-grid .term-content .term-head {
  color: #007d68;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 3rem;
  text-align: center;
  margin-bottom: 30px;
}
.term-grid .term-content .term {
  color: #444;
  font-size: 1.6rem;
  line-height: 2.6rem;
  overflow-y: auto;
  padding-right: 20px;
  max-height: 58vh;
}
.term-grid .term-content .term-intro {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.term-grid .term-content .term-title {
  color: #007d68;
  font-weight: bold;
  margin-bottom: 10px;
}
.term-grid .term-content .term-ul {
  margin-left: 20px;
  margin-bottom: 10px;
}
.term-grid .term-content .term-ul li {
  margin: 7px 0;
}
.term-grid .term-content .term-sub {
  margin-left: 20px;
}

.doctor-ver.term-grid .term-content ::-webkit-scrollbar-thumb:hover {
  background: #003566;
}
.doctor-ver.term-grid .term-content .term-head {
  color: #003566;
}
.doctor-ver.term-grid .head-top {
  background: #003566;
}
.doctor-ver.term-grid .head-top button {
  background: #0a766b;
}
.doctor-ver.term-grid .head-top button:hover {
  background: #0ea596;
}
.doctor-ver.term-grid .head-top .bottom-des {
  color: #fff;
  font-size: 1.6rem;
  margin-top: 10px;
  text-align: center;
  line-height: 1.2;
}
.doctor-ver.term-grid .head-top .bottom-des span {
  display: inline-block;
}
.doctor-ver.term-grid .head-top .bottom-des a {
  display: inline-block;
  color: #f9ff00;
  text-decoration: underline;
}
.doctor-ver.term-grid .head-top .head-title {
  color: #003566;
}

.doctor-page-pop {
  align-items: center;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  height: 100dvh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
}
.doctor-page-pop .pop-grid {
  background: #fff;
  padding: 10px;
}
.doctor-page-pop .pop-content {
  border: 2px solid #003566;
  padding: 40px;
}
.doctor-page-pop .pop-content .alert-text {
  font-size: 18px;
  line-height: 1.2;
}
.doctor-page-pop .pop-content .alert-text span {
  color: #f24;
  font-weight: bold;
  font-size: 20px;
}
.doctor-page-pop .pop-content .btn-row {
  display: grid;
  gap: 15px;
  grid-auto-flow: column;
  justify-content: center;
  margin-top: 20px;
}
.doctor-page-pop .pop-content .btn-row a {
  background: #003566;
  border-radius: 7px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  padding: 15px;
  text-align: center;
  min-width: 150px;
}
.doctor-page-pop .pop-content .btn-row a.is-doctor {
  font-size: xx-large;
  font-weight: bold;
  padding: 8px 15px;
}
.doctor-page-pop .pop-content .btn-row .to-normal {
  background: #007d68;
}
.doctor-page-pop .pop-content .btn-row a:hover {
  background: #fda100 !important;
}

/* -------------- term RWD --------------*/
@media (max-width: calc(1440px + 40px)) {
  .term-grid {
    padding: 3% 7%;
  }
  .term-grid .head-top {
    padding: 40px;
  }
  .term-grid .head-top .content {
    margin-top: 30px;
  }
  .term-grid .term-content {
    padding: 40px;
  }
  .term-grid .term-content .term {
    max-height: 62vh;
  }
}
@media (max-width: 1024px) {
  .term-grid {
    padding: 60px;
    width: auto;
    height: auto;
  }
  .term-grid .head-top {
    order: 0;
    width: 100%;
  }
  .term-grid .head-top button {
    margin-top: 40px;
  }
  .term-grid .term-content {
    margin: 0;
    width: 100%;
  }
  .term-grid .term-content .term {
    padding-right: 0;
    max-height: inherit;
  }
}
@media (max-width: 640px) {
  .term-grid {
    padding: 30px 20px;
  }
  .term-grid .head-top {
    padding: 30px 20px;
  }
  .term-grid .head-top .logo {
    width: 160px;
  }
  .term-grid .head-top .des {
    margin-bottom: 30px;
  }
  .term-grid .head-top .des p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .term-grid .head-top button {
    font-size: 1.6rem;
    margin-top: 20px;
  }
  .term-grid .term-content {
    border: 1px solid #eee;
    border-top: none;
    padding: 30px 20px;
  }
}
/* -------------- paper --------------*/
.paper-grid {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.paper-grid .left-sec {
  width: 20%;
}
.paper-grid .top-data {
  background: url(../images/bg-percentage.jpg);
  color: #fff;
  padding: 30px;
  text-align: center;
}
.paper-grid .top-data .current-circle {
  width: 120px;
  height: 120px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #fda100;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
}
.paper-grid .top-data .current-circle.low {
  background: #ef3030 !important;
}
.paper-grid .top-data .current-circle.full {
  background: #4caf50 !important;
}
.paper-grid .top-data .current-circle .percentage {
  font-size: 4.6rem;
  letter-spacing: -3px;
}
.paper-grid .top-data .current-circle .percentage span {
  padding-left: 3px;
  font-size: 2rem;
}
.paper-grid .top-data .current-circle .title {
  font-size: 1.4rem;
  margin-top: 5px;
}
.paper-grid .top-data .user {
  font-size: 2.6rem;
  font-weight: bold;
  margin-top: 15px;
}
.paper-grid .top-data .date {
  font-size: 1.6rem;
  margin-top: 10px;
}
.paper-grid .question-category {
  background: #007d68;
  height: calc(100vh - 265px);
}
.paper-grid .question-category .category-list {
  height: calc(100% - 60px);
  padding-top: 0px;
  padding-bottom: 20px;
  overflow-y: auto;
}
.paper-grid .question-category .category-list li.active {
  border-left: 5px solid #fda100;
  background: #fff;
}
.paper-grid .question-category .category-list li.active a {
  padding-left: 30px;
}
.paper-grid .question-category .category-list li.active .status,
.paper-grid .question-category .category-list li.active .category-name {
  color: #444;
}
.paper-grid .question-category .category-list a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 15px 25px;
  padding-left: 35px;
}
.paper-grid .question-category .category-list a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.paper-grid .question-category .category-list .sub-link {
  padding: 10px;
  font-size: 1.4rem;
  line-height: 1.1;
  padding-left: 55px;
  color: #444;
  display: none;
}
.paper-grid .question-category .category-list .sub-link:hover {
  background: rgba(0, 0, 0, 0.1);
}
.paper-grid .question-category .category-list li.active .title-text,
.paper-grid .question-category .category-list li.active .sub-link {
  display: block;
}
.paper-grid .question-category .category-list .title-text {
  font-size: 1.7rem;
  line-height: 1.1;
  color: #d31b1b;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 5px;
  display: none;
}
.paper-grid .question-category .category-list .sub-link {
  padding: 10px;
  font-size: 1.4rem;
  line-height: 1.1;
  padding-left: 55px;
  color: #444;
  display: none;
}
.paper-grid .question-category .category-list .sub-link:hover {
  background: rgba(0, 0, 0, 0.1);
}
.paper-grid .question-category .category-list .status {
  color: #fff;
  font-size: 2rem;
  width: 20px;
}
.paper-grid .question-category .category-list .category-name {
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding-left: 10px;
  padding-right: 10px;
  width: calc(100% - 20px);
}
.paper-grid .question-category .category-list .category-name span {
  display: inline-block;
}
.paper-grid .question-category .category-list .current-status {
  color: #fda100;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: right;
  width: 40px;
}
.paper-grid .question-category .btn-row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.paper-grid .question-category .btn-row a {
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  padding: 21px 10px;
  text-align: center;
  transition: all 0.3s;
  width: 50%;
}
.paper-grid .question-category .btn-row .change-pw {
  background: #fcfcfc;
  color: #007d68;
}
.paper-grid .question-category .btn-row .change-pw:hover {
  background: #e3e3e3;
}
.paper-grid .question-category .btn-row .log-out {
  background: #fda100;
  color: #fff;
}
.paper-grid .question-category .btn-row .log-out:hover {
  background: #ffbd4b;
}
.paper-grid .right-sec {
  padding: 30px 40px;
  width: 80%;
}
.paper-grid .right-sec.wide {
  width: 100%;
}
.paper-grid .right-sec ::-webkit-scrollbar {
  width: 10px;
}
.paper-grid .right-sec ::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(68, 68, 68, 0.3);
}
.paper-grid .right-sec ::-webkit-scrollbar-thumb {
  background: #eeeeee;
  border: 1px solid rgba(68, 68, 68, 0.3);
  border-radius: 10px;
}
.paper-grid .right-sec ::-webkit-scrollbar-thumb:hover {
  background: #007d68;
}
.paper-grid .right-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 5px solid #eeeeee;
  padding-bottom: 10px;
}
.paper-grid .right-head .main-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.paper-grid .right-head .main-head:after {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #bbbbbb;
  content: "";
}
.paper-grid .right-head .main-head h3 {
  color: #444;
  font-size: 3.2rem;
  font-weight: bold;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 1.2;
}
.paper-grid .btn-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding-top: 15px;
}
.paper-grid .btn-row a,
.paper-grid .btn-row button {
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  padding: 10px;
  width: 100px;
}
.paper-grid .btn-row a:not(:last-child),
.paper-grid .btn-row button:not(:last-child) {
  margin-right: 10px;
}
.paper-grid .btn-row a i {
  margin-right: 5px;
}
.paper-grid .btn-row .back-btn {
  background: #999999;
}
.paper-grid .btn-row .back-btn:hover {
  background: #bfbfbf;
}
.paper-grid .btn-row .save-btn {
  background: #fda100;
  width: 125px !important;
}
.paper-grid .btn-row .save-btn:hover {
  background: #ffbd4b;
}
.paper-grid .btn-row .prev-btn {
  background: #007d68;
}
.paper-grid .btn-row .prev-btn:hover {
  background: #00b092;
}
.paper-grid .btn-row .next-btn {
  background: #007d68;
}
.paper-grid .btn-row .next-btn:hover {
  background: #00b092;
}
.paper-grid .btn-row .submit {
  background: #f2001c;
}
.paper-grid .btn-row .submit:hover {
  background: #ff263f;
}
.paper-grid .btn-row .disabled {
  background: #999;
  pointer-events: none;
}
.paper-grid .right-limit {
  margin-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
  height: calc(100vh - 60px - 30px - 65px - 40px - 10px - 30px);
  overflow-y: auto;
}
.paper-grid .question-sec-head {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.paper-grid .question-sec:not(:last-child) {
  margin-bottom: 40px;
}
.paper-grid .question-sec .sec-name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.paper-grid .question-sec .sec-name .name-tag {
  background: #444;
  border-radius: 7px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 7px 20px;
}
.paper-grid .question-sec .sec-name .sub-tag {
  color: #444;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 10px;
  width: 100%;
}
.paper-grid .question-sec .sec-name .sec-remark {
  font-size: 1.4rem;
  color: #f2001c;
  padding-left: 15px;
  line-height: 1.4;
}
.paper-grid .question-sec .sec-name .sec-remark a {
  color: #f2001c;
  text-decoration: underline;
}
.paper-grid .paper-remark-row {
  background: #ffffef;
  font-size: 1.4rem;
  color: #222;
  line-height: 1.4;
  padding: 8px 15px;
  border: solid 1px #f3f2cf;
  margin: 10px 0;
}
.paper-grid .paper-remark-row a {
  color: #005099;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.paper-grid .question-sec .question {
  margin-bottom: 20px;
  counter-increment: li;
  position: relative;
}
.paper-grid .question-sec .question.not_same_time {
  display: none;
}
.paper-grid .question-sec .question.question-slideUp {
  display: none;
}
.paper-grid .question-sec .question.inline {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.paper-grid .question-sec .question.inline::before {
  top: 8px;
}
.paper-grid .question-sec .question.inline .question-name {
  padding-top: 8px;
}
.paper-grid .question-sec .question.inline .question-content {
  padding-left: 20px;
  padding-top: 0;
  flex: 1;
}
.paper-grid .question-sec .past-info-list {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 10px;
  width: 100%;
}
.paper-grid .question-sec .past-info-list .info-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.4;
}
.paper-grid .question-sec .past-info-list .info-item:before {
  border-radius: 3px;
  background: #fda100;
  content: "";
  width: 8px;
  height: 16px;
  margin-right: 10px;
}
.paper-grid .question-sec .past-info-list .info-item + .info-item {
  border-top: 1px dashed #eee;
}
.paper-grid .question-sec .past-info-list .info-item p {
  font-weight: bold;
}
.paper-grid .question-sec .data-atention-text {
  background: #fff3f5;
  font-size: 1.4rem;
  color: #f24;
  line-height: 1.4;
  padding: 8px 15px;
  border: solid 1px #ffe1e6;
  margin: 10px 0;
  display: none;
}
.paper-grid .question-sec .question:before {
  content: attr(data-no) ".";
  color: #007d68;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.4rem;
  display: inline-block;
}
.paper-grid .question-sec .question-name {
  color: #007d68;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.4rem;
  counter-reset: li;
}
.paper-grid .question-sec .question-name a {
  color: #007d68;
  text-decoration: underline;
}
.paper-grid .question-sec .question-name a:hover {
  color: #000;
}
.paper-grid .question-sec .question-name.must:after {
  position: absolute;
  top: 0;
  left: -15px;
  color: #f2001c;
  /*       content: '*'; */
  content: "\f621";
  color: #f2001c;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 10px;
  transform: scale(0.8);
}
.paper-grid .question-sec .question-name.better:after {
  position: absolute;
  top: 0;
  left: -15px;
  content: "\f005";
  color: #f2001c;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 10px;
  transform: scale(0.8);
}
.paper-grid .question-sec .question-content {
  padding-top: 10px;
}
.paper-grid .question-sec .question-content.form-style {
  background: none;
  border: none;
  padding: 0;
  padding-top: 10px;
}
.paper-grid .question-sec .question-content .remark {
  font-size: 1.3rem;
  color: #f2001c;
  padding-bottom: 15px;
  margin-top: -5px;
}
.paper-grid .question-sec .question-content .unit {
  color: #444;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.paper-grid .question-sec .question-content .unit sup {
  vertical-align: super;
  font-size: smaller;
}
.paper-grid .question-sec .question-content .question {
  margin-top: 10px;
}
.paper-grid
  .question-sec
  .question-content
  .question
  .question-name.must:after {
  left: -55px;
}
.paper-grid
  .question-sec
  .question-content
  .question
  .question-name.better:after {
  left: -55px;
}
.paper-grid .question-sec .check-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: -15px;
}
.paper-grid .question-sec .check-list.wide {
  margin-bottom: 0;
}
.paper-grid .question-sec .check-list.wide .check-item {
  margin-bottom: 0;
  width: 100%;
}
.paper-grid .question-sec .check-item {
  position: relative;
  display: inline-block;
  margin-top: 15px;
}
.paper-grid .question-sec .check-item:not(:last-child) {
  margin-right: 15px;
}
.paper-grid .question-sec .check-item span {
  color: #444;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.8rem;
  background: #eeeeee;
  border-radius: 5px;
  padding: 10px 15px;
  padding-left: 32px;
  min-width: 130px;
}
.paper-grid .question-sec .check-item input {
  position: absolute;
  top: 13px;
  left: 13px;
  margin: 0;
}
.paper-grid .question-sec .check-item input:checked + span {
  background: #007d68;
  color: #fff;
}
.paper-grid .question-sec .check-item .hover-mark {
  color: #fda100;
  font-size: 1.8rem;
  margin-left: 10px;
  position: relative;
}
.paper-grid .question-sec .check-item .hover-mark:hover:after {
  position: absolute;
  top: 22px;
  right: 0px;
  background: #444;
  color: #fff;
  content: attr(data-text);
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.5rem;
  padding: 5px;
  width: 170px;
  z-index: 1;
}
.paper-grid .question-sec .table-limit {
  overflow-x: auto;
  width: 100%;
}
.paper-grid .question-sec table {
  min-width: 500px;
}
.paper-grid .question-sec table td {
  border: 1px solid #eeeeee;
  color: #444;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 13px 20px;
}
.paper-grid .question-sec table td:nth-child(1) {
  background: #f9f9f9;
  font-weight: bold;
}
.paper-grid .question-sec table thead td {
  background: #007d68 !important;
  color: #fff;
  text-align: center;
}
.paper-grid .question-sec .date-input {
  max-width: 200px;
}
.paper-grid .question-sec .date-input input {
  border-radius: 5px;
  background: #eee;
  padding: 10px 15px;
  overflow: hidden;
  text-align: left;
  color: #444;
  font-size: 1.6rem;
  width: 100%;
}
.paper-grid .question-sec .date-input input::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}
.paper-grid .question-sec .input-text {
  border: 1px solid #999999;
  border-radius: 5px;
  color: #444;
  font-size: 1.6rem;
  padding: 8px 15px;
}
.paper-grid .question-sec .input-text[type="file"] {
  max-width: 100%;
  width: 100%;
}
.paper-grid .question-sec textarea {
  resize: none;
  height: 100px;
  width: 100%;
}
.paper-grid .question-sec .input-date {
  max-width: 220px;
  width: 100%;
  border: none;
  background: linear-gradient(-90deg, #007d68 25px, #eeeeee 25px, #eeeeee 100%);
  border-radius: 5px;
  display: inline-block;
  position: relative;
}
.paper-grid .question-sec .input-date:before {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "\f073";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
  transform: translateY(-50%);
}
.paper-grid .question-sec .input-date input {
  background: transparent;
  border: none;
  position: relative;
  min-height: 38px;
  width: 100%;
}
.paper-grid .question-sec .slide-text {
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 25px;
  padding-bottom: 10px;
  line-height: 1.4;
}
.paper-grid .mb-menu {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fda100;
  text-align: center;
  padding-top: 8px;
  position: fixed;
  right: 10px;
  top: 10px;
  display: none;
}
.paper-grid .mb-menu.open .icon span:nth-of-type(1) {
  top: 8px;
  transform: rotate(45deg);
  transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s;
}
.paper-grid .mb-menu.open .icon span:nth-of-type(2) {
  opacity: 0;
}
.paper-grid .mb-menu.open .icon span:nth-of-type(3) {
  top: -6px;
  transform: rotate(-45deg);
  transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s;
}
.paper-grid .mb-menu .icon {
  width: 30px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
}
.paper-grid .mb-menu .icon span {
  height: 2px;
  width: 25px;
  display: block;
  margin: 5px auto;
  position: relative;
  background-color: #fff;
  top: 0;
}
.paper-grid .mb-menu .menu-text {
  color: #fff;
  margin-top: 5px;
}

.doctor-ver.paper-grid .top-data {
  background: url(../images/bg-percentage-doctor.jpg);
}
.doctor-ver.paper-grid .top-data .current-circle {
  background: #0a766b;
}
.doctor-ver.paper-grid .right-sec ::-webkit-scrollbar-thumb:hover {
  background: #003566;
}
.doctor-ver.paper-grid .question-category {
  background: #003566;
}
.doctor-ver.paper-grid .question-category .category-list li.active {
  border-color: #0a766b;
}
.doctor-ver.paper-grid .question-sec .question::before {
  color: #003566;
}
.doctor-ver.paper-grid .question-sec .question-name {
  color: #003566;
}
.doctor-ver.paper-grid .question-sec .input-date {
  background: linear-gradient(-90deg, #003566 25px, #eeeeee 25px, #eeeeee 100%);
}
.doctor-ver.paper-grid .question-sec .check-item input:checked + span {
  background: #003566;
}
.doctor-ver.paper-grid .btn-row .prev-btn {
  background: #003566;
}
.doctor-ver.paper-grid .btn-row .prev-btn:hover {
  background: #005099;
}
.doctor-ver.paper-grid .btn-row .next-btn {
  background: #003566;
}
.doctor-ver.paper-grid .btn-row .next-btn:hover {
  background: #005099;
}
.doctor-ver.paper-grid .btn-row .save-btn {
  background-color: #0a766b;
}
.doctor-ver.paper-grid .btn-row .save-btn:hover {
  background: #0ea596;
}

.paper-result-grid {
  background: url(../images/rp_warm.jpg) repeat;
  min-height: 100vh;
  padding-bottom: 41px;
}
.paper-result-grid .page-result-head {
  background: #007d68;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}
.paper-result-grid .page-result-head .container {
  display: grid;
  grid-template-columns: 130px auto;
  gap: 30px;
  transform: translateY(30px);
}
.paper-result-grid .page-result-head .icon-box {
  border: 3px solid #007d68;
  background: #fff;
  padding: 25px;
}
.paper-result-grid .page-result-head .icon-box img {
  display: block;
  width: 100%;
}
.paper-result-grid .page-result-head .head-text {
  margin-top: 25px;
}
.paper-result-grid .page-result-head .paper-date {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.paper-result-grid .page-result-head .paper-title {
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
}
.paper-result-grid .page-result-content .paper-limit {
  padding-left: 50px;
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
}
.paper-result-grid .page-result-content .paper-limit:before {
  position: absolute;
  top: 0;
  left: 24px;
  background: #007d68;
  content: "";
  width: 3px;
  height: 100%;
}
.paper-result-grid .page-result-content .paper-row {
  margin-top: 40px;
}
.paper-result-grid .page-result-content .row-head {
  background: url(../images/rp_warm.jpg) repeat;
  align-items: center;
  display: grid;
  grid-template-columns: 50px auto;
  gap: 15px;
  margin-left: -50px;
  margin-bottom: 10px;
  position: sticky;
  top: 0;
  z-index: 1;
}
.paper-result-grid .page-result-content .row-head .no {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #007d68;
  border-radius: 50%;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  height: 50px;
  position: relative;
  z-index: 1;
}
.paper-result-grid .page-result-content .row-head .row-title {
  color: #444;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}
.paper-result-grid .page-result-content .question-sec {
  background: #fff;
  padding: 25px 30px;
  margin-left: 15px;
}
.paper-result-grid .page-result-content .sec-name {
  background: #444;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 8px 15px;
  margin-bottom: 20px;
}
.paper-result-grid .page-result-content .sec-name:not(:first-child) {
  margin-top: 25px;
}
.paper-result-grid .page-result-content .question-box {
  display: grid;
  grid-template-columns: 40% auto;
  gap: 20px;
}
.paper-result-grid .page-result-content .question-box:hover {
  background: rgba(253, 161, 0, 0.04);
}
.paper-result-grid .page-result-content .question-box > div {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
}
.paper-result-grid .page-result-content .question-box .question-title {
  color: #007d68;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
.paper-result-grid .page-result-content .question-box .question-title.must {
  position: relative;
}
.paper-result-grid
  .page-result-content
  .question-box
  .question-title.must:before {
  position: absolute;
  top: 10px;
  left: -13px;
  content: "*";
  color: #f24;
}
.paper-result-grid .page-result-content .question-box .question-content {
  font-size: 1.6rem;
  line-height: 1.4;
}
.paper-result-grid
  .page-result-content
  .question-box
  .question-content
  .select2 {
  width: 100% !important;
}
.paper-result-grid
  .page-result-content
  .question-box
  .question-content
  .selectStyle
  + .selectStyle {
  margin-top: 10px;
}
.paper-result-grid .page-result-content .question-box .sub-title {
  color: #444;
  font-weight: bold;
  margin-top: 10px;
}
.paper-result-grid .page-result-content .question-box .sub-content {
  margin-top: 10px;
}
.paper-result-grid
  .page-result-content
  .question-box
  .sub-content
  .question-title {
  background: rgba(0, 125, 104, 0.1);
  color: #007d68;
  font-size: 1.4rem;
  padding: 3px 5px;
}
.paper-result-grid
  .page-result-content
  .question-box
  .sub-content
  .question-content {
  font-size: 1.4rem;
  padding: 5px;
}
.paper-result-grid .page-result-content .question-box .sub-content-level2 {
  margin-left: 10px;
}
.paper-result-grid
  .page-result-content
  .question-box
  .sub-content-level2
  .sub-content
  .question-title {
  background: #f1f1f1;
  color: #626262;
}
.paper-result-grid .quick-link {
  display: flex;
  background: linear-gradient(0deg, #002242 10%, #003566);
  flex-wrap: wrap;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.paper-result-grid .quick-link .link {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
  padding: 10px 3px;
  text-align: center;
}
.paper-result-grid .quick-link .link:hover,
.paper-result-grid .quick-link .link.active {
  background: linear-gradient(0deg, #d98a00 10%, #fda100);
}
.paper-result-grid .quick-link .link:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.paper-result-grid .quick-link .link p {
  color: #fff;
}
.paper-result-grid .quick-link .link span {
  display: inline-block;
}
.paper-result-grid .quick-link .link .no {
  font-size: 1.8rem;
  flex-shrink: 0;
  margin-right: 5px;
}
.paper-result-grid .quick-link .link .title {
  font-size: 1.3rem;
  line-height: 1.2;
}

/* -------------- paper RWD --------------*/
@media (max-width: 1440px) {
  .paper-result-grid .page-result-head {
    padding: 0;
  }
}
@media (max-width: calc(1440px + 40px)) {
  .paper-grid .left-sec {
    width: 25%;
  }
  .paper-grid .right-sec {
    padding: 30px 40px;
    width: 75%;
  }
  .paper-grid .right-limit {
    padding: 0;
    padding-left: 15px;
  }
}
@media (max-width: 1280px) {
  .paper-grid .question-category .category-list li.active a {
    padding-left: 15px;
  }
  .paper-grid .question-category .category-list a {
    padding: 10px 20px;
  }
  .paper-grid .question-category .category-list .title-text {
    padding-left: 45px;
  }
  .paper-grid .question-category .category-list .sub-link {
    padding: 6px;
    padding-left: 45px !important;
  }
  .paper-grid .question-category .category-list .category-name {
    font-size: 1.6rem;
    line-height: 2rem;
    width: calc(100% - 20px);
  }
  .paper-grid .question-category .category-list .current-status {
    margin-left: 30px;
    text-align: left;
    margin-top: 3px;
    width: calc(100% - 20px);
  }
  .paper-grid .question-sec .question.inline {
    display: block;
  }
  .paper-grid .question-sec .question.inline::before {
    top: 0px;
  }
  .paper-grid .question-sec .question.inline .question-name {
    padding-top: 0;
  }
  .paper-grid .question-sec .question.inline .question-name.must:after {
    top: 0;
  }
  .paper-grid .question-sec .question.inline .question-content {
    padding-left: 0;
    padding-top: 10px;
  }

  .paper-result-grid .page-result-content .paper-limit {
    padding-left: 0;
  }
  .paper-result-grid .page-result-content .paper-row {
    position: relative;
  }
  .paper-result-grid .page-result-content .paper-row .row-head {
    margin-left: 0;
  }
  .paper-result-grid .page-result-content .question-sec {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .paper-grid .left-sec {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    transform: translateX(-100%);
    transition: all 0.3s;
    z-index: 2;
  }
  .paper-grid .left-sec.open {
    transform: translateX(0%);
  }
  .paper-grid .top-data {
    padding: 20px;
  }
  .paper-grid .top-data .current-circle {
    width: 100px;
    height: 100px;
    border: 4px solid #fff;
    padding-top: 20px;
  }
  .paper-grid .top-data .current-circle .percentage {
    font-size: 3.4rem;
    letter-spacing: -2px;
  }
  .paper-grid .top-data .current-circle .percentage span {
    padding-left: 3px;
    font-size: 2rem;
  }
  .paper-grid .top-data .current-circle .title {
    font-size: 1.4rem;
    margin-top: 5px;
  }
  .paper-grid .top-data .user {
    font-size: 2.2rem;
    margin-top: 10px;
  }
  .paper-grid .top-data .date {
    font-size: 1.4rem;
  }
  .paper-grid .question-category {
    background: #007d68;
    height: calc(100vh - 196px);
  }
  .paper-grid .question-category .category-list {
    height: calc(100% - 46px);
    padding-top: 30px;
  }
  .paper-grid .question-category .btn-row a {
    font-size: 1.6rem;
    padding: 15px 10px;
  }
  .paper-grid .right-sec {
    padding: 30px;
    width: 100%;
  }
  .paper-grid .mb-menu {
    display: block;
  }

  .paper-result-grid {
    padding-bottom: 78px;
  }
  .paper-result-grid .page-result-head .container {
    grid-template-columns: 100px auto;
    gap: 20px;
    transform: translateY(0);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .paper-result-grid .page-result-head .icon-box {
    padding: 18px;
  }
  .paper-result-grid .page-result-content .paper-limit {
    padding-top: 5px;
  }
  .paper-result-grid .page-result-content .paper-row {
    margin-top: 15px;
  }
  /* .paper-result-grid .quick-link .link {
      flex: none;
      width: calc(100% / 3); }
      .paper-result-grid .quick-link .link:nth-child(n+4) {
        border-top: 1px solid rgba(255, 255, 255, 0.5); }
      .paper-result-grid .quick-link .link:nth-child(4) {
        border-left: none; } */
  .paper-result-grid .quick-link .link .title {
    font-size: 1.2rem;
  }
  .paper-result-grid .quick-link .link .no {
    display: none;
  }
}
@media (max-width: 768px) {
  .paper-grid .right-head .main-head:after {
    display: none;
  }
  .paper-grid .right-head .main-head .icon {
    width: 46px;
  }
  .paper-grid .right-head .main-head h3 {
    font-size: 2.4rem;
    padding: 0;
  }
  .paper-grid .right-head .btn-row a,
  .paper-grid .right-head .btn-row button {
    width: 85px;
  }
  .paper-grid .right-head .btn-row button {
    margin-left: 10px;
  }

  .paper-result-grid .page-result-content .question-sec {
    padding: 20px;
  }
}
@media (max-width: 640px) {
  .paper-grid .right-sec {
    padding: 20px;
  }
  .paper-grid .paper-grid .btn-row .next-btn .right-head {
    display: block;
  }
  .paper-grid .paper-grid .btn-row .next-btn .right-head .main-head .icon {
    width: 40px;
  }
  .paper-grid .paper-grid .btn-row .next-btn .right-head .main-head h3 {
    font-size: 2.2rem;
    text-align: center;
    width: 100%;
  }
  .paper-grid .paper-grid .btn-row .next-btn .right-head .btn-row {
    justify-content: center;
    margin-top: 10px;
  }
  .paper-grid .paper-grid .btn-row .next-btn .right-head .btn-row a,
  .paper-grid .paper-grid .btn-row .next-btn .right-head .btn-row button {
    font-size: 1.5rem;
    padding: 8px;
  }
  .paper-grid .question-sec .sec-name .sec-remark {
    padding-left: 0;
    margin-top: 7px;
    width: 100%;
  }
  .paper-grid .btn-row {
    justify-content: center;
  }
  .paper-grid .btn-row a,
  .paper-grid .btn-row button {
    padding: 10px 3px;
  }
  .paper-grid .btn-row a:not(:last-child),
  .paper-grid .btn-row button:not(:last-child) {
    margin-right: 7px;
  }
  .paper-grid .btn-row a {
    width: 60px;
  }
  .paper-grid .btn-row a i {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
    width: 100%;
  }

  .paper-result-grid .page-result-head .container {
    align-items: center;
    grid-template-columns: 60px auto;
    gap: 15px;
  }
  .paper-result-grid .page-result-head .icon-box {
    border: none;
    padding: 10px;
  }
  .paper-result-grid .page-result-head .head-text {
    margin-top: 0;
  }
  .paper-result-grid .page-result-head .paper-date {
    font-size: 1.3rem;
  }
  .paper-result-grid .page-result-head .paper-title {
    font-size: 2rem;
  }
  .paper-result-grid .page-result-content .row-head .row-title {
    font-size: 2rem;
  }
  .paper-result-grid .page-result-content .question-sec {
    padding: 10px;
  }
  .paper-result-grid .page-result-content .question-box {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .paper-result-grid .page-result-content .question-box:hover {
    background: #fff;
  }
  .paper-result-grid .page-result-content .question-box .question-title {
    background: #007d68;
    color: #fff;
    font-size: 1.4rem;
    padding: 5px;
  }
  .paper-result-grid
    .page-result-content
    .question-box
    .question-title.must:before {
    top: 3px;
    left: -10px;
  }
  .paper-result-grid .page-result-content .question-box .question-content {
    padding: 5px;
    padding-right: 0;
  }
  .paper-result-grid .page-result-content .sec-name {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .paper-result-grid {
    padding-bottom: 97px;
  }
}
/* -------------- list --------------*/
.list-row {
  background: url(../images/bg-list.jpg) no-repeat, url(../images/rp_warm.jpg);
  background-position: bottom center;
  min-height: 100vh;
  position: relative;
}
.list-row .list-container {
  padding: 40px 20px;
  min-height: 100vh;
}
.list-row .main-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1680px;
  width: 100%;
  margin: auto;
}
.list-row .left-sec {
  width: 640px;
}
.list-row .head {
  margin-bottom: 50px;
}
.list-row .head .en {
  color: #999999;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.list-row .head h3 {
  align-items: flex-start;
  display: flex;
  color: #007d68;
  font-size: 5.6rem;
  font-weight: bold;
  line-height: 1.1;
}
.list-row .head h3 span {
  display: inline-block;
  width: 470px;
}
.list-row .head h3 img {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 20px;
  width: 55px;
}
.list-row .head .des {
  color: #444;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-top: 20px;
}
.list-row .head .des p:nth-child(n + 2) {
  margin-top: 8px;
}
.list-row .head .des .name-span {
  font-weight: bold;
  font-size: 2.4rem;
  padding-inline: 3px;
}
.list-row .head .des .name-span.patient-name {
  color: #007d68;
}
.list-row .head .des .name-span.doctor-name {
  color: #003566;
}
.list-row .head .logout {
  border: 1px solid #fda100;
  background: #fff;
  border-radius: 8px;
  display: block;
  margin-top: 30px;
  padding: 15px;
  text-align: center;
  width: 200px;
}
.list-row .head .logout:hover {
  background: #fda100;
}
.list-row .head .logout:hover span {
  color: #fff;
}
.list-row .head .logout span {
  color: #fda100;
  font-size: 1.7rem;
  font-weight: bold;
}
.list-row .list-grid {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 60px;
  margin: -15px;
  width: calc(100% - 640px + 30px);
}
.list-row .list-grid .link-box {
  padding: 5px;
  width: calc(100% / 4);
}
.list-row .link {
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 0 0 rgba(68, 68, 68, 0);
  display: block;
  padding: 60px 40px;
  transition: box-shadow 0.5s ease;
  height: 100%;
  position: relative;
}
.list-row .link:hover {
  box-shadow: 0 0 8px rgba(68, 68, 68, 0.4);
}
.list-row .link .icon {
  max-width: 140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.list-row .link .icon img {
  display: block;
  width: 100%;
}
.list-row .link p {
  color: #444;
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
  margin-top: 30px;
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 100%;
  }
  70% {
    opacity: 100%;
  }
  100% {
    opacity: 0;
  }
}
.list-row .link .attention-text {
  /*      animation: flash 1.5s infinite;*/
  color: #f24;
  font-size: 1.2rem !important;
  font-weight: bold;
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  margin: 0;
  width: 100%;
}
.list-row .link .attention-text span {
  border-radius: 50%;
  background: #f24;
  width: 23px;
  height: 23px;
  display: inline-grid;
  margin-right: 3px;
  place-items: center;
}
.list-row .link .attention-text span b {
  color: #fff;
}
.list-row .msg-top {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99;
}
.list-row .msg-top .ic-msg {
  display: block;
  position: relative;
  width: 45px;
}
.list-row .msg-top .ic-msg:hover {
  opacity: 0.8;
}
.list-row .msg-top .ic-msg img {
  display: block;
  width: 100%;
}
.list-row .msg-top .ic-msg .no {
  position: absolute;
  top: -5px;
  right: -3px;
  width: 23px;
  height: 23px;
  background: #de5b62;
  border-radius: 50%;
}
.list-row .msg-top .ic-msg .no span {
  color: #fff;
  font-size: 10px;
}
.list-row .msg-top .msg-list-grid {
  position: absolute;
  top: 55px;
  right: 0;
  background: #fff;
  border: solid 1px #eee;
  display: none;
  padding: 25px 20px;
  width: 270px;
}
.list-row .msg-top .msg-list-grid .list-head {
  margin-bottom: 15px;
}
.list-row .msg-top .msg-list-grid .list-head p {
  color: #444;
  font-size: 2rem;
  font-weight: bold;
}
.list-row .msg-top .msg-list-grid .list-msg {
  max-height: 335px;
  overflow: hidden;
}
.list-row .msg-top .msg-list-grid li {
  padding-left: 15px;
  padding-right: 65px;
  position: relative;
}
.list-row .msg-top .msg-list-grid li:not(:last-child) {
  margin-bottom: 10px;
}
.list-row .msg-top .msg-list-grid li:before {
  position: absolute;
  top: 7px;
  left: 0px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #007d68;
  content: "";
}
.list-row .msg-top .msg-list-grid li a {
  color: #444;
  font-size: 1.5rem;
  line-height: 1.3;
}
.list-row .msg-top .msg-list-grid li a:hover {
  text-decoration: underline;
}
.list-row .msg-top .msg-list-grid .time {
  position: absolute;
  top: 4px;
  right: 0;
  background: #fff;
  color: #007d68;
  font-size: 1.3rem;
  font-weight: bold;
}
.list-row .msg-top .msg-list-grid .more-btn {
  display: block;
  padding: 10px;
  font-size: 1.4rem;
  text-align: center;
  background: #999;
  color: #fff;
  margin-top: 5px;
}
.list-row .msg-top .msg-list-grid .more-btn:hover {
  background: #0a766b;
}
.list-row .sponsor-grid.mobile {
  display: none;
  margin-top: 30px;
}
.list-row .sponsor-grid .title {
  color: #444;
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 25px;
  position: relative;
  margin-bottom: 15px;
}
.list-row .sponsor-grid .title:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 6px;
  background: #007d68;
  content: "";
  transform: translateY(-50%);
}
.list-row .sponsor-grid .big-sponsor-list {
  margin: -10px;
}
.list-row .sponsor-grid .big-sponsor-list .big-sponsor {
  padding: 10px;
}
.list-row .sponsor-grid .big-sponsor-list .big-sponsor a {
  width: 100%;
  height: 0;
  padding-bottom: calc(150 / 300 * 100%);
  display: block;
  position: relative;
}
.list-row .sponsor-grid .big-sponsor-list .big-sponsor img {
  display: block;
  width: 100%;
}
.list-row .nav-grid {
  max-width: 1680px;
  width: 100%;
  margin: 30px auto 0;
}
.list-row .nav-slider {
  margin: -10px;
}
.list-row .nav-slider .nav-sponsor {
  padding: 10px;
}
.list-row .nav-slider .nav-sponsor a {
  background: #fff;
  width: 100%;
  height: 0;
  padding-bottom: calc(77 / 260 * 100%);
  display: block;
  position: relative;
}
.list-row .nav-slider .nav-sponsor img {
  display: block;
  width: 100%;
}

.doctor-ver.list-row {
  background: url(../images/bg-list-doctor.jpg) no-repeat,
    url(../images/rp_doctor.jpg);
  background-position: bottom center;
}
.doctor-ver.list-row .head h3 {
  color: #003566;
}
.doctor-ver.list-row .head .logout {
  border-color: #0a766b;
}
.doctor-ver.list-row .head .logout:hover {
  background: #0a766b;
}
.doctor-ver.list-row .head .logout:hover span {
  color: #fff;
}
.doctor-ver.list-row .head .logout span {
  color: #0a766b;
}

/* -------------- list RWD --------------*/
@media (max-width: calc(1440px + 40px)) {
  .list-row .left-sec {
    width: 540px;
  }
  .list-row .head h3 {
    font-size: 4.6rem;
  }
  .list-row .list-grid {
    padding-left: 20px;
    width: calc(100% - 540px + 30px);
  }
  .list-row .link {
    padding: 60px 30px;
  }
  .list-row .link p {
    font-size: 2rem;
  }
  .list-row .sponsor-grid {
    display: none;
  }
  .list-row .sponsor-grid.mobile {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .list-row .list-container {
    min-height: inherit;
  }
  .list-row .main-container {
    display: block;
  }
  .list-row .left-sec {
    width: 100%;
  }
  .list-row .head {
    margin-bottom: 40px;
  }
  .list-row .list-grid {
    padding-left: 0;
    width: calc(100% + 30px);
  }
  .list-row .link {
    padding: 30px;
  }
  .list-row .sponsor-grid {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .list-row .head .en {
    font-size: 1.6rem;
  }
  .list-row .head h3 {
    font-size: 4rem;
    margin-bottom: 15px;
  }
  .list-row .head h3 img {
    margin-left: 15px;
    width: 40px;
  }
  .list-row .head .des {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 640px) {
  .list-row {
    background: url(../images/rp_warm.jpg) repeat;
  }
  .list-row .head {
    margin-bottom: 30px;
  }
  .list-row .head .en {
    font-size: 1.4rem;
  }
  .list-row .head h3 {
    font-size: 3rem;
  }
  .list-row .head h3 img {
    margin-left: 10px;
    width: 30px;
  }
  .list-row .head .des {
    margin-top: 10px;
  }
  .list-row .head .logout {
    margin-top: 20px;
    width: 150px;
  }
  .list-row .list-grid {
    margin: -7px;
    width: calc(100% + 14px);
  }
  .list-row .list-grid .link-box {
    padding: 7px;
    width: 50%;
  }
  .list-row .link {
    padding: 30px 15px;
  }
  .list-row .link p {
    font-size: 1.8rem;
    margin-top: 20px;
  }
  .list-row .link .icon {
    width: 100px;
  }
  .list-row .msg-top {
    top: 15px;
  }
  .list-row .msg-top .ic-msg {
    width: 35px;
    height: 35px;
  }
  .list-row .msg-top .ic-msg .no {
    top: -7px;
    right: -7px;
  }
  .list-row .sponsor-grid {
    margin-bottom: 10px;
  }
  .list-row .sponsor-grid .title {
    font-size: 2rem;
  }
  .list-row .sponsor-grid .big-sponsor-list {
    margin: -5px -7px;
  }
  .list-row .sponsor-grid .big-sponsor-list .big-sponsor {
    padding: 5px 7px;
  }
  .list-row .list-row .link .icon .nav-grid {
    margin-top: 10px;
  }
  .list-row .nav-slider {
    margin: -5px -7px;
  }
  .list-row .nav-slider .nav-sponsor {
    padding: 5px 7px;
  }
}
/* -------------- member --------------*/
.member-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0;
  width: 100%;
}
.member-list .member-box {
  padding: 10px;
  width: calc(100% / 3);
}
.member-list .member-link {
  display: flex;
  gap: 10px 30px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #dae5e4;
  color: #444;
  font-size: 1.6rem;
  flex-wrap: wrap;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.member-list .member-link:before {
  position: absolute;
  bottom: 25px;
  left: 50%;
  content: "\f30b";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  transform: translate(-50%, -50%);
}
.member-list .member-link .base-info {
  background: #e9f5f4;
  padding: 10px;
  text-align: left;
  width: 100%;
}
.member-list .member-link .base-info .info {
  display: flex;
  flex-wrap: wrap;
}
.member-list .member-link .base-info .info + .info {
  margin-top: 5px;
}
.member-list .member-link .base-info .info .title {
  flex-shrink: 0;
}
.member-list .member-link .person {
  padding: 0 5px 10px;
  width: calc(100% / 2 - 15px);
}
.member-list .member-link:hover {
  border-color: #007d68;
}
.member-list .member-link:hover .base-info {
  background: #fff;
}
.member-list .member-link:hover .person,
.member-list .member-link:hover .clinic,
.member-list .member-link:hover:before {
  color: #fff;
}
.member-list .member-link .clinic {
  color: #0a766b;
  font-size: 16px;
  margin-top: 8px;
}

.doctor-ver .member-list .member-link:hover {
  background: #007d68;
}

.chart-row {
  padding: 20px 40px 0;
  margin-bottom: -30px;
}
.chart-row:not(:last-child) {
  margin-bottom: 40px;
}
.chart-row .chart-name {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.chart-row #chartMor {
  min-height: 450px;
}
.chart-row #chartHeart {
  min-height: 450px;
}
.chart-row #chartSugar {
  min-height: 450px;
}
.chart-row #chartEle {
  min-height: 450px;
}
.chart-row #chartEve {
  min-height: 450px;
}

/* -------------- member RWD --------------*/
@media (max-width: 960px) {
  .member-list .member-box {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .member-list {
    margin-bottom: 0;
  }
  .member-list .member-box {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .chart-row {
    padding: 20px;
  }
  .chart-row .chart-name {
    font-size: 1.8rem;
  }
}
/* -------------- fz --------------*/
.fz-b .list-row .list-container {
  padding: 38px 20px;
}
.fz-b .list-row .link {
  padding: 60px 30px;
}
.fz-b .list-row .head h3 {
  font-size: 4.8rem;
}
.fz-b .paper-grid .top-data .current-circle {
  width: 130px;
  height: 130px;
}
.fz-b .paper-grid .btn-row a,
.fz-b .paper-grid .btn-row button {
  width: 103px;
}
.fz-b .login-grid .head h3 {
  font-size: 4.8rem;
}

/* -------------- fz RWD --------------*/
@media (max-width: calc(1440px + 40px)) {
  .fz-b .list-row .head h3 {
    font-size: 4.2rem;
  }
  .fz-b .login-grid .head h3 {
    font-size: 4.1rem;
  }
}
@media (max-width: 1024px) {
  .fz-b .list-row .head h3 {
    font-size: 3.8rem;
  }
  .fz-b .login-grid .head h3 {
    font-size: 3.8rem;
  }
}
@media (max-width: 960px) {
  .fz-b .list-row .link {
    padding: 30px 10px;
  }
}
@media (max-width: 640px) {
  .fz-b .list-row .head h3 {
    font-size: 2.7rem;
  }
  .fz-b .list-row .link p {
    font-size: 1.6rem;
  }
  .fz-b .login-grid .head h3 {
    font-size: 2.7rem;
  }
}
/* -------------- blood --------------*/
.blood-grid-row:nth-child(n + 2) {
  margin-top: 40px;
}
.blood-grid-row .blood-timezone {
  color: #003566;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.blood-grid-row .blood-timezone i {
  padding-right: 10px;
}
.blood-grid-row .blood-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.blood-grid-row .form-style {
  padding: 40px;
}
.blood-grid-row .form-row:nth-child(n + 2) {
  margin-top: 0;
}

/* -------------- blood RWD --------------*/
@media (max-width: 1280px) {
  .blood-grid-row .form-style {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .blood-grid-row .blood-grid {
    display: block;
  }
  .blood-grid-row .form-row:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .blood-grid-row .blood-timezone {
    text-align: center;
  }
  .blood-grid-row .form-style {
    padding: 20px;
  }
}

/* -------------- intro --------------*/
.intro-grid {
  background: url(../images/bg-intro.jpg);
  background-position: center;
  padding: 100px 40px;
  min-height: 100vh;
}
.intro-grid .top-text {
  text-align: center;
}
.intro-grid .head-content .en {
  color: #777;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 10px;
}
.intro-grid .head-content h1 {
  color: #007d68;
  font-size: 52px;
  font-weight: bold;
  line-height: 1.2;
}
.intro-grid .head-content h1 span {
  display: inline-block;
}
.intro-grid .top-text .des {
  margin-top: 20px;
}
.intro-grid .top-text .des p {
  color: #444;
  font-size: 20px;
  line-height: 1.4;
}
.intro-grid .dec-gf {
  max-width: 800px;
  margin: 0 auto;
}
.intro-grid .dec-gf img {
  display: block;
  width: 100%;
}
.intro-grid .btn-row {
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  gap: 40px;
  max-width: 800px;
  margin: 45px auto 0;
  justify-content: center;
}
.intro-grid .btn-row a {
  border-radius: 25px;
  display: block;
  padding: 25px 40px;
  width: 300px;
  margin: auto;
}
.intro-grid .btn-row a:hover img {
  transform: rotateY(360deg);
  transition: all 0.7s ease;
}
.intro-grid .btn-row h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-top: 15px;
}
.intro-grid .btn-row a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}
.intro-grid .btn-row a.to-doctor {
  background: #003566;
  box-shadow: 0px 6px 0px #00182e;
}
.intro-grid .btn-row a.to-patient {
  background: #007d68;
  box-shadow: 0px 6px 0px #035a4a;
}
.intro-grid .to-doctor {
  position: fixed;
  top: 30px;
  right: 30px;
  display: grid;
  align-items: center;
  grid-template-columns: 40px auto;
  gap: 10px;
  background: #003566;
  padding: 10px 15px;
  border-radius: 10px;
}
.intro-grid .to-doctor h2 {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  width: 80px;
}
.intro-grid .sponsor-grid {
  position: fixed;
  bottom: 10px;
  left: 0;
  width: 100%;
}
.intro-grid .sponsor-grid .sponsor-item {
  padding-left: 10px;
  padding-right: 10px;
}
.intro-grid .sponsor-grid .sponsor {
  background: #fff;
  display: block;
}
.intro-grid .sponsor-grid .img-limit {
  width: 100%;
  height: 0;
  padding-bottom: calc(150 / 300 * 100%);
  display: block;
  position: relative;
}
.intro-grid .sponsor-grid .img-limit img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

@media (max-width: 1024px) {
  .intro-grid .head-content .en {
    font-size: 20px;
  }
  .intro-grid .head-content h1 {
    font-size: 44px;
  }
  .intro-grid .to-doctor {
    top: inherit;
    right: inherit;
    left: 50%;
    bottom: 130px;
    transform: translateX(-50%);
  }
}

@media (max-width: 960px) {
  .intro-grid .btn-row {
    gap: 20px;
  }
}

@media (max-width: 640px) {
  .intro-grid {
    padding: 60px 20px;
  }
  .intro-grid .to-doctor {
    bottom: 90px;
  }
}

@media (max-width: 640px) {
  .intro-grid {
    padding: 40px 20px;
  }
  .intro-grid .head-content .en {
    font-size: 16px;
  }
  .intro-grid .head-content h1 {
    font-size: 36px;
  }
  .intro-grid .top-text .des p {
    font-size: 18px;
  }
  .intro-grid .btn-row {
    gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  .intro-grid .btn-row a img {
    height: 60px;
  }
}

.hospital-switch {
  color: #0a766b;
  display: inline-block;
  text-decoration: underline;
  margin-top: 10px;
  font-size: 16px;
}
.hospital-switch:hover {
  color: #f24;
}
.hospital-input {
  display: none;
}

.sec-bottom-tags {
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  top: 10px;
  left: 0;
  justify-content: center;
  width: 100%;
  gap: 5px;
}
.sec-bottom-tags a {
  border: 1px solid #0a766b;
  background: #fff;
  border-radius: 30px;
  color: #0a766b;
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 10px 15px;
  text-align: center;
}

@media (max-width: 768px) {
  .sec-bottom-tags a {
    font-size: 1.3rem;
    padding: 5px 3px;
  }
}

/* -------------- 進入頁選類別 --------------*/
.intro-type-wrapper {
  background: url(../images/intro-bg.jpg) no-repeat center center;
  background-size: cover;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100dvw;
  height: 100dvh;
}
.intro-type-wrapper .intro-type-grid {
  max-width: 1280px;
  width: 100%;
}
.intro-type-wrapper .intro-type-grid .intro-head {
  color: #444;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.intro-type-wrapper .intro-type-grid .intro-list {
  align-items: flex-start;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  height: 60dvh;
  overflow-y: auto;
  padding: 0 10px;
}
.intro-type-wrapper .intro-type-grid .type-item {
  border: 1px solid #eee;
  background: #fff;
  display: block;
  padding: 30px;
  transition: all 0.4s ease;
}
.intro-type-wrapper .intro-type-grid .type-item:hover {
  background: #007d68;
  border-radius: 25px;
}
.intro-type-wrapper .intro-type-grid .type-item:hover .type-name {
  color: #fff;
}
.intro-type-wrapper .intro-type-grid .type-item .icon {
  width: 60px;
  height: 60px;
}
.intro-type-wrapper .intro-type-grid .type-item .icon img {
  display: block;
  max-width: 60px;
  max-height: 60px;
}
.intro-type-wrapper .intro-type-grid .type-item .type-name {
  color: #333;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-top: 15px;
}

@media (max-width: 960px) {
  .intro-type-wrapper .intro-type-grid .intro-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .intro-type-wrapper .intro-type-grid .intro-head {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .intro-type-wrapper .intro-type-grid .intro-list {
    height: 80dvh;
    grid-template-columns: repeat(2, 1fr);
  }
  .intro-type-wrapper .intro-type-grid .type-item {
    padding: 15px;
  }
  .intro-type-wrapper .intro-type-grid .type-item .icon {
    width: 50px;
    height: 50px;
  }
  .intro-type-wrapper .intro-type-grid .type-item .type-name {
    font-size: 1.5rem;
  }
}

/* -------------- 新增日常紀錄分類 --------------*/
.add-basic-records {
  display: inline-block;
  position: relative;
  width: 200px;
}
.add-basic-records ul {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
  width: 100%;
  display: none;
}
.add-basic-records ul a {
  background: #fff;
  border: 1px solid #444;
  color: #444;
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  padding: 10px 12px;
}
.add-basic-records ul a:hover {
  background: #444;
  color: #fff;
}

.fill-date {
  font-size: 1.4rem;
}

/* -------------- unreset --------------*/
/*
 * Unreset.css
 * Author: Binary Stash <binarystash01@gmail.com>
 * License: https://opensource.org/licenses/MIT MIT
 * Version: 1.0.0
 */
.unreset body {
  margin: 8px;
}

.unreset th {
  font-weight: bolder;
  text-align: center;
}

.unreset caption {
  text-align: center;
}

.unreset h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.unreset h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}

.unreset h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}

.unreset h4,
.unreset p,
.unreset blockquote,
.unreset ul,
.unreset fieldset,
.unreset form,
.unreset ol,
.unreset dl,
.unreset dir,
.unreset menu {
  margin: 1.12em 0;
}

.unreset h5 {
  font-size: 0.83em;
  margin: 1.5em 0;
}

.unreset h6 {
  font-size: 0.75em;
  margin: 1.67em 0;
}

.unreset h1,
.unreset h2,
.unreset h3,
.unreset h4,
.unreset h5,
.unreset h6,
.unreset b,
.unreset strong {
  font-weight: bolder;
}

.unreset blockquote {
  margin-left: 40px;
  margin-right: 40px;
}

.unreset i,
.unreset cite,
.unreset em,
.unreset var,
.unreset address {
  font-style: italic;
}

.unreset pre,
.unreset tt,
.unreset code,
.unreset kbd,
.unreset samp {
  font-family: monospace;
}

.unreset pre {
  white-space: pre;
}

.unreset big {
  font-size: 1.17em;
}

.unreset small,
.unreset sub,
.unreset sup {
  font-size: 0.83em;
}

.unreset sub {
  vertical-align: sub;
}

.unreset sup {
  vertical-align: super;
}

.unreset table {
  border-spacing: 2px;
  border-collapse: separate;
}

.unreset thead,
.unreset tbody,
.unreset tfoot {
  vertical-align: middle;
}

.unreset td,
.unreset th,
.unreset tr {
  vertical-align: inherit;
}

.unreset s,
.unreset strike,
.unreset del {
  text-decoration: line-through;
}

.unreset hr {
  border: 1px inset;
}

.unreset ol,
.unreset ul,
.unreset dir,
.unreset menu,
.unreset dd {
  margin-left: 40px;
}

.unreset ol {
  list-style-type: decimal;
}

.unreset ul {
  list-style-type: disc;
}

.unreset ol ul,
.unreset ul ol,
.unreset ul ul,
.unreset ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

/* .unreset {
  line-height: 1.2;
} */

/* HTML5 */
.unreset figure {
  margin: 1em 40px;
}

/*# sourceMappingURL=style.css.map */

.form-style .field-data .date-container .select-style {
  background: linear-gradient(-90deg, #007d68 25px, #fff 25px, #fff 100%);
  max-width: 100%;
}
.doctor-ver .form-style .field-data .date-container .select-style {
  background: linear-gradient(-90deg, #003566 25px, #fff 25px, #fff 100%);
}
.date-container {
  display: grid;
  grid-template-columns: calc(42% - 20px) repeat(2, 29%);
  gap: 10px;
}

.aside-vdo-link {
  background: #333;
  color: #fff;
  font-size: 1.6rem;
  padding: 10px;
  width: 38px;
  position: fixed;
  right: 0;
  text-align: center;
  bottom: 10dvh;
}
.aside-vdo-link i {
  margin-bottom: 5px;
}
.aside-vdo-link:hover {
  background: #007d68;
}

.aside-card-link {
  background: #007d68;
  color: #fff;
  font-size: 1.6rem;
  padding: 10px;
  width: 38px;
  position: fixed;
  right: 0;
  text-align: center;
  bottom: 0;
  line-height: 1.1;
  z-index: 1;
}
.aside-card-link i {
  margin-bottom: 5px;
}
.aside-card-link:hover {
  background: #333;
}

@media (max-width: 640px) {
  .aside-vdo-link,
  .aside-card-link {
    font-size: 1.4rem;
    padding: 8px;
    width: 33px;
    bottom: 0;
  }
}

.member-form.edu-list {
  width: 100%;
  margin: 0;
}
.edu-row {
  align-items: flex-start;
  display: flex;
  gap: 25px;
}
.edu-row + .edu-row {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 30px;
}
.edu-row .code {
  flex-shrink: 0;
  width: max(15%, 130px);
}
.edu-row .code img {
  display: block;
  width: 100%;
}
.edu-row .content .title {
  color: #007d68;
  font-size: 2.2rem;
  font-weight: bold;
}
.edu-row .content .link {
  color: #333;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2;
  text-decoration: underline;
  margin-top: 5px;
}
.edu-row .content .link:hover {
  color: #fda100;
}
.edu-row .content .des {
  color: #666;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 15px;
}
@media (max-width: 640px) {
  .edu-row {
    flex-direction: column;
  }
  .edu-row .content .title {
    font-size: 2rem;
  }
  .edu-row .content .link {
    font-size: 1.2rem;
  }
  .edu-row .content .des {
    font-size: 1.4rem;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi),
  only screen and (min-resolution: 1.5dppx) {
  .paper-grid .chosen-container-single .chosen-search input[type="text"] {
    background-image: none !important;
  }
}

.form-style .select2-container .select2-selection--single {
  height: auto;
}
.form-style
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.form-style
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 38px;
}
.select2-container .select2-results__option--selectable {
  font-size: 18px;
}

#card-popover {
  background: rgba(0, 0, 0, 0.6);
  width: 100dvw;
  height: 100dvh;
}
.card-content {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 800px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  .form-style {
    max-height: 90dvh;
    overflow-y: auto;
  }
  .btn-row {
    position: static;
  }
}

.qrcode-sec {
  align-items: center;
  display: grid;
  grid-template-columns: 100px auto;
  gap: 10px;
  margin-top: 15px;
}
.qrcode-sec img {
  border: solid 1px #eee;
  display: block;
  width: 100%;
}
.qrcode-sec p {
  font-size: 1.7rem;
  font-weight: bold;
}

/* 血壓722 */
.pressure722 .form-style {
  display: block;
}
.pressure722 .blood-grid-row:nth-child(n + 2) {
  margin-top: 20px;
}
.pressure722 .pressure-table {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.pressure722 .pressure-item .title {
  color: #444;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.7rem;
  margin-bottom: 10px;
}
.pressure722 .pressure-item .title p {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 0 5px;
}
.pressure722 .pressure-item .title span {
  font-size: 1.125rem /* 18/16 */;
  font-weight: normal;
  display: inline-block;
}
@media (max-width: 960px) {
  .pressure722 .pressure-table {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

/* 日常紀錄月曆 */
.calendar-box-wrap {
  padding: 20px 10px;
}
.calendar-box {
  width: 100%;
}
.calendar-box .calendar-icon-row {
  display: flex;
  gap: 5px 15px;
  margin-bottom: 15px;
}
.calendar-box .calendar-icon-row .icon-item {
  align-items: center;
  display: flex;
  gap: 5px;
}
.calendar-box .calendar-icon-row .icon-item .calendar-icon {
  background: #e76363;
  border-radius: 5px;
  padding: 5px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
}
.calendar-box .calendar-icon-row .icon-item.isQTc .calendar-icon {
  background: #5385c7;
}
.calendar-box .calendar-icon-row .icon-item .calendar-icon i {
  color: #fff;
  font-size: 1.4rem;
}
.calendar-box .calendar-icon-row .icon-item span {
  color: #00182e;
  font-size: 1.4rem;
}
.calendar-box .calendar-head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px 30px;
  margin-bottom: 20px;
}
.calendar-box .calendar-head .btn-month {
  color: #777;
  background: none;
  border: none;
  font-size: 1.8rem;
  padding: 0;
}
.calendar-box .calendar-head .btn-month:hover {
  color: #035a4a;
}
.calendar-box .calendar-head .current-month {
  color: #035a4a;
  font-size: 2rem;
}
.calendar-box .calendar-body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}
.calendar-box .calendar-item {
  background: #fff;
  border: 1px solid #eee;
}
.calendar-box .calendar-item.holiday .day {
  background: #ddf3ef;
}
.calendar-box .calendar-item .day {
  background: #f9f9f9;
  border-bottom: 1px solid #eee;
  color: #00182e;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 7px;
}
.calendar-box .calendar-item .day .day-type {
  color: #777;
  font-size: 1.2rem;
  font-weight: normal;
  padding-left: 5px;
}
.calendar-box .calendar-item .record-item {
  border: solid 1px #f7d5d5;
  background: #f9f1f1;
  border-radius: 5px;
  padding: 7px;
  outline: solid 7px #fff;
  margin: 7px;
}
.calendar-box .calendar-item .record-item.isQTc {
  background: #f2f5f9;
  border-color: #d9e3ef;
}
.calendar-box .calendar-item .record-item.isQTc .item-head .icon {
  background: #5385c7;
}
.calendar-box .calendar-item .record-item.noData {
  background: #fff;
  border-color: #dfdfdf;
}
.calendar-box .calendar-item .record-item.noData .item-head .icon {
  background: #dfdfdf;
}
.calendar-box .calendar-item .record-item.noData .item-head .icon-row span {
  color: #777;
}
.calendar-box .calendar-item .record-item .item-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.calendar-box .calendar-item .record-item .item-head .icon-row {
  align-items: center;
  display: flex;
  gap: 5px;
}
.calendar-box .calendar-item .record-item .item-head .icon-row span {
  color: #00182e;
  font-size: 1.25rem;
}
.calendar-box .calendar-item .record-item .item-head .icon-row span i {
  display: inline-block;
}
.calendar-box .calendar-item .record-item .item-head .icon {
  border-radius: 3px;
  background: #e76363;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
}
.calendar-box .calendar-item .record-item .item-head .icon i {
  color: #fff;
  font-size: 1rem;
}
.calendar-box .calendar-item .record-item .item-head .more-btn i {
  color: #777;
  font-size: 1.4rem;
}
.calendar-box .calendar-item .record-item .item-head .more-btn:hover i {
  color: #fda100;
}
.calendar-box .calendar-item .record-item .percentage {
  align-items: center;
  display: flex;
  gap: 5px;
  margin-top: 5px;
}
.calendar-box .calendar-item .record-item .percentage .bar {
  background: #fff;
  border-radius: 10px;
  height: 10px;
  width: 100%;
}
.calendar-box .calendar-item .record-item .percentage .data {
  background: #e76363;
  border-radius: 10px;
  height: 10px;
}
.calendar-box .calendar-item .record-item .percentage .percent {
  color: #e76363;
  font-size: 1.4rem;
  flex-shrink: 0;
  text-align: right;
  width: 45px;
}
.calendar-box .calendar-item .record-item .item-btn-row {
  background: #00182e;
  justify-content: flex-end;
  gap: 5px 15px;
  margin-top: 10px;
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
  padding: 10px;
}
.calendar-box .calendar-item .record-item .item-btn-row.active {
  display: flex;
}
.calendar-box .calendar-item .record-item .item-btn-row .btn {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  i {
    margin-right: 5px;
  }
}
.calendar-box .calendar-item .record-item .item-btn-row .btn:hover {
  color: #fda100;
}
.calendar-box .calendar-item .record-item.isQTc .percentage .data {
  background: #5385c7;
}
.calendar-box .calendar-item .record-item.isQTc .percentage .percent {
  color: #5385c7;
}

@media (max-width: 1200px) {
  .calendar-box .calendar-body {
    grid-template-columns: repeat(5, 1fr);
  }
  .calendar-box .calendar-item.empty {
    display: none;
  }
}
@media (max-width: 768px) {
  .calendar-box .calendar-body {
    grid-template-columns: repeat(2, 1fr);
  }
}

.wait-cover {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.wait-cover .cover-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wait-cover .cover-item p {
  color: #fff;
  font-size: 1.8rem;
  margin-top: 10px;
  text-align: center;
}
.wait-cover .loader {
  width: fit-content;
  font-size: 40px;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #0000;
  -webkit-text-stroke: 1px #fff;
  background: radial-gradient(1.13em at 50% 1.6em, #fff 99%, #0000 101%)
      calc(50% - 1.6em) 0/3.2em 100% text,
    radial-gradient(1.13em at 50% -0.8em, #0000 99%, #fff 101%) 50% 0.8em/3.2em
      100% repeat-x text;
  animation: l9 2s linear infinite;
}
.wait-cover .loader:before {
  content: "Loading";
}
@keyframes l9 {
  to {
    background-position: calc(50% + 1.6em) 0, calc(50% + 3.2em) 0.8em;
  }
}

/* ------------ 新增最新消息 ------------ */
.news-category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.news-category .active .category-link {
  background: #007d68;
  border-color: #007d68;
  color: #fff;
}
.news-category .category-link {
  color: #777;
  background: #fff;
  display: inline-block;
  border: 1px solid #777;
  border-radius: 30px;
  padding: 8px 15px;
  font-size: 1.4rem;
  line-height: 1.2;
}
.news-category .category-link:hover {
  border-color: #777;
  background: #777;
  color: #fff;
}
.news-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.news-list .news-item {
  border-bottom: 1px solid #eee;
  background: #fff;
}
.news-list .news-item .news-main {
  padding: 15px;
  border-bottom: 1px solid #aaa;
}
.news-list .news-item .news-date {
  color: #007d68;
  font-size: 1.3rem;
  font-weight: lighter;
  margin-bottom: 5px;
}
.news-list .news-item .news-title {
  color: #444;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  display: block;
  margin-bottom: 8px;
  height: calc(1.6rem * 1.4 * 2);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list .news-item .news-title:hover {
  color: #007d68;
}
.news-list .news-item .news-cover {
  display: block;
}
.news-list .news-item .news-cover img {
  display: block;
  width: 100%;
}
.news-list .news-item .link {
  background: #aaa;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 5px;
  padding: 10px 15px;
}
.news-list .news-item .link:hover {
  background: #007d68;
}
.news-list .news-item .link i {
  font-size: 1.4rem;
  line-height: 1;
}
.news-list .news-item .link p {
  font-size: 1.4rem;
  line-height: 1;
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.tag-list .tag-item {
  color: #555;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2;
}
.tag-list .tag-item i {
  margin-right: 2px;
  font-size: 1rem;
}
.tag-list .tag-item:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.editor-row {
  border-top: 1px solid #eee;
}
.editor-row .news-date {
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
.editor-row .news-date i {
  margin-right: 5px;
}
.news-detail-main {
  width: 100%;
}

.news-catalog {
  background: #fff;
  border: 1px solid #eee;
  padding: 15px;
  margin-bottom: 20px;
}
.news-catalog .catalog-title {
  color: #222;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.news-catalog .catalog-title i {
  margin-right: 8px;
}
.news-catalog .catalog-list {
  padding-left: 15px;
}
.news-catalog .catalog-list ul {
  font-size: 1.25rem;
  line-height: 1.4;
  list-style: revert;
  margin-left: 15px;
}
.news-catalog .catalog-list li {
  margin-block: 5px;
}
.news-catalog .catalog-list a {
  color: #444;
}
.news-catalog .catalog-list a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.doctor-ver .news-list .news-item .news-date {
  color: #003566;
}
.doctor-ver .news-list .news-item .news-title:hover {
  color: #003566;
}
.doctor-ver .news-list .news-item .link:hover {
  background: #003566;
}
.doctor-ver .news-category .active .category-link {
  background: #003566;
  border-color: #003566;
}

@media (max-width: 1280px) {
  .news-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 960px) {
  .news-list .news-item {
    display: grid;
    grid-template-columns: 1fr;
  }
  .news-list .news-item .link {
    flex-direction: row;
  }
  .news-list .news-item .link p {
    margin-top: 0;
    margin-left: 5px;
  }
}

@media (max-width: 768px) {
  .news-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .news-list {
    grid-template-columns: 1fr;
  }
}

/* ------------ 新增最新消息 ------------ */
.intro-link-row {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.intro-link-row .link-item {
  padding-inline: 4px;
  margin-bottom: 8px;
}

.intro-link-row .link-item-link {
  background: #fff;
  width: 100%;
  height: 0;
  padding-bottom: calc(77 / 260 * 100%);
  display: block;
  position: relative;
}

.intro-link-row .link-item-link img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.intro-link-row .des {
  background: rgba(255, 255, 255, 0.7);
  color: #444;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding: 8px;
}

@media (max-width: 640px) {
  .intro-link-row .des {
    font-size: 1rem;
  }
}

.date-filter-row {
  margin-top: 10px;
  width: 100%;
}
.date-filter-row .filter-item {
  align-items: center;
  gap: 10px;
  display: flex;
}
.date-filter-row .filter-item .c-datepicker-date-editor {
  height: initial;
  line-height: unset;
  display: inline-flex;
  align-items: center;
}
.date-filter-row .filter-item .c-datepicker-date-editor input {
  padding: 0;
  border: none;
  text-align: center;
  background: none;
  max-width: 100px;
  padding: 5px;
}
.date-filter-row .filter-item .c-datepicker-date-editor i {
  font-size: 1rem /* 16/16 */;
}
