@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", "微软雅黑", verdana;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
html,
body {
  height: 100%;
  width: 100%;
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* 样式*/
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  width: 100%;
  height: 100%;
  min-width: 960px;
}
.page {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.box {
  width: 1200px;
  height: 665px;
  margin: 0 auto;
  padding-top: 120px;
}
.box .picslide {
  float: left;
}
.box .picslide img {
  width: 450px;
}
.box .downslide {
  float: left;
  margin-top: 190px;
  margin-left: 90px;
}
.box .downslide .logo {
  float: left;
  margin-top: 6px;
  width: 156px;
  height: 156px;
  background: url("../images/logo.png") no-repeat;
}
.box .downslide .content {
  float: left;
  color: #fff;
  margin-left: 50px;
}
.box .downslide .content .app {
  font-size: 40px;
  letter-spacing: 20px;
  margin-bottom: 16px;
}
.box .downslide .content .app sup {
  letter-spacing: 0;
  font-size: 20px;
  margin-left: -10px;
}
.box .downslide .content .des {
  font-size: 22px;
  margin-bottom: 30px;
}
.box .downslide .content .download .btn {
  display: inline-block;
  width: 130px;
  height: 46px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 4px;
}
.box .downslide .content .download .btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 42px;
}
.box .downslide .content .download .btn a:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.box .downslide .content .download .iphone a:before {
  background: url("../images/ios-logo.png") no-repeat;
  background-position: 0 0;
  background-size: cover;
  vertical-align: sub;
}
.box .downslide .content .download .android {
  margin-left: 10px;
}
.box .downslide .content .download .android a:before {
  background: url("../images/android-logo.png") no-repeat;
  background-position: 0 0;
  background-size: cover;
  vertical-align: sub;
}
.box .downslide .content .download .code-download {
  position: relative;
  margin-left: 10px;
}
.box .downslide .content .download .code-download a:before {
  background: url("../images/QRcode-logo.png") no-repeat;
  background-position: 0 0;
  background-size: cover;
  vertical-align: text-bottom;
}
.box .downslide .content .download .code-download:hover .codebox {
  display: block;
}
.box .downslide .content .download .codebox {
  position: absolute;
  top: 44px;
  padding: 4px;
  width: 160px;
  height: 165px;
  margin-left: -9px;
  display: none;
  background: url('../images/border.png') no-repeat;
  background-size: cover;
}
.box .downslide .content .download .codebox img {
  width: 134px;
  margin-top: 16px;
}
