aside {
  position: fixed;
  top: 420px;
  right: 10px;
  z-index: 100; }
  aside .btn {
    float: right;
    clear: both;
    width: 40px;
    height: 40px;
    margin: 5px 0;
    background: url("../../images/index_aside.png") no-repeat;
    background-size: 230%; }
    aside .btn a {
      display: inline-block;
      width: 40px;
      height: 40px; }
  aside .btn1 {
    background-position: -2px -4px; }
  aside .btn2 {
    background-position: -2px -48px; }
  aside .btn3 {
    display: none;
    background-position: -2px -92px; }
  aside .btn4 {
    background-position: -2px -135px; }

.Qr {
  display: none;
  width: 156px;
  height: 173px;
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  margin-left: -78px;
  margin-top: -86px;
  box-shadow: 0px 1px 10px #ccc;
  background: url("/phone/images/saoma.png");
  background-size: cover; }
  .Qr img {
    vertical-align: bottom;
    width: 100%; }

#en .btn4 {
  display: none; }
#en aside {
  top: 70%;
  margin-top: -50px; }
#en .Qr {
  background: url("/phone/images/saoma_en.png");
  background-size: cover; }

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