/**
 * App Download
 * Date: 2014/06/123
 */

* {
  margin: 0;
  padding: 0;
}

html {
  font-family: Arial, 'Microsoft Yahei', sans-serif;
  font-size: 12px;
  height: 100%;
}

body {
  min-height: 100%;
  position: relative;
}

a {
  outline: 0;
}

img {
  border: 0;
}

.container {
  margin: 0 auto;
  min-width: 768px;
  max-width: 1200px;
  padding: 0 20px;
}

.app-header {
  padding:10px;
  border-bottom: 5px solid #e62d25;
  height: 110px;
}

.app-content {
  background: url(../img/bg.png) center 20px no-repeat;
  min-height: 625px;
  overflow: hidden;
}

.app-content .container {
  position: relative;
}

.app-phone {
  background: url(../img/phone.png) center no-repeat;
  height: 608px;
  position: absolute;
    right: 20px;
    top: 40px;
  width: 351px;
}

.app-btn {
  background: url(../img/down-btn.png) 0 0 no-repeat;
  height: 66px;
  position: absolute;
    left: 150px;
    top: 450px;
  text-indent: -9999px;
  width: 188px;
}

.app-down-android {
  background-position: -188px 0;
  left: 450px;
}

.app-footer {
  background-color: #333;
  color: #cacaca;
  line-height: 2.5;
  text-align: center;
  position: absolute;
    bottom: 0;
  width: 100%;
}

@media screen and (max-width: 480px) {

  .container {
    min-width: 0;
    padding: 0;
    width: 100%;
  }

  .app-header {
    height: 50px;
  }

  .logo {
    margin-left: 40px;
  }

  .app-header img {
    height: 50px;
    width: 50px;
  }

  .app-phone {
    display: none;
  }

  .app-content {
    background-image: url(../img/bg-mobile.png);
    min-height: 500px;
  }

  .app-btn {
    margin-left: -94px;
    left: 50%;
    top: 200px;
  }

  .app-down-android {
    top: 300px;
  }

  .app-footer span {
    display: none;
  }
}
#cover-bg{
   display: none;
  position: absolute;
  top: 0%;
  left:0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index:1001;
  -moz-opacity: 0.8;
  opacity:.80;
  filter: alpha(opacity=70);
}
#show{
  display: none;
  position: absolute;
  padding: 8px;
  color: white;
  font-size: 2rem;
  z-index:1002;
  overflow: auto;
}
#show img{
  float: right;
}
#show p{
  float: left;
}