@charset "UTF-8";
@font-face {
  font-family: "iconfont";
  src: url("/css/iconfont.eot?t=1479224636560");
  /* IE9*/
  src: url("/css/iconfont.eot?t=1479224636560#iefix") format("embedded-opentype"), url("/css/iconfont.woff?t=1479224636560") format("woff"), url("/css/iconfont.ttf?t=1479224636560") format("truetype"), url("/css/iconfont.svg?t=1479224636560#iconfont") format("svg");
  /* iOS 4.1- */ }
.icon {
  font-family: "iconfont",serif !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

.icon-home:before {
  content: "\3452"; }

.icon-qq:before {
  content: "\e606"; }

.icon-weixin:before {
  content: "\e618"; }

.icon-weibo:before {
  content: "\e609"; }

.icon-play:before {
  content: "\e824"; }

.icon-audio:before {
  content: "\e604"; }

.icon-loading:before {
  content: "\e703"; }

.icon-top:before {
  content: "\e67e"; }

.icon-qzone:before {
  content: "\e602"; }

.icon-pause:before {
  content: "\e826"; }

#share-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  opacity: .8; }

#share-container > div {
  position: absolute; }

.share, .share a, .share a:visited {
  color: #fff;
  text-decoration: none;
  border-radius: 50%; }

.fun a, .fun a:visited {
  color: #333;
  text-decoration: none; }

.fun, .share {
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; }

.fun {
  border-color: #777; }

.fun span, .share span {
  display: block;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

#weixin-qrcode-container {
  width: 128px;
  padding: 10px;
  background: #FFF;
  border: 1px solid #888;
  -webkit-transform: translate(-110%, -100%);
  -moz-transform: translate(-110%, -100%);
  -ms-transform: translate(-110%, -100%);
  -o-transform: translate(-110%, -100%);
  transform: translate(-110%, -100%); }

#weixin-qrcode-container p {
  margin: 0 0 5px 0;
  color: #777;
  font-size: 12px; }

#share-home {
  -webkit-transform: translateY(-240%);
  -moz-transform: translateY(-240%);
  -ms-transform: translateY(-240%);
  -o-transform: translateY(-240%);
  transform: translateY(-240%); }

#share-top {
  -webkit-transform: translateY(-120%);
  -moz-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  -o-transform: translateY(-120%);
  transform: translateY(-120%); }

.share {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.switched .share {
  opacity: 1; }

.switched .fun {
  opacity: 0; }

.switched #share-home, .switched #share-top {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.switched #share-weixin {
  -webkit-transform: translateY(-120%);
  -moz-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  -o-transform: translateY(-120%);
  transform: translateY(-120%); }

.switched #share-weibo {
  -webkit-transform: translateY(-240%);
  -moz-transform: translateY(-240%);
  -ms-transform: translateY(-240%);
  -o-transform: translateY(-240%);
  transform: translateY(-240%); }

.switched #share-qq {
  -webkit-transform: translateY(-360%);
  -moz-transform: translateY(-360%);
  -ms-transform: translateY(-360%);
  -o-transform: translateY(-360%);
  transform: translateY(-360%); }

.switched #share-qzone {
  -webkit-transform: translateY(-480%);
  -moz-transform: translateY(-480%);
  -ms-transform: translateY(-480%);
  -o-transform: translateY(-480%);
  transform: translateY(-480%); }

#share-weixin {
  background: #04be02; }

#share-weibo {
  background: #e6162d; }

#share-qq {
  background: #12b7f5; }

#share-qzone {
  background: #ffce00; }

#menu {
  z-index: 10; }

#menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent; }

#share-toggle {
  width: 100%;
  height: 100%;
  background: #2ba6cb;
  border: 1px solid #fff;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.active #share-toggle {
  -webkit-transform: scale(0.6) rotate(-180deg);
  -moz-transform: scale(0.6) rotate(-180deg);
  -ms-transform: scale(0.6) rotate(-180deg);
  -o-transform: scale(0.6) rotate(-180deg);
  transform: scale(0.6) rotate(-180deg);
  background: #c5411a; }

#menu .bar {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 20px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 53%;
  margin-top: -2.2px;
  left: 16.5px;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg); }

#menu .bar:before {
  content: '';
  width: 20px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg); }

#menu .circle {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  top: 53%;
  margin-top: -6px;
  left: 13px;
  opacity: 1;
  margin-left: -3px; }

#menu .circle:before {
  left: 17.78461px;
  top: -9px; }

#menu .circle:after {
  left: 17.78461px;
  top: 9px; }

#menu .circle:after, #menu .circle:before {
  content: '';
  opacity: 1;
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

#menu.active .bar {
  top: 50%;
  margin-top: 0;
  left: 50%;
  margin-left: -10px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(450deg);
  -moz-transform: rotate(450deg);
  -ms-transform: rotate(450deg);
  -o-transform: rotate(450deg);
  transform: rotate(450deg); }

#menu.active .bar:before {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-450deg);
  -moz-transform: rotate(-450deg);
  -ms-transform: rotate(-450deg);
  -o-transform: rotate(-450deg);
  transform: rotate(-450deg); }

#menu.active .circle, #menu.active .circle:before, #menu.active .circle:after {
  opacity: 0; }

#go {
  position: relative;
  margin-bottom: 10px; }
  #go .notice {
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    background: #61a2b5;
    color: #fff;
    padding: 4px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    font-size: .8em;
    z-index: 9; }
    #go .notice:after {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      position: absolute;
      left: 8px;
      top: 0;
      background: #61a2b5;
      -webkit-transform: translateY(-50%) rotateZ(45deg);
      -moz-transform: translateY(-50%) rotateZ(45deg);
      -ms-transform: translateY(-50%) rotateZ(45deg);
      -o-transform: translateY(-50%) rotateZ(45deg);
      transform: translateY(-50%) rotateZ(45deg); }
  #go input {
    margin: 0; }
  #go .go-btn {
    position: absolute;
    top: 50%;
    right: 6px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.jieshi-content {
  position: relative; }

#vui-con {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 2rem;
  height: 2rem; }

#vui {
  font-family: "iconfont", serif !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  width: 2rem;
  height: 2rem;
  background: #2ba6cb;
  color: #fff;
  text-align: center;
  font-size: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

#vui.float {
  position: fixed; }

#vui:after {
  content: ""; }

#vui.loading:after {
  content: "";
  -webkit-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
  display: inline-block; }

#vui.playing:after {
  content: "";
  line-height: 2.2rem; }

#vui.paused:after, #vui.stopped:after {
  content: "";
  position: relative;
  left: 1px; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
body {
  color: #333;
  font-family: "Pinfang SC", "Microsoft Yahei", "Helvetica Neue", sans-serif;
  font-size: 1.1em; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.5rem;
  margin: .8rem 0 .1rem 0; }

h3 {
  font-size: 1.2rem; }

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

ul.bullet {
  list-style-type: disc; }

ul.clearfix {
  overflow: hidden; }

nav li {
  border-left: 1px solid #FFF; }
  nav li :first-child {
    border: none; }
nav li a.button {
  font-size: 1.2rem;
  padding: 1rem 0; }
nav li.now a {
  background: #67b9d2; }

.button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.dir-container {
  background: #fff;
  border: 1px solid #333;
  padding: 10px; }
  .dir-container h1 {
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc; }

.basic-info {
  margin: 0 0 1rem 0; }

.zi-img {
  float: left;
  position: relative;
  background: #FFF;
  border: 3px solid #333;
  margin-right: 15px;
  margin-bottom: 15px; }

.zi-info {
  background: #FBFBFB;
  border: 2px solid #333;
  margin-left: 120px;
  padding: 0.2rem; }
  .zi-info dl {
    margin-bottom: 0; }
    .zi-info dl dt {
      font-size: 0.9rem;
      font-weight: normal;
      line-height: 40px;
      color: #888;
      clear: none; }
    .zi-info dl dd {
      line-height: 40px; }
  .zi-info #zi-more-control {
    margin-left: 5rem;
    display: inline; }
  .zi-info #zi-more-control a {
    background: #E9E9E9;
    color: #333;
    padding: 0.6em 0.8em 0.5em 0.8em;
    border-radius: 3px;
    border: none;
    border-bottom: 2px solid #999; }
  .zi-info #zi-more-control a:hover, .zi-info #zi-more-control a:active {
    background: #D2D2D2;
    border-color: #B3B3B3; }

.yitizi {
  font-size: 21px; }
  .yitizi img {
    width: 20px;
    height: 20px;
    margin-top: -5px; }

@media screen and (max-width: 30em) {
  .zi-info {
    float: none;
    clear: left;
    margin: 0; } }
.ci {
  font-size: 2rem;
  background: #FFF;
  border: 2px solid;
  float: left;
  padding: 1rem 0.8rem 0 0.8rem; }

.ci-separated {
  float: left;
  padding: 1rem; }

.ci-separated a {
  margin: 2px;
  background: #FEFEFE;
  border-bottom: 2px solid;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center; }
  .ci-separated a:hover {
    background: #E6E6E6; }

.ci-info dl dt {
  clear: none; }

.tabs {
  border-bottom: 1px solid #CCCCCC;
  background: #F3F3F3; }

.tabs-title > a {
  font-size: 1rem;
  padding: 0.8rem 1rem;
  color: inherit; }
.tabs-title > a:hover {
  background: #E0E0E0; }
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'], .tabs-title > a:hover {
  color: #2BA6CB;
  background: #FFFFFF; }

.jieshi-container {
  background: #ffffff;
  border: 1px solid #CCCCCC; }

.jieshi-content {
  padding: 1.2rem; }

#jbjs .tilde {
  color: #888; }

.title-bar {
  background: none;
  border-bottom: 3px solid #2ba6cb;
  text-align: center;
  margin-top: -25px;
  margin-bottom: 18px;
  clear: both; }
  .title-bar span {
    background: #2ba6cb;
    font-size: 1.1rem;
    padding: 0.2rem 0.7rem;
    position: relative;
    top: 18px; }

.dir-c {
  margin-top: 1rem; }

.dir .title-bar {
  padding: 0;
  text-align: left;
  margin: 4px 0 5px 0; }
  .dir .title-bar span {
    padding: 0.4rem 0.7rem 0.2rem;
    position: static; }
.dir ul {
  background: #FFF;
  padding: 2px; }
  .dir ul li {
    margin-top: 2px; }
    .dir ul li:first-child {
      margin-top: 0; }
    .dir ul li a {
      display: block;
      background: #f7f7f7;
      padding: 0.3rem 0.4rem; }
      .dir ul li a:hover {
        background: #DDD; }
  .dir ul li.now a {
    background: #2BA6CB;
    color: #FFF; }
    .dir ul li.now a:hover {
      background: #1D8FB1; }

.dir-link a span {
  color: #fe3e19; }

#share-buttons {
  margin-top: 5px; }

.related {
  text-align: center; }
  .related .pinyin {
    color: #777; }
  .related ul {
    background: #eee;
    padding: 1px; }
  .related li {
    padding: 1px; }
    .related li ruby > rt {
      font-size: 75%; }
    .related li a {
      display: block;
      padding: 5px;
      background: #fff; }
      .related li a:hover {
        background-color: #DDD; }

.related-ci {
  text-align: left; }

.related-zi li {
  font-size: 1.2em; }

table.yinyun caption {
  text-align: left; }
table.yinyun th, table.yinyun td {
  white-space: nowrap; }

.zi-zi {
  float: right; }

dl dt {
  float: left;
  clear: left;
  width: 4.5rem;
  text-align: right; }
dl dd {
  margin-left: 5rem;
  padding-bottom: 10px; }

.shufa-shu img {
  background: #D2C3B0;
  border: 1px solid #9A856B; }
.shufa-shu li {
  text-align: center;
  border: 1px solid #E6E6E6;
  border-left: none;
  background: #F9F5F0;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 12px 9px 10000px;
  margin-bottom: -10000px; }
.shufa-shu .column:last-child:not(:first-child), .shufa-shu .columns:last-child:not(:first-child) {
  float: none; }
.shufa-shu ul {
  border-top: 1px solid;
  border-left: 1px solid;
  border-color: #E6E6E6;
  overflow: hidden; }
.shufa-shu span {
  font-size: .8rem; }

.jieshi-variant-header {
  margin: 0 0 0.5rem; }
  .jieshi-variant-header .jieshi-zi {
    float: left;
    font-size: 27px;
    background: #EEE;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 40px;
    border: 2px solid;
    margin-right: 10px; }
  .jieshi-variant-header .jieshi-pos {
    font-size: 0.8em; }
  .jieshi-variant-header .jieshi-pinyin {
    font-size: 0.8em;
    font-weight: bold; }
  .jieshi-variant-header .jieshi-pinyin.only {
    font-size: 1em;
    line-height: 44px; }

.abstract {
  margin-bottom: 1rem; }

#kxzd p, #swjz p {
  text-indent: 2em; }

.jieshi-zi-img {
  float: left;
  border: 1px solid;
  margin: 0 10px 10px 0;
  background: #F3F3F3; }

.jieshi-zi-img.jpg {
  padding: 10px;
  background: #FFFFFF; }

#swjz ul > li:last-child {
  border: none; }

#swjz li {
  border-bottom: 1px solid #DDD;
  margin-bottom: 1rem; }

#beitie img {
  width: 100%; }

.a {
  overflow: hidden; }

.logo-container {
  display: flex;
  flex-direction: row-reverse; }

#logo {
  padding: 10px 0;
  width: 50%; }

#lgad {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center; }

#lgad form {
  display: flex; }

#lgad input {
  height: 50px;
  margin: 0;
  font-size: 18px; }

#lgad input[type="text"] {
  border: 2px solid #2ba6cb;
  border-radius: 0;
  outline: none;
  line-height: 50px;
  font-size: 18px; }

#lgad input[type="text"]:focus {
  outline: none;
  box-shadow: none; }

#lgad input[type="submit"] {
  border: 2px solid #2ba6cb;
  border-radius: 0;
  background: #2ba6cb;
  color: #FFF; }

@media screen and (max-width: 520px) {
  .logo-container {
    flex-direction: column-reverse;
    padding: 10px; }

  #lgad {
    width: 100%; } }
#bad {
  display: none;
  width: 100%; }

#lad {
  display: none;
  max-width: 100%;
  margin: 10px auto;
  text-align: center; }

#rad {
  margin: 10px auto; }

#banner {
  width: 100%;
  max-width: 1000px;
  height: 150px;
  background: #555; }
  #banner span {
    line-height: 150px;
    font-size: 34px;
    color: #BBB; }

.main-wrapper {
  background: #EEE;
  padding: .625rem 0; }

footer {
  background: #333;
  color: #EEE;
  font-size: 1.8rem;
  padding: 3rem; }

.zi-list li {
  float: left;
  margin: 3px;
  text-align: center; }
  .zi-list li a {
    display: block;
    width: 30px;
    height: 30px;
    background: #fbfbfb;
    line-height: 30px;
    color: #404040;
    border: 1px solid #b9b9b9;
    font-size: 20px; }
    .zi-list li a img {
      margin-top: -4px; }

.bs-list li {
  float: left;
  margin: 3px; }
  .bs-list li a {
    display: block;
    padding: 4px 8px;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }
    .bs-list li a .count {
      color: #bfbfbf; }
    .bs-list li a:hover {
      border-color: #2ba6cb; }
      .bs-list li a:hover .count {
        color: #2ba6cb; }

li.more a {
  width: 60px;
  font-size: 0.5em; }

dl.py dt {
  text-align: left; }

.count {
  font-size: 12px;
  vertical-align: top;
  font-weight: normal;
  border-radius: 1em;
  padding: 2px 4px;
  color: #777;
  font-family: "Andale Mono", "Menlo", "Consolas", "Courier New", monospace; }

.py {
  font-size: 20px; }

.py dt {
  width: 106px;
  font-weight: normal; }

.py-dir-py li {
  float: left;
  width: 160px;
  margin: 2px; }
  .py-dir-py li a {
    padding: .2rem .6rem;
    display: block;
    background: #edf3f5; }
    .py-dir-py li a span {
      float: right; }
    .py-dir-py li a:hover {
      background: #d2e3ef; }

.py-dir-sm {
  clear: both; }

.py dd {
  text-align: right; }

.py-dir-sm {
  width: 60px;
  display: table-cell;
  vertical-align: middle;
  font-size: 27px;
  text-align: center; }

ul.py-dir-py {
  display: table-cell; }

.py-dir {
  display: table;
  padding: 10px 0;
  border-bottom: 1px solid #333;
  width: 100%; }
  .py-dir:last-child {
    border: none; }

.ci-list li {
  float: left;
  border: 1px solid #b9b9b9;
  margin: 3px;
  background: #fbfbfb; }
  .ci-list li a {
    display: block;
    padding: 0 10px; }
  .ci-list li:hover {
    background: #FFF;
    border-color: #2ca6cb; }

.go {
  display: none;
  position: relative; }
  .go button {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #2ba6cb;
    color: #FFF;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0; }

@media screen and (max-width: 30em) {
  #share-container {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    right: 10px;
    bottom: 10px; } }
#content, section.column {
  padding: 0; }

@media screen and (min-width: 40em) {
  #content, section.column {
    padding-right: .625rem; }

  .column, .columns {
    padding-left: .625rem;
    padding-right: .625rem; } }

/*# sourceMappingURL=app.css.map */

.random-book {
  display: flex;
  justify-content: space-between;
  margin: 1em 0;
}
.random-book img {
  border: 1px solid #888;
}

.row {
  max-width: 75rem;
}

