.btn-login-succ {
  color: #1d2088ff !important;
  border: 1px solid #cad4e0ff !important;
  background: #fbfbfcff !important;
}

.view_mobile {
  display: none;
  margin-top: 16px;
  margin-bottom: 30px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  main {
    margin-bottom: 40px;
  }
  .view_pc {
    display: none;
  }
  .view_mobile {
    display: block;
  }
}

@media only screen and (max-width: 576px) {
  .modal-dialog {
    width: 360px;
    margin: auto;
  }
}

@media only screen and (max-width: 360px) {
  .modal-dialog {
    width: 100%;
  }
  .modal-body {
    padding: 10px;
  }
}

.top-button_mobile {
  position: absolute;
  top: 16px;
  right: 10px;
  line-height: 1;
}

.top-button_mobile .btn {
  text-align: center;
  min-width: 80px;
  padding: 0 8px;
  border-radius: 3px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}

.mob_h3 {
  margin-bottom: 0;
  font-weight: 900;
  color: #1d2088;
}

.mob_h4 {
  margin-bottom: 0;
  font-size: 14px;
  color: #1d2088;
}

.mob_ul {
  margin: 0;
  padding: 10px 10px 10px 30px;
  font-size: 12px;
  border-radius: 6px;
  background: #f2f2f2;
}
.mob_ul li {
  color: #1d2088;
}

.mob_ul li span {
  color: #000000;
}

.mob_ul::marker {
  background: #1d2088;
}

.example_ul {
  list-style: none;
  display: flex;
  width: 100%;
  padding: 0;
}

.example_ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 33%;
  height: 60px;
  border-radius: 6px;
  font-size: 12px;
  background: #f2f2f2;
}

.example_ul li img {
  vertical-align: bottom;
}

/* 中医案例标签样式 */
.example_ul li.tcm-tag {
  width: auto;
  height: auto;
  min-height: 32px;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  flex-direction: row;
}

/* 中医标签容器居中并换行 */
.example_ul.flex-wrap {
  flex-wrap: wrap;
  justify-content: center;
}

.example_ul li span:nth-child(1) {
  display: inline-block;
  margin-bottom: 5px;
  color: #1d2088;
}

.btn-custom-large_mobile {
  font-size: 14px;
}

#data_mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}

.btn-back {
  display: inline-block;
  text-align: center;
  min-width: 80px;
  height: 25px;

  line-height: 25px;
  border-radius: 3px;
  background: rgba(29, 32, 136, 0.1);
  color: #1d2088;
}

/**Table */
#table_mobile {
  border-left: 1px solid #e8e8e8ff;
}

.table_mobile {
  word-break: break-all;
  margin-bottom: 0;
}

.table_mobile td {
  min-width: 120px;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #000000ff;
  border-right: 1px solid #e8e8e8ff;
  border-width: 1px !important;
}

.table_mobile tbody {
  border-bottom: 1px solid #e8e8e8ff;
  border-right: 1px solid #e8e8e8ff;
}

#tbody_mobile td:nth-child(1) {
  position: sticky;
  left: 0;
  text-align: center;
  min-width: 81px;
  font-size: 12px;
  font-weight: 700;
  background: #f8f9fdff;
}

#data {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  color: #000000ff;
}

/* box-shadow: inset 10px 0 8px -8px #00000026; */
