.cloudScheme {
   position: relative;
   padding-top: 52px;
   padding-bottom: 150px;
}

.cloudScheme .navbar {
   position: absolute;
   top: 0px;
   width: 100%;
   height: 52px;
   z-index: 9999;
}

.cloudScheme .container {
   margin: 0px auto;
   width: 65%;
   border: 1px solid #7777;
   height: 100%;
   padding: 10px 20px;
}

.cloudScheme .container .row_title {
   line-height: 25px;
   text-indent: 2em;
   margin: 10px 0px;
}



.cloudScheme .footer {
   width: 100%;
   position: absolute;
   bottom: 0px;
   height: 100px;
   background: #222;
}