.lte9 .parallax-window.bg-2 {
  background: url('../../img/app/bg-2.jpg') center;
}
.lte9 .parallax-window.bg-4 {
  background: url('../../img/app/bg-4.jpg') center;
}
.lte9 .parallax-window.bg-6 {
  background: url('../../img/app/bg-6.jpg') center;
}
.title {
  font-size: 48px;
  color: #363641;
  margin-bottom: 22px;
  font-style: italic;
}
.descption {
  font-size: 22px;
  color: #666666;
  margin-bottom: 70px;
  font-style: italic;
}
body {
  background: transparent;
}
.bg-1 {
  background: url('../../img/app/bg-1.jpg') center;
  padding-bottom: 50px;
}
.bg-1 .cm-app-downloads {
  float: left;
}
.bg-1 .cm-app-downloads img {
  margin-right: 15px;
}
.bg-1 .cm-app-downloads .actions {
  margin-top: 15px;
}
.bg-1 .cm-app-downloads .actions .btn-addon {
  margin-top: 16px;
}
.bg-1 .cm-app-downloads .actions .btn-addon:first-child {
  margin-top: 0;
}
.bg-1 .logo {
  margin-top: 35px;
  float: left;
}
.bg-1 .nav {
  float: right;
  margin-left: 16px;
  margin-top: 30px;
}
.bg-1 .nav li {
  float: left;
  margin-left: 15px;
}
.bg-1 .nav li a {
  font-size: 14px;
  color: #333333;
  border: 1px solid #aaaaaa;
  padding: 12px 30px;
  display: block;
  border-radius: 3px;
}
.bg-1 .left {
  float: left;
  overflow: hidden;
  margin-top: 88px;
}
.bg-1 .right {
  float: right;
  margin-top: 36px;
}
.bg-1 .right img {
  margin-right: 90px;
}
.bg-2 {
  min-height: 420px;
  background: transparent;
}
.bg-3 {
  background: #f5f5f5 url('../../img/app/bg-3.jpg') no-repeat;
  height: 460px;
  background-size: 100%;
  background-position: center bottom;
}
.bg-3 .left {
  float: left;
  position: relative;
}
.bg-3 .left img {
  position: absolute;
  top: -230px;
  left: 50px;
}
.bg-3 .right {
  float: right;
  width: 600px;
  margin-top: 130px;
}
.bg-4,
.bg-6 {
  min-height: 420px;
  background: transparent;
}
.bg-5 {
  height: 450px;
  background: url('../../img/app/bg-5.png') center center no-repeat;
}
.bg-5 .left {
  float: left;
  margin-left: 200px;
}
.bg-5 .left h1 {
  margin-top: 160px;
  margin-bottom: 25px;
}
.bg-5 .right {
  float: right;
  width: 520px;
  position: relative;
}
.bg-5 .right img {
  position: absolute;
  top: -230px;
}
.bg-7 {
  height: 450px;
  background: #f5f5f5 url('../../img/app/bg-7.png') center center no-repeat;
}
.bg-7 .right {
  float: right;
  width: 600px;
}
.bg-7 .right h1 {
  margin-top: 160px;
  margin-bottom: 25px;
}
.bg-7 .left {
  float: left;
  position: relative;
}
.bg-7 .left img {
  position: absolute;
  top: -230px;
  left: 50px;
}
.floatWindow {
  position: fixed;
  top: 400px;
  right: 50px;
  /*margin-bottom:300;*/
}
.floatWindow li {
  margin-bottom: 8px;
}
.floatWindow li:first-child a {
  display: block;
  height: 47px;
  width: 48px;
  background-image: url('../../img/app/topbtn.png');
  background-repeat: no-repeat;
}
.floatWindow li.lastli {
  position: relative;
}
.floatWindow li.lastli a {
  display: block;
  height: 44px;
  width: 48px;
  background-image: url('../../img/app/minqr.png');
  background-repeat: no-repeat;
}
.floatWindow .img {
  position: absolute;
  right: 48px;
  top: 0px;
  display: none;
  height: 190px;
  width: 171px;
  background-image: url('../../img/app/qrcode.png');
  background-repeat: no-repeat;
}
