* {
  font-family: "Microsoft JhengHei", 微軟正黑體, Arial, sans-serif;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  /* overflow-x: hidden; */
  overflow-x: hidden !important;
}

a {
  text-decoration: none;
}

/* 
*::selection {
    background: #00A8B1;
    color: #fff;
}

*::-moz-selection {
    background: #00A8B1;
    color: #fff;
}
 */

/*  */
nav .brand {
  display: block;
  position: relative;
  width: 170px;
  top: 10px;
}
.big_bg {
  /* background-image: url(../img/BG.png); */
  width: 100%;
}
.bg_l {
  /* background-image: url(../img/BG2.png); */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* .login-h100 {
  height: 100vh;
} */

.login_content {
  width: 100%;
  padding: 30px;
  background-color: #fff;
  min-height: 957px;
}
.login_row {
  min-height: 957px;
}
.login_main {
}
.login_main-p-1 {
  padding: 160px 0;
}
.login_logo {
  max-width: 209px;
  display: inline-block;
  vertical-align: bottom;
}
.logo_text {
  display: inline-block;
  padding: 15px 10px 0;
  font-size: 13px;
  float: right;
}
.login_logo_bar {
  vertical-align: text-bottom;
}
.title {
  color: #01332b;
  font-size: 33px;
  text-align: center;
  font-weight: bold;
}
.title sup {
  font-size: 11px;
  vertical-align: super;
}
sup {
  font-size: 11px;
  vertical-align: super;
}
.sub_title {
  color: #707070;
  font-size: 23px;
  text-align: center;
  font-weight: bold;
}
.login_form {
  max-width: 400px;
  margin: 0 auto;
  padding: 40px 0 0;
}
.login_input {
  width: 100%;
}
.login_input input {
  width: 100%;
  border: #d9d9d9 1px solid;
  height: 55px;
  border-radius: 50px;
  padding: 15px;
  /* outline : none; */
  margin: 0 0 30px;
}
.login_input input:focus {
  outline: #05dd4d 1px solid;
}
.login_input input::placeholder {
  color: #414141;
  font-size: 18px;
}
.blue_a {
  color: #1e8fff;
  text-decoration: underline;
}
.green_btn {
  width: 100%;
}
.green_btn a {
  width: 100%;
  display: block;
  background-color: #05dd4d;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  padding: 10px 0;
}
.green_b_btn {
  width: 100%;
}
.green_b_btn a {
  width: 100%;
  display: block;
  border: 1px solid #05dd4d;
  color: #05dd4d;
  border-radius: 50px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  padding: 10px 0;
}
.login_kv {
  padding: 160px 0 0;
}
.login_kv_img {
  max-width: 399px;
  margin: 0 auto;
}
.login_kv_img img {
  width: 100%;
  display: block;
}
.login_kv_text {
  max-width: 750px;
  margin: 0 auto;
  color: #fff;
  font-size: 19px;
  padding: 30px 0 0;
}
.register_form {
  max-width: 400px;
  margin: 0 auto;
  padding: 40px 0 0;
}
.default_input input {
  border: #d9d9d9 1px solid;
  border-radius: 5px;
  color: #000;
  padding: 5px 10px;
}
.default_label {
  text-align: right;
  color: #707070;
  font-weight: bold;
}
.default_label span {
  color: #ff0909;
}
.bg_color {
  background-color: #f5f5f5;
}
.manage {
  padding: 100px 0 60px;
}
.hello {
  padding: 30px 0 0;
  text-align: center;
  color: #707070;
  font-size: 23px;
  font-weight: bold;
}
.hello img {
  width: 50px;
}
.add_product_history {
  max-width: 400px;
  margin: 0 auto;
  padding: 30px 0 0;
}
.manage_btn {
  background-color: #fff;
  display: block;
  width: 100%;
  padding: 20px;
  margin: 30px 0;
  border-radius: 15px;
  color: #01332b;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.3);
}
.manage_btn_img {
  /* max-width: 100px; */
  padding: 20px 0;
  margin: 0 auto;
}
.manage_btn_img img {
  /* width: 100%; */
}
.data_btn {
  max-width: 400px;
  margin: 0 auto;
}
.data_btn a {
  width: 100%;
  display: block;
  background-color: #fff;
  border: #05dd4d 1px solid;
  color: #05dd4d;
  border-radius: 50px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  padding: 10px 0;
}
.manage_tab {
  text-align: right;
  padding: 30px 0;
}
.manage_tab a {
  display: inline-block;
  background-color: #fff;
  border: #05dd4d 1px solid;
  color: #05dd4d;
  border-radius: 50px;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  padding: 5px 20px;
  cursor: pointer;
}
.manage_tab .active_tab {
  color: #fff;
  background-color: #05dd4d;
}
.main_title {
  font-size: 23px;
  color: #707070;
  font-weight: bold;
}
.manage_list {
}
.manage_list li {
  margin: 15px 0;
}
.manage_container {
  overflow: hidden;
  border-radius: 15px;
  background-color: #fff;
  width: 100%;
  margin: 25px 0 0;
}
.manage_container_l {
  color: #fff;
  background-color: #05dd4d;
  padding: 25px;
  text-align: left;
  position: relative;
}
.manage_date {
}
.manage_container_l h3 {
  font-size: 21px;
  color: #fff;
  font-weight: bold;
  margin: 0;
}

.manage_container_r {
  padding: 25px;
}
.manage_title {
  font-weight: bold;
  font-size: 25px;
  color: #01332b;
  padding: 0 0 10px;
  border-bottom: 1px solid #dedede;
}
.manage_text {
  padding: 15px 0;
  border-bottom: 1px solid #dedede;
}
/* .manage_text th {
  color: #414141;
  font-size: 19px;
  font-weight: bold;
  text-align: right;
  padding: 5px;
}
.manage_text td {
  color: #414141;
  font-size: 19px;
  padding: 5px;
} */

.manage_text td span {
  color: #ff0000;
}
.main_w {
  width: 100%;
  padding: 15px;
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 0;
  margin: 15px 0 0;
}
.main_w .default_form_style {
  max-width: 500px;
  margin: 0 auto;
  padding: 40px 0 0;
}
.main_title p {
  float: right;
}
.main_title p span {
  color: #ff0000;
}
.default_input input:disabled {
  background-color: #f9f9f9;
  cursor: no-drop;
}
.info-circle {
  color: #05dd4d;
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 5px;
}
.green_act {
  background-color: #05dd4d;
  color: #fff;
  cursor: pointer;
}
.list_table table {
  width: 100%;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
}
.list_table_m {
  display: none;
}
.list_table table th {
  text-align: center;
  font-size: 17px;
  padding: 10px 5px;
  color: #fff;
  background-color: #414141;
  font-weight: bold;
}
.list_table table td {
  text-align: center;
  font-size: 15px;
  padding: 10px 5px;
  color: #414141;
}
/*  */
.teeth_row {
  padding: 15px;
}
.teeth_row_r {
  padding: 30px 0 0;
}
#palate .cls-1 {
  fill: #fc8a71;
}

#palate .cls-1,
#palate .cls-2,
#palate .cls-3,
#palate .cls-4 {
  stroke-width: 0px;
}

#palate .cls-5 {
  font-family: MicrosoftJhengHeiBold, "Microsoft JhengHei";
  font-size: 5.99px;
  cursor: pointer;
}

#palate .cls-6 {
  fill: #fff;
  stroke: #dbdbdb;
  stroke-miterlimit: 10;
  stroke-width: 0.5px;
  cursor: pointer;
}
#palate .cls-2 {
  fill: #e66251;
}

#palate .cls-3 {
  fill: #de422f;
}

#palate .cls-4 {
  fill: #d43320;
}

#palate .active .cls-6 {
  fill: #2196f3;
}
#palate .active .cls-5 {
  fill: #ffffff;
}

.teeth_select {
  padding: 20px 0;
}
.teeth_select h3 {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}
.teeth_select_top {
  font-size: 0;
}
.teeth_select_top li {
  display: inline-block;
  width: 12.5%;
  font-size: 19px;

  /* overflow: hidden; */
  text-align: center;
  padding: 0 5px;
}
.teeth_select_top li a {
  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 10px 0;
  margin: 5px 0;
  border-radius: 5px;
  display: block;
  width: 100%;
}
.teeth_select_top .teeth_active_top a {
  background-color: #2196f3;
  color: #fff;
}
/*  */
#jaw .cls-1 {
  fill: #fc8a71;
}

#jaw .cls-1,
#jaw .cls-2,
#jaw .cls-3 {
  stroke-width: 0px;
}

#jaw .cls-4 {
  fill: #fff;
  stroke: #dbdbdb;
  stroke-miterlimit: 10;
  stroke-width: 0.5px;
  cursor: pointer;
}

#jaw .cls-2 {
  fill: #e66251;
}

#jaw .cls-5 {
  font-size: 5.99px;
}

#jaw .cls-5,
#jaw .cls-6,
#jaw .cls-7,
#jaw .cls-8 {
  font-family: MicrosoftJhengHeiBold, "Microsoft JhengHei";
  cursor: pointer;
}

#jaw .cls-6 {
  font-size: 4px;
}

#jaw .cls-7 {
  font-size: 4.6px;
}

#jaw .cls-3 {
  fill: #d43320;
}

#jaw .cls-8 {
  font-size: 4.5px;
}
#jaw .active .cls-4 {
  fill: #2196f3;
}
/* #jaw .active .cls-5{
 fill: #ffffff;
 

} */
#jaw .active .cls-5,
#jaw .active .cls-6,
#jaw .active .cls-7,
#jaw .active .cls-8 {
  fill: #ffffff;
}
.teeth_select_down {
  font-size: 0;
}
.teeth_select_down li {
  display: inline-block;
  width: 12.5%;
  font-size: 19px;

  /* overflow: hidden; */
  text-align: center;
  padding: 0 5px;
}
.teeth_select_down li a {
  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 10px 0;
  margin: 5px 0;
  border-radius: 5px;
  display: block;
  width: 100%;
}
.teeth_select_down .teeth_active_down a {
  background-color: #2196f3;
  color: #fff;
}
/*  */
.teeth_row_nb {
  font-size: 23px;
  color: #707070;
  font-weight: bold;
}
.teeth_row_nb span {
  color: #ff0000;
}
.modal-title {
  font-size: 23px;
  color: #707070;
  font-weight: bold;
}
.confirm_row {
  max-width: 450px;
  margin: 0 auto;
  padding: 0 0 40px;
}
.confirm_row_img {
  width: 100px;
  margin: 0 auto;
  display: block;
}
.confirm_row_img img {
  width: 100%;
}
.confirm_row h2 {
  text-align: center;
  color: #414141;
  font-size: 30px;
  font-weight: bold;
  padding: 10px 0;
  margin: 0;
}
.confirm_row p {
  text-align: center;
  color: #414141;
  font-size: 23px;
  font-weight: bold;
  padding: 0px 0 30px;
  margin: 0;
}
.confirm_row p span {
  text-align: center;
  color: #ff0000;
  font-size: 29px;
  font-weight: bold;
  padding: 10px 0;
  margin: 0;
  display: block;
}
.confirm_row .green_btn {
  margin: 0 0 20px;
}
.prove-modal .modal-content {
  border-radius: 0;
  background-image: url(../img/prove1.png), url(../img/prove2.png),
    url(../img/prove3.png), url(../img/prove4.png);
  background-repeat: no-repeat;
  background-position: 5% 5%, 95% 5%, 5% 95%, 95% 95%;
}
.prove_row {
  padding: 100px 80px;
}
.prove_row_img {
  border-bottom: 2px solid #171717;
  max-width: 300px;
  margin: 0 auto 15px;
}

.prove_img {
  max-width: 200px;
  margin: 0 auto 10px;
}
.prove_img img {
  width: 100%;
}
.prove_row h2 {
  color: #b2782a;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  padding: 0 0 15px;
}
.prove_table {
  max-width: 600px;
  margin: 0 auto;
}
.prove_table sup {
  font-size: 9px;
}
.prove_table tr th {
  color: #171717;
  font-size: 19px;
  font-weight: bold;
  padding: 5px;
}
.prove_table tr td {
  color: #171717;
  font-size: 15px;
  padding: 5px;
}
.prove_table tr {
  border-bottom: 1px solid #dbdbdb;
}
.number_row {
}
.number_row_img {
  max-width: 510px;
  margin: 0 auto;
}
.number_row_img img {
  width: 100%;
}
.number_row h2 {
  font-size: 30px;
  color: #414141;
  font-weight: bold;
  text-align: center;
}
.number_row p {
  max-width: 510px;
  margin: 10px auto 15px;
  font-size: 19px;
  color: #414141;
}
.number_row p i {
  margin: 0 5px 0 0;
}
.number_row .green_btn {
  max-width: 510px;
  margin: 10px auto 15px;
}
.prove-bg {
  max-width: 800px;
  margin: 0 auto;
  border-radius: 0;
  background-image: url(../img/prove1.png), url(../img/prove2.png),
    url(../img/prove3.png), url(../img/prove4.png);
  background-repeat: no-repeat;
  background-position: 5% 5%, 95% 5%, 5% 95%, 95% 95%;
}
/*  */

.login_logo img {
  width: 100%;
}
.logo_text {
  display: inline-block;
  padding: 15px 10px 0;
  font-size: 13px;
}
.logo_top_text {
  font-size: 13px;
  float: right;
  position: relative;
  padding-left: 200px;
  padding-top: 20px;
  z-index: 3;
}
.manage_img {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.manage_img_row {
  max-width: 530px;
  display: inline-block;
  padding: 0 30px 30px;
  position: relative;
}
.manage_img_row img {
  width: 100%;
}
.manage_img_text_1 {
  position: absolute;
  left: 70px;
  bottom: 60px;
  font-size: 16px;
  font-weight: bold;
  color: #d4a262;
}
.manage_img_text_2 {
  position: absolute;
  left: 80px;
  top: 58px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.manage_img_text_3 {
  position: absolute;
  left: 80px;
  bottom: 148px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.kv_m{
  width: 100%;
  display: none;
  padding: 0 0 30px;
}
.kv_m img{
  width: 100%;
}
.manage_text table{
  width: 100%;
}
.manage_note{
text-align: center;
}
.manage_note h4{
      font-weight: bold;
    font-size: 19px;
    color: #01332b;
    padding: 25px 0 10px;
}
.manage_note p{
  margin: 0;
}
.manage_note sup {
    font-size: 8px;
    vertical-align: super;
}
/*  */
@media (max-width: 992px) {
  .kv_m{
    width: 100%;
    display:block;
  }
  .manage_img_text_1 {
    position: absolute;
    left: 9%;
    bottom: 60px;
    font-size: 16px;
    font-weight: bold;
    color: #d4a262;
  }
  .manage_img_text_3 {
    position: absolute;
    left: 11%;
    bottom: 45.5%;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
  }
  .manage_img_text_2 {
    position: absolute;
    left: 11%;
    top: 16%;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
  }
  .manage_img_row {
    max-width: 530px;
    display: inline-block;
    padding: 0 0px 30px;
    position: relative;
  }
  nav .brand {
    display: block;
    position: relative;
    width: 80px;
    top: 10px;
  }
  .core-nav .nav-header {
    padding-left: 50px;
    position: relative;
    width: initial;
    display: inline-block;
  }
  .logo_top_text {
    float: right;
    position: relative;
    padding-left: initial;
    padding-right: 10px;
    padding-top: 20px;
    z-index: 3;
    display: inline-block;
  }
  .login_main-p-1 {
    padding: 50px 0;
  }
  .logo_text {
    display: inline-block;
    padding: 5px 10px 0;
  }
  .login_logo {
    max-width: 80px;
    display: inline-block;
  }
  .prove_row_img {
    border-bottom: 2px solid #171717;
    max-width: 200px;
    margin: 0 auto 15px;
  }
  .prove-bg {
    max-width: 800px;
    margin: 0 auto;
    border-radius: 0;
    background-image: url(../img/prove1.png), url(../img/prove2.png),
      url(../img/prove3.png), url(../img/prove4.png);
    background-repeat: no-repeat;
    background-position: 0% 5%, 100% 5%, 0% 95%, 100% 95%;
  }
  .prove_row {
    padding: 100px 25px;
  }
  .manage_container_l h3 {
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin: 0;
  }
  .manage_container_l p {
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin: 0;
  }
  .manage_container_l p br {
    display: none;
  }
  .manage_container {
    overflow: hidden;
    border-radius: 15px;
    background-color: #fff;
    display: block;
    width: 100%;
  }
  .manage_date {
    position: relative;
    left: inherit;
    top: inherit;
    transform: inherit;
  }
  .list_table {
    display: none;
  }
  .list_table table {
    width: 100%;
    border-radius: 15px;
    background-color: #fff;
    overflow: hidden;
  }
  .list_table_m table {
    width: 100%;

    background-color: #fff;
    margin-bottom: 30px;
  }
  .list_table_m {
    display: block;
  }
  .list_table_m table th {
    text-align: center;
    font-size: 17px;
    padding: 10px 15px;
    color: #fff;
    background-color: #414141;
    font-weight: bold;
  }
  .list_table_m table td {
    text-align: center;
    font-size: 15px;
    padding: 10px 5px;
    color: #414141;
  }
  .login_kv {
    display: none;
  }
  .login_row {
    min-height: initial;
  }
  .default_label {
    text-align: left;
    color: #707070;
    font-weight: bold;
  }
  .login-h100 {
    height: auto;
  }
  .manage {
    padding: 80px 0;
  }
  .manage_btn {
    background-color: #fff;
    display: block;
    width: 100%;
    padding: 20px;
    margin: 30px 0 0px;
    border-radius: 15px;
    color: #01332b;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.3);
  }
  .data_btn {
    max-width: 400px;
    margin: 20px auto 0;
  }
  .main_w {
    width: 100%;
    padding: 15px;
    background-color: #fff;
    border-radius: 15px;
    padding: 20px 15px;
    margin: 15px 0 0;
  }
  .main_w .default_form_style {
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
  }
}
