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

.start-inner {
  width: 1200px;
  overflow: hidden;
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
}

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

.client-pc .start-inner {
  width: 100%;
}

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

.start-inner table {
  width: 100%;
  border: 1px solid #08abff;
  text-align: center;
  width: 1200px;
  margin: 40px 0;
}

.start-inner table th {
  padding: 12px 5px;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  font-weight: 500;
  background: #08abff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

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

.start-inner table td {
  padding: 12px 10px;
  font-size: 20px;
  color: #555;
  line-height: 40px;
  border-bottom: 1px solid #83d5ff;
  border-right: 1px solid #83d5ff;
}

.start-inner table td img {
  width: 40px;
}

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

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

.start-inner #tlx_info td {
  font-size: 14px;
}

.ys-input {
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555555;
}

.ys-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}


.input-search {
  margin-left: 20px;
  font-size: 14px;
  line-height: 38px;
  height: 38px;
  width: 800px;
  padding: 0 10px;
  border: none;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #d3d3d3;
}

.btn-primary {
  display: block;
  width: 250px;
  color: #fff;
  margin-top: 25px;
  margin-right: 20px;
  font-size: 14px;
  line-height: 42px;
  background: #0aaaf8;
  border-radius: 5px;
  border: none;
}

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

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

.ys-btns .btns button {
  background: #0aaaf8;
  line-height: 40px;
  width: 62px; 
  margin-right: 12px; 
  border-radius: 5px;
}

.ys-btns .btns {
  position: fixed; 
  right: 0;
  top: 184px;
  background: #fff;
  padding: 12px;
  padding-right: 0;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

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


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

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

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

.btns.sticky {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 1000;
  background: white;
  padding: 12px;
  padding-right: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

}

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