* {
  margin: 0px;
  padding: 0px;
}
body,
html {
  width: 100%;
}
ul li {
  list-style-type: none;
}
a {
  cursor: pointer;
}
.outer-wrap {
  width: 100%;
}
.inner-wrap {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}
.menu-wrap {
  height: 85px;
  background: #333b46;
  color: #ffffff;
  position: relative;
}
.menu-wrap .logo {
  display: inline-block;
  width: 140px;
  height: 59px;
  margin: 10px 0 0 0;
  float: left;
  /*background: url('../images/img/app1-logo-black.png');*/
}
.menu-wrap .logo-text {
  display: inline-block;
  height: 59px;
  line-height: 59px;
  margin: 10px 0 0 10px;
  float: left;
  font-size: 24px;
  font-family: 'Microsoft YaHei', 'SimSun', Arial, Helvetica, sans-serif;
}
.main-content-wrap {
  height: 710px;
  background: #3c4552;
}
.main-content .main-content-left {
  width: 228px;
  margin: 90px 0 0 120px;
  float: left;
  position: relative;
}
.main-content .main-content-left .demo-code-background {
  height: 314px;
  width: 228px;
  background: url('../images/img/demo-code-background.png') no-repeat;
}
.main-content .main-content-left .demo-code-background .demo-code-img {
  display: block;
  padding: 35px 0 0 0;
  margin: 0 0 0 15px;
}
.main-content .main-content-left .demo-code-background .demo-code-img img {
  width: 200px;
  height: 200px;
}
.main-content .main-content-left .demo-code-background .demo-code-text {
  text-align: center;
  font-size: 12px;
  color: #9fa0a0;
  line-height: 20px;
  margin: 10px 0 0 0;
}
.main-content .main-content-left .download-app {
  margin: 70px 0 0 0;
  position: relative;
}
.main-content .main-content-left .download-app ul li a {
  display: block;
  width: 178px;
  height: 59px;
  margin: 30px auto 0;
}
.main-content .main-content-left .download-app ul li .download-android {
  background: url('../images/img/download-android.png') no-repeat;
}
.main-content .main-content-left .download-app ul li .download-ios {
  background: url('../images/img/download-ios.png') no-repeat;
}
.main-content .main-content-left .download-app ul li .download-android:hover {
  background: url('../images/img/download-android-hover.png') no-repeat;
}
.main-content .main-content-left .download-app ul li .download-ios:hover {
  background: url('../images/img/download-ios-hover.png') no-repeat;
}
.main-content .main-content-right {
  position: relative;
  float: right;
  margin: 40px 100px 0 0;
}
.main-content .main-content-right .iphone-background {
  width: 338px;
  height: 663px;
  overflow: hidden;
  float: left;
  background: url('../images/img/iphone.png') no-repeat;
}
.main-content .main-content-right .iphone-background .iphone-inner-img {
  float: left;
  margin: 110px 0 0 47px;
}
.main-content .main-content-right .android-background {
  width: 350px;
  height: 663px;
  overflow: hidden;
  float: left;
  background: url('./download-android.png') no-repeat;
}
.main-content .main-content-right .android-background .android-inner-img {
  float: left;
  margin: 80px 0 0 45px;
  overflow: hidden;
}
.footer-wrap {
  height: 95px;
  background: #333b46;
  color: #4d5662;
}
.footer-wrap .footer {
  text-align: center;
}
.footer-wrap .footer p {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 40px 0 0 0;
}
.iphone-background li img {
  width: 350px;
  height: 600px;
}

.main-content .main-content-left {
  margin-left: 20px;
}
.main-content .main-content-left:first-child {
  margin-right: 40px;
}

body {
  background: #000;
}
.menu-wrap .inner-wrap {
  overflow: hidden;
  background: url('../images/img/slogan.png') center 10px no-repeat;
  height: 74px;
}
.main-content-wrap,
.menu-wrap {
  background: #000;
}
.inner-wrap.main-content {
}
.main-content .main-content-left:first-child {
  margin-left: 60px;
}
.main-content .main-content-right {
  margin: 40px 40px 0 0;
}
.main-content .main-content-right .iphone-background .iphone-inner-img ul li {
  display: none;
  width: 250px;
  height: 445px;
}
.wap-bg1 {
  /*background: url('../images/img/b_bg.jpg') 0 0 repeat;*/
  overflow: hidden;
  width: 992px;
  margin: 0 auto;
  padding: 16px;
}
.inner-wrap.main-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #101010;
}
.main-content .main-content-left:first-child {
  margin-right: 32px;
}
.menu-wrap .logo {
  width: 206px;
  height: 70px;
  background-size: cover;
  margin-top: 5px;
}

