html * {
  font-size: 1em !important;
  color: #fff !important;
  font-family: LXGW WenKai Lite, serif !important;
}
#innerBlock {
  width: 60vw;
}
#innerBlock .block {
  display: flex;
  justify-content: space-between;
}
#innerBlock .block a {
  display: block;
  height: 35vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#innerBlock .block a .words {
  display: inline-block;
  position: absolute;
  top: 15%;
  left: 13%;
  font-size: 36px!important;
  font-weight: bold;
}
#innerBlock .block a .desc {
  text-align: left;
  float: left;
  position: absolute;
  bottom: -7em;
  left: 13%;
  transition: all 0.75s;
}
#innerBlock .block .block1:hover .desc {
  bottom: 1em!important;
  transition: all 0.75s;
}
#innerBlock .block .block2:hover .desc {
  bottom: 1em!important;
  transition: all 0.75s;
}
#innerBlock .block .block1 {
  flex: 6;
  border-radius: 30px 0 0 30px;
  border: solid #fff 1px;
  transition: all 0.75s;
}
#innerBlock .block .block1:hover {
  flex: 7 !important;
}
#innerBlock .block .block1:hover + .block2 {
  flex: 3;
}
#innerBlock .block .block2 {
  flex: 4;
  border-radius: 0 30px 30px 0;
  border: solid #fff 1px;
  transition: all 0.75s;
}
#innerBlock .block .block2:hover {
  flex: 8 !important;
  transition: all 0.75s;
}
/*# sourceMappingURL=block.css.map */