.logo_top{
  margin:-65px -55px 0 -55px;
  background: url('../images/logo_bg.svg') repeat-y;
}
.custom-select {
  position: relative;
  width: 200px;
  font-family: Arial, sans-serif;
  padding: 80px 0 0 20px
}

.selected-value {
  padding: 10px;
  background-color: #f2f2f2;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 25px;
  padding:5px 0 10px 30px;
}

.selected-value img {
  width: 20px;
  margin-right: 8px;
}

.value-list {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  background-color: #f2f2f2;
  z-index: 100;
  width: 150px;
  /*width: 100%;*/
  margin-left: 15px;
}

.value-list li {
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.value-list li img {
  width: 20px;
  margin-right: 8px;
}

.value-list li:hover {
  background-color: #f2f2f2;
}

.hidden {
  display: none;
}
.logo{
  padding: 1.5em 0 0.5em 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logo_bottom{
  margin:-5px -55px 30px -55px;
  height: 86px;
}
.mySignUp{
  display: flex;
  justify-content: space-between;
  margin:15px 0 0;
}
.myQueryInput{
  display: flex;
  align-items: center;
}
.my-w-80-b{
  width:100px;
  font-weight: bold;
  font-size: 16px;
}
.myselect {
  width: 80%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height:50px;
  min-width: 200px;
}
#smart{
  padding: 0 7px 0 3px;
  width: 80%;
}
/* Styles for the even rows */
tr:nth-child(even) {
  background: #ffffff;
}
/* Styles for the odd rows */
tr:nth-child(odd) {
  background: #cccccc;
}
/* Additional style for the table */
table {
  width: 490px;
  border-collapse: collapse;
  margin-top: 20px;
  margin-left: -50px;
  margin-right: -50px;
  color:#002B7A;
}
table a{
  color:#002B7A;
  font-size: 16px;
}
table th:first-child, table td:first-child {
  padding-left: 3px;
}
th {
  background-color: #0444BA;
  color: white;
  padding: 0px;
  text-align: left;
  height: 40px;
}

td {
  padding: 0px;
  text-align: left;

  height: 35px;
  max-width: 140px; /* 设置最大宽度 */
  overflow: hidden;
  text-overflow: ellipsis; /* 显示省略号 */
  white-space: nowrap; /* 防止换行 */
}

/* Style for the bottom navigation */
.bottom-navigation {
  display: flex;
  justify-content: space-around;
  background-color: #0444BA;
  color: white;
  padding: 10px 0;
  position: fixed;
  bottom: 0px;
  width: 500px;
  z-index: 1;
  white-space: nowrap;
}
.bottom-navigation div{
  width: 33%;
}
.bottom-navigation div {
  text-align: center;
}
.bottom-navigation a {
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.bottom-navigation a:hover {
  background: #ddd;
  color: #0444BA;
}
#class_chexing, #class_carcolor {
  margin-left:-5px;
}
#detail{
  width: 131%;
  max-width: 490px;
}
#detail th, #detail td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
  white-space: normal;
  /*word-wrap: break-word;*/
}
#detail th {
  background-color: #0444BA;
  text-align: center; /* Center align the header */
}
#detail tbody tr td:nth-child(odd) {
  background-color: #cccccc; /* Set odd columns background color */
}
#detail tbody tr td:nth-child(even) {
  background-color: #ffffff; /* Set even columns background color */
}
#detail tfoot {
  font-weight: bold;
}
.myImgDiv{
  text-align: center;
  width:90%;
  margin:20px -42px;/*20px -35px 20px -35px;*/
}
.myImgDiv img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 135%;/*460px*/
  border-radius: 10px;
}
.myFloorThtitle{
  text-align:center;
  height:35px;
  background-color:#035CFF;
}
.myInput {
  padding: 10px;
  width: 100px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-right: 10px;
  box-sizing: border-box;
}
.myInput:not(:focus) {
  /* 定义非获取焦点时的样式 */
  border-color: #ccc; /* 例如，设置边框颜色为灰色 */
}

/* 使用 !important 规则 */
.myInput:focus {
  /* 定义输入框在获取焦点时的样式 */
  border-color: #4caf50 !important; /* 例如，设置边框颜色为绿色 */
}

.mySubmit {
  padding: 10px 20px;
  background-color: #4caf50;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
}

input[type="submit"]:hover {
  background-color: #45a049;
}
.myCalcTd{
  height: 50px;
  text-align: center;
  vertical-align: bottom;
}
.bottom-navigation div + div {
  border-left: 1px solid white;
}
#myTable{
  width: 100%;
  min-width:490px;
  margin: 0 -50px;
}
#myTable td:not(:first-child) {
  padding-left: 3px;
}
#myTable th:last-child{
  padding-right: 3px;
}
#myTable td,#detail td{
  font-size: 16px;
  width: 33%;
}
@media screen and (max-width: 480px) {
  #myTable{
    width: 132%;
    min-width:380px;
    margin: 0 -50px;
  }
  #myTable td:not(:first-child) {
    padding-left: 3px;
  }
  #myTable td,#detail td{
    font-size: 11px;
  }
  .myImgDiv{
    margin: 20px -35px;
  }
  #detail td{
    max-width: 104px;
  }
  .bottom-navigation{
    width: 100%;
  }
  .bottom-navigation a{
    font-size: 12px;
  }
  .container-login100{
    padding:0;
  }
  .wrap-login100 {
    width: 100%;
    border-radius: 0px;
  }
  .my-w-80-b,.input100,.login100-form-btn,th{
    font-size: 12px;
  }
}