/* kindle浏览器为webkit内核，使用css3时需手动添加-webkit-* */

/* ---------- DEBUG BEGIN ---------- */

/* show border */

/* #top,
#middle,
#bottom {
    border: 1px black solid;
}

#top>div,
.hitokoto_main {
    border: 1px black dotted;
} */

/* ---------- DEBUG END ---------- */
@media screen and (min-width: 375px) {
  html {
    font-size: 12px;
  }
}

@media screen and (min-width: 500px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1000px) {
  html {
    font-size: 28px;
  }
}

@font-face {
  font-family: "iconfont";
  src: url("./font/iconfont.woff2") format("woff2"),
    url("./font/iconfont.woff") format("woff"),
    url("./font/iconfont.ttf") format("truetype");
}

@font-face {
  font-family: "DottedSongtiSquareRegular";
  src: url("./font/DottedSongtiSquareRegular-subfont.ttf");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 7.5rem;
  width: 7.5rem;
  font-weight: 100;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  color: #000000;
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

.rotate-90 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform-origin: center center;
  -webkit-transform-origin: center center;
}

.rotate-180 {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform-origin: center center;
  -webkit-transform-origin: center center;
}

.rotate-270 {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform-origin: center center;
  -webkit-transform-origin: center center;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  line-height: 2rem;
}

li div {
  display: inline-block;
}

.page {
  position: relative;
  width: 100%;
  height: 100%;
}

#light_dark_icon {
  visibility: hidden;
  display: black;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 15rem;
  width: 15rem;
}

#settings_icon {
  font-size: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  position: fixed;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
}

#settings_save_icon {
  font-size:1rem;s
}

#log_container {
  position: absolute;
  top: 0;
  left: 0;
}

#settings_dialog {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  z-index: 100;
  overflow: hidden;
}

#settings_backdrop{
  position: absolute;
  width: 100%;
  height: 100%;
}

.backdrop_black {
  background: url('../css/images/pixel_black.png')
}

.backdrop_white {
  background: url('../css/images/pixel_white.png')
}

#settings_dialog .settings_card{
  position: absolute;
  height:50%;
  width: 75%;
  top: 20%;
  left: 10%;
  border: 1px solid black;
  border-radius: 4px;
  font-size: 1.5rem;
  padding: 1rem;
  z-index: 110;
  -webkit-text-stroke: 0;
}

#settings_dialog .settings_header{
  font-size: 1.5rem;
  padding: 0 0 0.75rem 0;
  border-bottom: 1px solid #88888888
}

#settings_dialog .settings_header .button{
  float: right;
  font-size: 1rem;
}

#settings_dialog .settings_content {
  padding: 1.25rem 0;
  font-size: 1rem;
}

.settings_input {
  width: 300px;
}

.qr-code {
  position: absolute;
  bottom: 56px;
  left: calc(50% - 100px);
  width: 200px;
  height: 200px;
}

.qr_tips {
  font-size: 0.75rem;
  margin-top: 0.5rem;
}

#top {
  height: 20%;
  width: 100%;
  text-align: center;
}

#middle {
  height: 40%;
  width: 100%;
  text-align: center;
  /* font-family: 'DottedSongtiSquareRegular'; */
}

#bottom {
  height: 10%;
  width: 100%;
  text-align: center;
}

#top > div,
#middle > div,
#bottom > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#weaImg
.nonetop_container,
.hitokoto_container,
.weibo_container,
.nonebtm_container,
.weather_container {
  display: none;
}

.hitokoto_container {
  margin: 0 auto;
  width: 90%;
}

.hitokoto_main {
  position: relative;
  text-align: center;
  font-size: 1.5rem;
}

#brackets-l {
  position: absolute;
  top: 0;
  left: 0;
}

#brackets-r {
  position: absolute;
  bottom: 0;
  right: 0;
}

#hitokoto {
  display: inline-block;
  padding: 1rem;
  max-width: 80%;
}

#from {
  text-align: right;
  font-size: 1.25rem;
  line-height: 2.5rem;
  /* padding-right: 0.75rem; */
}

.poem_container {
  text-align: center;
  font-size: 2rem;
  padding: 1rem;
}

#poem_sentence {
  line-height: 4rem;
}

#poem_info {
  font-size: 1.25rem;
  text-align: right;
}

.weibo_container {
  font-size: 1.5rem;
}

.weibo_title {
  padding-bottom: 0.5rem;
}

#hot_word,
#hot_word_num {
  display: inline-block;
}

#hot_word {
  text-align: left;
  margin-right: 1rem;
  max-width: 25rem;
}

#hot_word_num {
  width: auto;
}

#hot_word li,
#hot_word_num {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.time_container {
  position: relative;
}

#apmOuterWrapper {
  font-size: 2rem;
  font-weight: 600;
  line-height: 3.75rem;
  position: absolute;
  top: 0;
  left: 5%;
  width: 4rem;
  height: 10rem;
}

.tiangan {
  font-size: 2rem;
}

.term {
  font-size: 3rem;
}

.nterm {
    font-size: 1rem;
}

#apmInnerWrapper {
  position: relative;
  height: 100%;
}

#apm {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 2rem;
  /* writing-mode: vertical-rl;
  text-orientation: upright; */
}

.time {
  font-size: 13rem;
  line-height: 10rem;
  font-weight: normal;
  text-align: center;
}

.date {
  font-size: 2rem;
  line-height: 3rem;
}
.nongli {
  font-size: 2rem;
  line-height: 3rem;
}

.lunar,
.holiday {
  font-size: 1.6rem;
  line-height: 2rem;
}

.weaWrapper {
  width: 100%;
}

#weaTitle {
  font-size: 1.5rem;
}

.weaImg {
  display: inline-block;
  float: left;
  margin-left: 1.5rem;
  margin-top: 1.5rem;
  font-size: 5.8rem;
}

.weaImg > div{
  margin-top: 0.5rem;
  font-size: 1.5rem;
}
.weaImg > div {
  margin-top: 0rem;
}

.weaTemp {
  display: inline-block;
  float: right;
  margin-top:1rem;
  margin-right: 2rem;
  font-size: 1.5rem;
  /* font-family: 'DottedSongtiSquareRegular'; */
}

.icon_big {
    font-size: 6rem;
    width: 6rem;
    font-weight: 100;
    font-style: normal;
}

.tempNum {
  display: inline-block;
  font-size: 7rem;
  font-weight: 400;
}


.symbol {
  display: inline-block;
  font-size: 2.5rem;
  line-height: 3rem;
}

#weaInfo {
  display: inline-block;
  left: 1rem;
  position: relative;
  /* text-align: right; */
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-top: 0.25rem;
}

.pic {
  color: #ffffff;
  background-color: #ffffff;
  -webkit-text-stroke: 0.5px #000;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* -webkit-filter: grayscale(100%); */
  /* background-image: url("https://source.unsplash.com/random"); */
  background-image: url("https://bing.ioliu.cn/v1/rand?&t=json&w=1920&h=1080");
  font-weight: 800;
  /* -webkit-transition: color, background-color 1s;
    transition: color, background-color 1s; */
}

.light {
  color: #000000;
  background-color: #ffffff;
  background-image: none !important;
  /* -webkit-transition: color, background-color 1s;
    transition: color, background-color 1s; */
}

.dark {
  color: #ffffff;
  background-color: #000000;
  background-image: none !important;
  /* -webkit-transition: color, background-color 1s;
    transition: color, background-color 1s; */
}
