/*全局样式*/
* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  margin-bottom: 1px;
  overflow-y: scroll;
}

:root {
  overflow-y: auto;
  overflow-x: hidden;
}

:root body {
  position: absolute;
}

body {
  width: 100vw;
  overflow: hidden;
  background-color: #F0F0F0;
}


a:link,
a:visited,
a:active {
  color: #000000;
}

a:hover {
  color: #FF0033;
  text-decoration: none;
}

ul,
li {
  margin: 0;
  padding: 0;
}

body,
p,
li,
td,
a {
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "MicrosoftYaHei", "WenQuanYi Micro Hei", sans-serif;
}


#di1 {
  width: 100%;
  text-align: center;
  margin-bottom: 2px;
  margin-top: 2px;
  padding-bottom: 2px;
  padding-top: 2px;
  font-size: 16px;
  background-color: #FFFFFF;
  line-height: 26px;
}


#di2 {
  width: 100%;
  text-align: center;
  margin-bottom: 2px;
  margin-top: 2px;
  padding-bottom: 2px;
  padding-top: 2px;
  font-size: 14px;
  background-color: #FFF;
  line-height: 30px;

  border-top: 1px solid #ccc;
}

#di3 {
  text-align: center;
  font-size: 12px;
  /*background-color:#FFF;*/
  line-height: 30px;
  margin-top: 4px;

}


#message {
  height: 36px;
  line-height: 100%;
  width: 100%;
  text-align: right;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  background-color: #ffffff;
  color: #FF0000;
  display: flex;
  justify-content: center;
}

#message1 {
  height: 36px;
  line-height: 100%;
  width: 100%;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  background-color: #ffffff;
  color: #FF0000;
}


#bt {
  width: 99%;
  margin: 10 auto;

  overflow: hidden;
  background-color: #FFFFFF;

}

#iv-show {
  width: 150px;
  height: 100%;
  display: block;
  text-align: right;
  letter-spacing: 2px;
  border: none;
  /*border:1px solid #ccc;*/
  font-size: 16px;
  color: #FF0000;
  text-align: center;
}

.search-icon {
  background-image: url(tu2web.jpg);
  background-position: center right;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 100%;
  display: inline-block;
}

#iv-show:focus {
  outline: none;
  border: none;
}

#iv-book {
  width: 268px;
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: none;
  font-size: 14px;
  color: #FF0000;
}


.ccon {
  max-width: 798px;
  margin: 0 auto;
  background-color: #FFFFFF;
  overflow: hidden;
  border: solid 2px #CCCCCC;
  margin-top: 10px;
  margin-bottom: 10px;
}

#verse-choice {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 2px;
  overflow: hidden;
  background-color: #f0f0f0;
}

#show-panel {
  background-color: #f0f0f0;
  padding-bottom: 2px;
}

#show-pane2 {
  background-color: #f0f0f0;
  padding-bottom: 2px;
}

#iv-wrap {
  display: grid;
  grid-auto-flow: dense;
  gap: 2px;
  justify-content: space-between;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(auto, auto);
}

@media screen and (min-width: 500px) {
  #iv-wrap {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (min-width: 800px) {
  #iv-wrap {
    grid-template-columns: repeat(8, 1fr);
  }
}

#ibt-wrap li,
#iv-wrap li {
  list-style: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

#iv-wrap li {
  background-color: #FFFFFF;
  aspect-ratio: 3 / 2;
  border-radius: 4px;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 2px;
  margin-top: 2px;

}


#iv-wrap2 li {
  list-style: none;
  display: inline-block;
  text-align: left;
  cursor: pointer;

  width: 58px;
  height: 48px;
  border-radius: 2px;

  background-color: #FFFFFF;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 4px;
  margin-top: 4px;
  padding-left: 4px;
  padding-top: 4px;

}

#iv-wrap2 li:hover {
  color: #ff0033;
  font-weight: bold;
}


#iv-wrap li:hover {
  color: #ff0033;
  font-weight: bold;
}


/*------------new-----------*/

.myli-ls {

  float: left;
  width: 100%;

  height: 32px;
  font-size: 18px;
  text-align: left;

  padding-left: 6px;
  padding-top: 0px;
  margin-top: 0px;
  margin-right: 4px;
  background: #FFFFFF;
  /*pointer-events:none;/*让mouse穿透，点击Li*/
}

.myli-lx {
  background: #FFFFFF;
  float: left;
  width: 100%;
  font-size: 12px;
  height: 24px;
  text-align: left;
  padding-left: 4px;
  text-align: left;
  word-break: keep-all;
  /* 不换行 */
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  margin-top: 0px;
  margin-right: 2px;
  /*pointer-events:none;/*让mouse穿透，点击Li*/
}

.mynum {
  background: #FFFFFF;
  float: left;
  width: 100%;
  font-size: 20px;
  height: 56px;
  text-align: center;
  padding-left: 0px;
  padding-top: 10px;
  word-break: keep-all;
  /* 不换行 */
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  margin-top: 0px;
  margin-right: 2px;
  /*pointer-events:none;/*让mouse穿透，点击Li*/
}