/*************************** 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: 26px;
  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: 26px;
  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: 24px;
}

.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;
  margin-left: 12px;
  line-height: 40px;
  width: 50px;
  margin-top: 25px;
  border-radius: 3px;
}

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

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