/***************************PUBLIC*******************************/
/*reset*/
body {
  font-family: \5FAE\8F6F\96C5\9ED1;
  background: none;
}

html,
body {
  position: relative;
  height: 100%;
}

/*page*/
.m-page {
  overflow: hidden;
  min-width: 6.83rem;
  max-width: 16rem;
  min-height: 100vh;
  margin: 0 auto;
}

.start-inner {
  width: 100%;
  position: relative;
  width: 15.15rem;
  margin: 0 auto;
}

.white {
  position: relative;
  z-index: 15;
  background: #fff;
  width: 100%;
}

.header-t {
  text-align: center;
}

table {
  border: 1px solid #08abff;
  text-align: center;
  width: 15.15rem;
}

table {
  margin: 0.96rem 0;
}

table th {
  padding: 0.26rem 0.11rem;
  font-size: 0.55rem;
  color: #fff;
  line-height: 0.85rem;
  font-weight: 500;
  background: #08abff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

table th:last-child {
  border-right: none;
}

table td {
  padding: 0.26rem 0.21rem;
  font-size: 0.55rem;
  color: #555;
  line-height: 0.85rem;
  border-bottom: 1px solid #83d5ff;
  border-right: 1px solid #83d5ff;
}

table td img {
  width: 0.85rem;
}

table td:last-child {
  border-right: none;
}

table tr:last-child td {
  border-bottom: none;
}

#tlx_info td {
  font-size: 0.51rem;
  word-break: break-all;
}

.ys-input {
  margin: 0.85rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555555;
  font-size: 0.51rem;
}

.ys-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.43rem;
  margin-left: -1rem;
}

.input-search {
  font-size: 0.49rem;
  line-height: 1.24rem;
  height: 1.24rem;
  width: 100%;
  padding: 0 0.3rem;
  border: none;
  box-sizing: border-box;
  border-radius: 0.1rem;
  border: 1px solid #d3d3d3;
}

.btn-primary {
  display: block;
  width: 8.96rem;
  color: #fff;
  margin-right: 0.5rem;
  /* margin-left: 2rem; */
  margin-top: 0.75rem;
  font-size: 0.51rem;
  line-height: 1.37rem;
  background: #0aaaf8;
  border-radius: 0.1rem;
  border: none;
}

.highlight {
  background-color: yellow;
  font-weight: bold;
}

.highlight.active {
  background-color: orange;
}

.ys-btns .btns button {
  background: #0aaaf8;
  line-height: 1.37rem;
  width: 1.58rem;
  margin-right: 0.11rem;
  border-radius: 0.1rem;

}

.ys-btns .btns {
  position: fixed;
  right: 0;
  top: 3.36rem;
  background: #fff;
  padding: .2rem;
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
  /* box-shadow: 0px .1rem .2rem 0px rgba(145, 145, 145, 0.5); */
}

.ys-btns .btns.has-shadow {
  box-shadow: 0px .1rem .2rem 0px rgba(145, 145, 145, 0.5);
}

.ys-btns .btns button img {
  width: 0.55rem;
}

.ys-btns .btns #prev {
  transform: rotate(180deg);
}

.ys-btns .btns #prev img {
  transform: translateY(-2px);
}

#search-info {
  margin-top: 0.24rem;
  font-size: 0.42rem;
}

.btns {
  position: static;
  transition: all 0.3s ease;
}

.btns.sticky {
  position: fixed;
  top: 1.2rem;
  right: 0.4rem;
  z-index: 1000;
  background: white;
  padding: 0.35rem;
  border-radius: 0.1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.btns.sticky button {
  margin-top: 0rem;
}