* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
[v-cloak] {
  display: none;
}
.clearfix:before {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
  display: table;
  content: " ";
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
#app #root {
  margin: 0 auto;
  padding-top: 1.6rem;
  box-sizing: border-box;
  position: relative;
  background-color: #0033cc;
}
#app #root:before {
  display: table;
  content: " ";
}
#app #root:after {
  clear: both;
  display: table;
  content: " ";
}
#root .theme_title {
  position: absolute;
  top: 1rem;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 5;
  width: 60%;
  overflow: hidden;
}
#root .theme_title img {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  transform: translateZ(0);
  object-fit: contain;
}
#root .container {
  margin: 0 auto;
  width: 91%;
  padding-bottom: 0.5rem;
  padding-top: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  box-sizing: border-box;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/zt_big_bg.png?v=1.2");
}
#root .container:before {
  display: table;
  content: " ";
}
#root .container:after {
  clear: both;
  display: table;
  content: " ";
}
.container .bookbox {
  width: 100%;
  padding-bottom: 1rem;
  padding-top: 0.5rem;
  box-sizing: border-box;
  position: relative;
}
.container .bookbox .speakbox {
  width: 96%;
  margin: 1rem auto 0;
  position: relative;
}
.container .bookbox .speakbox:before {
  display: table;
  content: " ";
}
.container .bookbox .speakbox:after {
  clear: both;
  display: table;
  content: " ";
}
#root .comebackbtn {
  margin: 0 auto;
  width: 26%;
  overflow: hidden;
  padding-top: 0.8rem;
  padding-bottom: 1.4rem;
  box-sizing: border-box;
}
#root .comebackbtn:before {
  display: table;
  content: " ";
}
#root .comebackbtn:after {
  clear: both;
  display: table;
  content: " ";
}
.speakbox {
  padding: 8px 0 15px;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.speakbox .speakleft {
  float: left;
  width: 18%;
}
.speakbox .speakleft img {
  display: block;
  margin: 0 auto;
  object-fit: contain;
  transform: translateZ(0);
  overflow: hidden;
}
.speakbox .speakright {
  float: left;
  width: 82%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.speakright .speakname {
  padding-top: 5px;
  box-sizing: border-box;
  font-size: 0.7rem;
  line-height: 1.6;
  color: #0032ad;
  font-weight: bold;
}
.speakright .speakinsi {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.speakright .speakinsi .speakdesc {
  width: 100%;
  position: relative;
}
.speakright .speakinsi .speakdesc p {
  font-size: 0.6rem;
  line-height: 1.6;
  color: #666;
  text-align: justify;
  word-break: break-all;
  text-indent: 2em;
}
.speakright .speakinsi .speakdesc p .speaklink {
  color: #c55455 !important;
  cursor: pointer;
}
.speakright .speakinsi .yj_left {
  position: absolute;
  top: 4px;
  left: 1px;
  z-index: 100;
  width: 10px;
}
.speakright .speakinsi .yj_left img {
  display: block;
  margin: 0 auto;
  object-fit: contain;
  transform: translateZ(0);
  overflow: hidden;
}
.speakright .speakinsi .yj_right {
  position: absolute;
  bottom: 5%;
  right: 1px;
  z-index: 100;
  width: 10px;
}
.speakright .speakinsi .yj_right img {
  display: block;
  margin: 0 auto;
  object-fit: contain;
  transform: translateZ(0);
  overflow: hidden;
}
