html,
body {
  background-color: #060606;
  height: 100%;
  margin: 0;
}
#wrapper {
  width: 100%;
  background: url(../images/main/main_bg.png) no-repeat center top #060606;
}
#MianPage {
  margin: 0 auto;
  position: relative;
  vertical-align: bottom;
}
#MianPage .content {
  text-align: center;
}
#MyApp {
  margin: auto;
  text-align: left;
  margin-top: 110px;
  margin-bottom: 60px;
  width: 1080px;
}
.ie8 #wrapper {
  background: url(../images/main/main_bg.png) center no-repeat #060606;
  background-size: cover;
  -ms-behavior: url(css/backgroundsize.min.htc);
  behavior: url(css/backgroundsize.min.htc);
}
#MianPage .content .logo {
  padding-top: 60px;
  text-align: center;
}
#MianPage .content .app {
  display: inline-block;
  margin: 0px;
}
#MianPage .content .app .caption {
  font-size: 24px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
}
#MianPage .content .app:last-child {
  padding-bottom: 50px;
}
#MianPage .content .app a {
  text-decoration: none;
}
#MianPage .content .app a:hover .caption {
  color: #ee4e63;
}
#MianPage .footer {
  height: 50px;
  text-align: center;
  width: 100%;
}
#MianPage .footer .copyrights {
  color: #FFFFFF;
  display: block;
  font-size: 12px;
}
#MianPage .content .app img.big {
  height: 262px;
  width: 265px;
}
#MianPage .footer img {
  margin-top: -8px;
}
#w_media {
  display: none;
}
@media (max-width:767px) {
  #w_media {
    width: 767px;
  }
  #wrapper {
    background-size: auto 550px;
  }
  #MyApp {
    margin-top: 70px;
    margin-bottom: 30px;
    width: 488px;
  }
  #MianPage .content .logo {
    padding-top: 44px;
  }
  #MianPage {
    min-height: 550px;
  }
  #MianPage .content {
    min-height: 472px;
  }
  @-moz-document url-prefix() {
    #MianPage .content {
      min-height: 500px;
    }
  }
  #MianPage .content .app  img {
    height: auto;
    width: 160px;
  }
  #MianPage .content .app .caption {
    font-size: 14px;
  }
}
@media (max-width:500px) and (orientation:landscape) {
  #w_media {
    width: 500px;
  }
  #wrapper {
    background-size: auto 450px;
  }
  #MyApp {
    margin-top: 46px;
    margin-bottom: 10px;
    width: 370px;
  }
  #MianPage {
    min-height: 450px;
  }
  #MianPage .content {
    min-height: 390px;
  }
  @-moz-document url-prefix() {
    #MianPage .content {
      min-height: 402px;
    }
  }
  #MianPage .content .app  img {
    height: auto;
    width: 120px;
  }
  #MianPage .content .app .caption {
    font-size: 12px;
  }
}
@media (max-width:500px) and (orientation:portrait) {
  #w_media {
    width: 501px;
  }
  #wrapper {
    background-size: auto 450px;
  }
  #MyApp {
    margin-top: 54px;
    margin-bottom: 10px;
    width: 320px;
  }
  #MianPage {
    min-height: 450px;
  }
  #MianPage .content .logo {
    padding-top: 35px;
  }
  #MianPage .content {
    min-height: 390px;
  }
  @-moz-document url-prefix() {
    #MianPage .content {
      min-height: 402px;
    }
  }
  #MianPage .content .app  img {
    height: auto;
    width: 100px;
  }
  #MianPage .content .app .caption {
    font-size: 12px;
  }
}
@media (min-width:768px) and (max-width:991px) {
  #w_media {
    width: 991px;
  }
  #wrapper {
    background-size: auto 600px;
  }
  #MyApp {
    margin-top: 65px;
    margin-bottom: 40px;
    width: 610px;
  }
  #MianPage .content .logo {
    padding-top: 53px;
  }
  #MianPage {
    min-height: 600px;
  }
  #MianPage .content {
    min-height: 505px;
  }
  @-moz-document url-prefix() {
    #MianPage .content {
      min-height: 547px;
    }
  }
  #MianPage .content .app img {
    height: auto;
    width: 200px;
  }
  #MianPage .content .app .caption {
    font-size: 18px;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  #w_media {
    width: 1199px;
  }
  #wrapper {
    background-size: auto 700px;
  }
  #MianPage {
    min-height: 700px;
  }
  #MianPage .content {
    min-height: 590px;
  }
  @-moz-document url-prefix() {
    #MianPage .content {
      min-height: 641px;
    }
  }
  #MyApp {
    margin-top: 100px;
    margin-bottom: 50px;
    width: 815px;
  }
  #MianPage .content .app img {
    height: auto;
    width: 200px;
  }
  #MianPage .content .app .caption {
    font-size: 18px;
  }
}
@media (min-width:1200px) {
  #w_media {
    width: 1200px;
  }
  #wrapper {
    background-size: auto 800px;
  }
  #MianPage {
    min-height: 800px;
  }
  #MianPage .content {
    min-height: 675px;
  }
  @-moz-document url-prefix() {
    #MianPage .content {
      min-height: 736px;
    }
  }
}