/* comm		 */
.container .row {
  padding-top: 60px;
}
h4 {
  font-size: 36px;
  color: #253f76;
  color: #253f76;
  font-weight: bold;
  font-family: Hiragino Sans CNS;
  font-style: normal;
}
.section p {
  font-size: 18px;
  color: #000000;
  font-family: Microsoft YaHei;
}
.img-responsive {
  max-width: 100%;
}
.sec_banner {
  background-image: url(/template/default/picture/gyz/banner.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.sec_banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
}
.sec_banner .sec_banner_main {
  z-index: 1;
}
.sec_banner .sec_banner_title {
  font-size: 50px;
  color: #697389;
}
.sec_banner .sec_banner_desc {
  font-size: 24px;
  color: #697389;
}

.sec_symptom {
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 74px 30px;
}
.sec_symptom .sec_symptom_box img {
  max-width: 100px;
}
.sec_symptom .sec_symptom_box p {
  font-size: 18px;
  color: #6a6e8e;
}

.section_factor {
  background: #fbfafa;
}
.section_factor .section_factor_box .section_factor_item {
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
  border-radius: 61px;
  background-size: cover;
  max-width: 350px;
  min-height: 500px;
  padding: 90px 35px 0;
  text-align: center;
}
.section_factor .section_factor_box .section_factor_item h4 {
  font-size: 30px;
  text-align: center;
  padding-bottom: 30px;
}
.section_factor .section_factor_box .section_factor_item img {
  text-align: center;
  height: 110px !important;
  margin: auto auto;
  margin-bottom: 30px;
}
.section_factor .section_factor_box .section_factor_item p {
  text-align: justify;
}
.section_factor .section_factor_box .section_factor_item:nth-child(1) {
  background-image: url(/template/default/picture/gyz/s13.jpg);
}
.section_factor .section_factor_box .section_factor_item:nth-child(2) {
  background-image: url(/template/default/picture/gyz/s14.jpg);
}
.section_factor .section_factor_box .section_factor_item:nth-child(3) {
  background-image: url(/template/default/picture/gyz/s15.jpg);
}
.section_factor .section_factor_box .section_factor_item:nth-child(1) h4 {
  color: #b37f17;
}
.section_factor .section_factor_box .section_factor_item:nth-child(2) h4 {
  color: #44a8e3;
}
.section_factor .section_factor_box .section_factor_item:nth-child(3) h4 {
  color: #000000;
}

.section_factor_table {
  background: #ffffff;
}
.section_factor_table .category {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  padding: 30px 0;
  font-weight: bold;
}
.section_factor_table .category .section_factor_containter {
  max-width: 700px;
  width: 700px;
  margin: auto auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.section_factor_table .category .section_factor_containter h3 {
  font-weight: bold;
}
.section_factor_table .category:nth-child(even) {
  background: #f0f0f0;
}
.section_factor_table .category img {
  width: 80px !important;
  margin-right: 110px;
}

.sec_sort_right {
  background: #fbfafa;
  border-radius: 120px;
  padding: 76px 80px;
}
.sec_sort_desc {
  display: block;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}
.sec_sort_desc .sec_sort_icon {
  width: 140px;
  height: 140px;
  background: #fffffc;
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}
.sec_sort_desc_box .sec_sort_desc:nth-child(1) .sec_sort_icon {
  border: 4px solid #81deff;
}
.sec_sort_desc_box .sec_sort_desc:nth-child(2) .sec_sort_icon {
  border: 4px solid #f1a0a0;
}
.sec_sort_desc_box .sec_sort_desc:nth-child(3) .sec_sort_icon {
  border: 4px solid #96cb6d;
}
.sec_sort_desc .sec_sort_icon img {
  max-width: 50px;
  margin: auto auto;
  display: block;
}
.sec_sort_desc .sec_sort_info {
  padding-left: 160px;
}
.sec_sort_desc .sec_sort_info h5 {
  font-size: 24px;
  color: #a71615;
  margin-bottom: 20px;
  font-weight: bold;
}
.sec_sort_desc .sec_sort_info p {
  color: #a71615;
  text-align: justify;
}

.sec_problem_box > div img {
  border: 6px solid #78d0ff;
  border-radius: 50px;
  max-width: 250px;
}
.sec_problem_box > div p {
  min-height: 120px;
  line-height: 1.5;
  margin-top: 20px;
  font-size: 18px;
}
.sec_problem_bg {
  background-image: url(/template/default/picture/gyz/pd.jpg);
  background-size: 100% 100%;
  background-position: 0px 100px;
  min-height: 620px;
  margin-top: 60px;
  background-repeat: no-repeat;
}
.sec_problem_bg h2 {
  font-weight: bold;
}

.sec_grade {
  font-size: 30px;
}
.sec_grade table tr {
  border-bottom: 6px solid #fbfafa;
  background: linear-gradient(
    270deg,
    #f39e9e 7.02%,
    rgba(184, 184, 184, 0) 106.22%
  );
  text-align: center;
}
.sec_grade table tr td {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.sec_grade table tr td:nth-child(1) {
  color: #000000;
}
.sec_grade table tr td:nth-child(2) {
  color: #bf9191;
}
.sec_grade table tr td:nth-child(3) {
  color: #7d4141;
}
.sec_grade table tr td:nth-child(4) {
  color: #a71615;
}
.sec_grade table tr td:nth-child(5) {
  color: #b80000;
}
.sec_grade .table td， .table th {
  border: none;
}
.sec_grade table tr td {
  padding: 20px 0 20px 20px;
  vertical-align: middle;
}
.sec_grade_bg {
  background-image: url(/template/default/picture/gyz/pd2.jpg);
  background-size: 100% 100%;
  background-position: 0px 30px;
  min-height: 620px;
  background-repeat: no-repeat;
}
.sec_grade_bg p {
  font-weight: bold;
}

.sec_problem_bg h2,
.sec_grade_bg h2 {
  color: #697389;
  mix-blend-mode: normal;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: bold;
}
.sec_problem_bg p,
.sec_grade_bg p {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: justify;
  color: #697389;
  font-size: 24px;
}
.sec_problem_bg p {
  font-weight: bold;
}
.sec_process {
  max-width: 790px;
  margin: auto;
}
.sec_process .col-lg-12 ul {
  position: relative;
}
.sec_process .col-lg-12 ul::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 90%;
  background-color: #f0eded;
  top: 0;
  left: 45px;
  z-index: 0;
}
.sec_process .col-lg-12 ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}
.sec_process .col-lg-12 ul li div {
  background: #253f76;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 50px;
  display: inline-block;
  padding: 16px 40px;
  position: relative;
  z-index: 99;
}
.sec_process .col-lg-12 ul li span {
  padding-left: 50px;
  font-size: 26px;
  line-height: 2;
  color: #253f76;
  font-weight: 700;
}

.sec_therapies h3 {
  font-weight: bold;
  margin-bottom: 30px;
}
.sec_therapies p {
  line-height: 2;
  margin-bottom: 50px;
}

.sec_eyedrops {
  background-image: url(/template/default/picture/gyz/lyp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.sec_eyedrops .sec_eyedrops_text h3 {
  font-weight: bold;
  color: #253f76;
}
.sec_eyedrops .sec_eyedrops_text p {
  color: #253f76;
}

.sec_tesec_therapies .sec_therapies_img {
  margin-top: 300px !important;
}
/* pc */
@media screen and (min-width: 1240px) {
  .sec_banner {
    min-height: 1000px;
  }
  .sec_banner .sec_banner_desc {
    max-width: 650px;
  }
  .sec_symptom {
    margin-top: -300px;
  }
  .sec_symptom .sec_symptom_pic {
    min-height: 120px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec_symptom .sec_symptom_pic img {
    vertical-align: middle;
    display: block;
    margin: auto auto;
  }
  .sec_problem_box > div p {
    font-size: 25px;
    font-weight: bold;
  }
  mt-lg-300 .section_factor .section_factor_box .section_factor_item p {
    font-weight: bold;
  }

  .sec_sort .mobile-block {
    display: none;
  }
  .sec_sort_right {
    margin-left: -60px;
  }

  .p-none {
    display: none;
  }
}
/* mobile */
@media screen and (min-width: 100px) and (max-width: 768px) {
  .container .row {
    padding-top: 30px;
  }
  .d-xs-none {
    display: none;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-2 {
    margin-top: 2rem !important;
  }
  .mt-xs-3 {
    margin-top: 3rem !important;
  }
  .mt-xs-xl {
    margin-top: -100px !important;
  }
  .pt-xs-4 {
    padding-top: 4rem !important;
  }
  .mob_br_none {
    display: none;
  }
  h4 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }

  .sunav .nav {
    width: 300px;
    margin: 0 auto;
  }

  .section_factor .section_factor_box .section_factor_item {
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
    border-radius: 50px;
  }
  .sec_banner {
    padding: 20px 0 5px;
    background-position: -110px 0;
    height: 350px;
    background-size: 600px;
  }
  .sec_banner .sec_banner_title {
    font-size: 24px;
  }
  .sec_banner .sec_banner_desc {
    font-size: 14px;
    width: 200px;
    font-weight: 900;
    letter-spacing: 1px;
  }
  .sec_symptom {
    padding-bottom: 0;
    padding-top: 30px;
  }
  .sec_symptom .sec_symptom_pic {
    min-height: 100px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec_symptom .sec_symptom_pic img {
    max-height: 60px;
  }
  .sec_symptom_box {
    padding-top: 30px !important;
  }
  .sec_symptom_box > div {
    margin-bottom: 30px;
  }
  .section_factor .section_factor_box .section_factor_item {
    margin: auto;
    padding: 30px;
    min-height: auto;
    margin-bottom: 30px;
    background-size: 100% 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 400px !important;
  }
  .section_factor .section_factor_box .section_factor_item .section_factor_img {
    width: 350px;
    height: 42px;
    margin-right: 10px;
    margin-top: 2vh;
  }
  /* .section_factor .section_factor_box .section_factor_item .section_factor_txt{} */
  .section_factor .section_factor_box .section_factor_item img {
    height: 80px !important;
  }
  .section_factor .section_factor_box .section_factor_item h4 {
    font-size: 20px;
    padding-bottom: 0;
  }
  .section_factor .section_factor_box .section_factor_item p {
    font-size: 14px;
  }

  .section_factor_table {
    margin-top: 20px !important;
  }
  .section_factor_table .fs-24 {
    font-size: 18px;
  }
  .section_factor_table .category {
    padding: 30px 20px;
  }
  .section_factor_table .category img {
    max-width: 40px !important;
    margin-right: 20px;
  }
  .section_factor_table .category .section_factor_containter h3 {
    font-size: 17px;
  }
  .section_factor_table .category .section_factor_containter ul li p {
    font-weight: 500;
    font-size: 14px;
  }

  .sec_sort .pc-block {
    display: none;
  }
  .sec_sort .mobile-block {
    margin: 0 auto;
  }
  .sec_sort_right {
    border-radius: 0;
    padding: 60px 20px;
    padding-bottom: 0;
  }
  .sec_sort_desc .sec_sort_icon {
    width: 40px;
    height: 40px;
    border-width: 3px;
  }
  .sec_sort_desc .sec_sort_icon img {
    max-width: 50%;
  }
  .sec_sort_desc .sec_sort_info {
    padding-left: 60px;
  }

  .section_diagnostic .sec_test .test_img_div {
    text-align: end;
    margin-top: -260px;
  }
  .section_diagnostic .sec_test .test_img_div img {
    width: 45vw;
    height: 40vh;
  }

  .sec_problem h4 {
    margin-top: 40px !important;
  }
  .sec_problem_box > div {
    margin-bottom: 40px;
  }
  .sec_problem_box > div img {
    max-width: 100%;
  }
  .sec_problem_box > div p {
    min-height: auto;
    font-size: 14px;
  }
  .sec_problem_box > div p br {
    display: none;
  }
  .sec_problem_bg {
    min-height: 240px;
    padding-top: 0 !important;
    margin-top: 0px;
    background-size: contain;
    background-position: 0 120px;
  }
  .sec_problem_bg h2,
  .sec_grade_bg h2 {
    font-size: 28px;
  }
  .sec_problem_bg p {
    font-weight: 500;
  }
  .sec_problem_bg p br {
    display: none;
  }
  .sec_problem_bg p,
  .sec_grade_bg p {
    font-size: 17px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  }
  .sec_grade_bg {
    min-height: 290px;
    background-size: contain;
    background-position: 0 130px;
  }
  /* .sec_problem_bg,.sec_grade_bg{background-size: auto 100%;min-height: 420px;} */
  .sec_grade table tr td {
    font-size: 15px;
    padding: 20px 0 20px 10px;
  }
  .sec_process .col-lg-12 ul li span {
    padding-left: 20px;
    font-size: 17px;
  }
  .sec_process .col-lg-12 ul li div {
    padding: 8px 18px;
    font-size: 20px;
  }
  .sec_process .col-lg-12 ul::after {
    height: 80%;
    top: 38px;
    left: 15px;
  }
  .sec_eyedrops {
    background-position: -450px 500px;
    background-size: 1000px;
    background-color: #bddfea;
  }
  .sec_grade table {
    background: -webkit-linear-gradient(
      right,
      #f39e9e 7.02%,
      rgba(184, 184, 184, 0) 106.22%
    );
  }
  .sec_grade table tr {
    background: none;
  }

  /* background-position: -1500px 0px; */

  .sec_therapies .sec_therapies_img {
    text-align: center !important;
    margin-left: 0;
    margin-top: -40px;
  }
  .sec_therapies .sec_therapies_img img {
    width: 300px;
  }
  .sec_therapies .sec_therapies_img span {
    display: block;
    margin-top: 10px;
  }

  .section_preventive .sec_methods_img {
    text-align: center !important;
  }
  .section_preventive .sec_methods_img img {
    height: 300px;
  }
  .section_preventive .sec_methods_img span {
    display: block;
    margin-top: 10px;
  }
}

.bt-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.dryeye_button {
  text-decoration: none;
  color: white;
  background: linear-gradient(88.48deg, #ff6838 21.86%, #ffae35 82.92%);
  font-weight: 600;
  padding: 16px 40px;
  border-radius: 50px;
  font-size: 22px;
}

.dryeye_button:hover {
  background: linear-gradient(88.48deg, #b378ff 21.86%, #72bafd 82.92%);
  color: white;
}

.dryeye_button i {
  font-size: 27px;
  margin-left: 10px;
}

.last-bt i {
  font-size: 21px;
}

@media only screen and (min-width: 100px) and (max-width: 991px) {
  .bt-box {
    margin-top: 40px;
  }

  .dryeye_button {
    padding: 10px 33px;
    font-size: 17px;
  }

  .dryeye_button i {
    font-size: 22px;
    margin-left: 10px;
  }

  .last-bt {
    padding: 10px 20px;
    font-size: 14px;
  }

  .last-bt i {
    font-size: 17px;
  }

  .m-mt-4 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .sec_banner .sec_symptom_nav_test {
    position: absolute;
    bottom: -20px;
    left: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    width: 99.934px;
    height: 99.934px;
    border-radius: 50%;
    background: linear-gradient(180deg, #9ee4ff 0%, #00d0ff 100%);
    box-shadow: 0px 0px 13px rgba(0, 178, 255, 0.6);
    animation: pulse 2s infinite ease-in-out;
  }

  @keyframes pulse {
    0% {
      box-shadow: 0px 0px 8px rgba(0, 178, 255, 0.4);
    }
    50% {
      box-shadow: 0px 0px 16px rgba(0, 178, 255, 0.6);
    }
    100% {
      box-shadow: 0px 0px 13px rgba(0, 178, 255, 0.4);
    }
  }
  .sec_banner .sec_symptom_nav_test span {
    color: #fff;
    text-align: center;
    font-family: "Noto Sans HK";
    font-size: 12.92px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.24;
    letter-spacing: 1.421px;
  }

  .sec_banner .sec_symptom_nav_test svg {
    width: 52.112px;
    height: 42.962px;
  }
  .sec_symptom .sec_symptom_nav_test {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sec_banner .sec_symptom_nav_test {
    display: none;
  }
  .sec_symptom {
    position: relative;
  }
  .sec_symptom .sec_symptom_nav_test {
    position: absolute;
    top: -81px;
    right: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 13px;
    width: 168px;
    height: 168px;
    border-radius: 50%;

    background: linear-gradient(180deg, #9ee4ff 0%, #00d0ff 100%);
    box-shadow: 0px 0px 22.621px rgba(0, 178, 255, 0.6);
    animation: pulse 2s infinite ease-in-out;
  }
  @keyframes pulse {
    0% {
      box-shadow: 0px 0px 15px rgba(0, 178, 255, 0.4);
    }
    50% {
      box-shadow: 0px 0px 35px rgba(0, 178, 255, 0.8);
    }
    100% {
      box-shadow: 0px 0px 15px rgba(0, 178, 255, 0.4);
    }
  }
  .sec_symptom .sec_symptom_nav_test span {
    color: #fff;
    text-align: center;
    font-family: "Noto Sans HK";
    font-size: 21.72px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.24;
    letter-spacing: 2.389px;
  }

  .sec_symptom .sec_symptom_nav_test svg {
    width: 96px;
    height: 54px;
  }
}
