@font-face {
  font-family: 'iconfont';
  /* project id 2406524 */
  src: url('//at.alicdn.com/t/font_2406524_ld6c59bgsm.eot');
  src: url('//at.alicdn.com/t/font_2406524_ld6c59bgsm.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_2406524_ld6c59bgsm.woff2') format('woff2'), url('//at.alicdn.com/t/font_2406524_ld6c59bgsm.woff') format('woff'), url('//at.alicdn.com/t/font_2406524_ld6c59bgsm.ttf') format('truetype'), url('//at.alicdn.com/t/font_2406524_ld6c59bgsm.svg#iconfont') format('svg');
}
html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
body {
  height: 100%;
  position: relative;
  max-width: 920px;
  margin: auto;
  background-color: #F4F4F5;
}
.spjz {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tips {
  position: absolute;
  bottom: 40px;
  font-size: 16px;
  width: 100%;
  color: #888;
  text-align: center;
}
.tips-txt {
  vertical-align: middle;
}
.tips-icon {
  width: 20px;
  vertical-align: middle;
}
#app {
  overflow: hidden;
  max-height: 100vh;
  max-width: 100vw;
  width: 100%;
  height: 100%;
}
.content-box {
  width: 100%;
  height: 100%;
  white-space: nowrap;
  font-size: 0;
  letter-spacing: 0px;
  transition: transform 0.5s;
}
.content-box.active-home {
  transform: translateX(0);
}
.content-box.active-devpage {
  transform: translateX(-100%);
}
.content-box.active-dialoguepage {
  transform: translateX(-200%);
}
.page {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.page-nav {
  padding: 10px;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
}
.page-nav-black,
.page-nva-home {
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  box-sizing: border-box;
}
.page-nav-black svg,
.page-nva-home svg {
  fill: #666;
}
.page-nva-home {
  margin-left: 20px;
}
.btn-box {
  text-align: center;
  white-space: initial;
}
.btn-box img {
  max-width: 100%;
}
.btn-box .btn-img {
  margin: auto;
  margin-bottom: 20px;
}
.btn-box .btn-item {
  display: inline-block;
  margin: 0 20px 20px;
  padding: 20px;
  background-color: #fefefe;
  border-radius: 10px;
}
.btn-box .btn-item.shadow {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}
.btn-box .btn-txt {
  line-height: 20px;
  font-size: 16px;
}
.list-box {
  overflow-y: auto;
  height: calc( 100% - 80px);
  padding-bottom: 100px;
}
.list-box .list-item {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  margin: 20px;
  border: 1px solid #FFFFFF;
  transition: all 0.5s;
}
.list-box .list-item.shadow {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.list-box .list-item.playing {
  border: 1px solid #5bda53;
  box-shadow: 1px 1px 3px #64ee5a;
}
.list-box .list-item-txt {
  font-size: 18px;
  line-height: 1.5;
  white-space: normal;
}
.list-box .list-item-right {
  width: 80px;
}
.list-box .list-item-left {
  width: calc( 100% - 80px);
  padding-right: 10px;
}
.list-box .list-item-left,
.list-box .list-item-right {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 735px) {
  .list-box .list-item {
    padding: 10px 15px;
    margin: 10px;
  }
}
.bofang-btn {
  padding: 20px;
  border: 1px solid #b8b8b8;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: auto;
  transition: all 0.5s;
}
.bofang-btn .bofang-icon svg {
  fill: #adaaaa;
}
@media only screen and (max-width: 735px) {
  .bofang-btn {
    padding: 15px;
  }
}
.playing .bofang-btn {
  border-color: #5bda53;
}
.playing .bofang-btn .bofang-icon svg {
  fill: #5bda53;
}
#homepage .btn-img {
  width: 100px;
  height: 100px;
}
#homepage .btn-item {
  max-width: 60%;
  width: 300px;
  margin-bottom: 30px;
}
.tanchuang {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
}
.tishi-box {
  padding: 20px;
  color: #EEEEEE;
  box-sizing: border-box;
  line-height: 1.8;
}
.jiantou {
  position: absolute;
  width: 100px;
  height: 100px;
}
.jiantou img {
  max-width: 100%;
}
.iconfont {
  display: inline-block;
}
.type1 {
  top: 0;
  left: 0;
}
.type1 .jiantou {
  right: 0;
}
.type0 .jiantou {
  bottom: 0;
  transform: rotate(180deg);
  left: 50%;
  margin-left: -20px;
}
.tishi-btn {
  display: block;
  background-color: #6695b8;
  border: none;
  color: #EEEEEE;
  padding: 10px 20px;
  outline: none;
  margin: auto;
  margin-top: 50px;
}
