* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body,
  html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    font-family: monospace;
    background-color: #eeebf0;
    position: relative;
  }
  
  .iphone-l {
    width: 600px;
    height: 1061px;
    margin: 0 auto;
    margin-top: 50px;
    background: transparent url("/img/iphone.png") no-repeat center center;
    position: relative;
  }
  .iphone-l > .screen-ll {
    position: absolute;
    top: 185px;
    left: 91px;
    width: 416px;
    height: 713px;
    overflow: hidden;
  }
  .touch {
    overflow: hidden !important;
    border: 10px solid #f00;
  }
  #wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
  }
  #wrapper.is-with-scroll {
    width: 432px;
  }
  #wrapper .menu-l {
    position: relative;
  }
  
  #wrapper .menu-l.is-loaded{
     background: #69d2e7;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top, #69d2e7 0%, #69d2e7 50%, #fe4365 51%, #fe4365 100%);
  /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #69d2e7), color-stop(50%, #69d2e7), color-stop(51%, #fe4365), color-stop(100%, #fe4365));
  /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #69d2e7 0%, #69d2e7 50%, #fe4365 51%, #fe4365 100%);
  /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #69d2e7 0%, #69d2e7 50%, #fe4365 51%, #fe4365 100%);
  /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #69d2e7 0%, #69d2e7 50%, #fe4365 51%, #fe4365 100%);
  /* IE10+ */
    background: linear-gradient(to bottom, #69d2e7 0%, #69d2e7 50%, #fe4365 51%, #fe4365 100%);
  /* W3C */
  }
  
  #wrapper .content-ll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 25px;
    line-height: 30px;
    -webkit-transform: rotate3d(0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0);
    -o-transform: rotate3d(0, 0, 0);
    transform: rotate3d(0, 0, 0);
  }
  @media all and (max-width:930px) {
    .iphone-l {
      margin: 0 auto;
      margin-top: 250px;
    }
  }
  