.header {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: bolder;
  background-color: #fff;
}
.header-left {
  float: left;
}
.header-left img {
  width: 36px;
  height: 36px;
}
.header-right {
  float: right;
}
.header-right a {
  color: #333;
}
.header-right a:nth-child(2) {
  margin: 0 63px;
}
.banner {
  width: 100%;
  height: 480px;
  background-image: url(../image/banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 66px;
  padding-left: 52%;
  box-sizing: border-box;
  color: #ffffff;
}
.banner-title {
  font-weight: bold;
  font-size: 50px;
}
.banner-list {
  margin-top: 36px;
  margin-bottom: 54px;
  font-size: 16px;
  height: 100px;
  line-height: 22px;
}
.banner-download a {
  display: inline-block;
  text-indent: -999em;
  height: 42px;
  width: 140px;
  background-image: url(../image/androidbtn.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-download a:first-child {
  background-image: url(../image/googlebtn.png);
  margin-right: 36px;
}
.banner-download a:last-child {
  background-image: url(../image/apple.png);
  margin-left: 36px;
}
.nav {
  background-color: #fafcfe;
  height: 96px;
  box-sizing: border-box;
}
.nav-title {
  float: left;
  width: 175px;
  height: 100%;
  font-size: 12px;
  color: #252a31;
  font-weight: 800;
  display: flex;
  align-items: center;
}
.nav-list {
  width: calc(100% - 400px);
  float: right;
  overflow: hidden;
}
.nav-list li {
  float: left;
  width: 25%;
  padding-top: 64px;
  text-align: center;
  color: #252a31;
  font-weight: 500;
  position: relative;
}
.nav-list li.pointer::before,
.nav-list li.house::before,
.nav-list li.bag::before,
.nav-list li.money::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 21px;
  left: 50%;
  transform: translateX(-50%);
}
.nav-list li.pointer::before {
  width: 34px;
  height: 26px;
  background-image: url(../image/nav-pointer.png);
}
.nav-list li.house::before {
  width: 34px;
  height: 34px;
  background-image: url(../image/nav-house.png);
}
.nav-list li.bag::before {
  width: 32px;
  height: 24px;
  background-image: url(../image/nav-bag.png);
}
.nav-list li.money::before {
  width: 32px;
  height: 30px;
  background-image: url(../image/nav-money.png);
}
.present {
  box-sizing: border-box;
  padding: 72px 0;
}
.present-div {
  overflow: hidden;
  color: #252a31;
  box-sizing: border-box;
}
.present-div:first-child {
  transform: translateX(150px);
}
.present-div:nth-child(2) {
  margin-top: 95px;
  margin-bottom: 84px;
  transform: translateX(120px);
}
.present-div:last-child {
  transform: translateX(170px);
}
.present-div .img-888 {
  width: 267px;
}
.present-div .img-person,
.present-div .img-clock {
  width: 225px;
}
.present-div .title {
  box-sizing: border-box;
  padding-top: 36px;
  font-size: 24px;
  font-weight: bolder;
  max-width: 370px;
}
.present-div .explain {
  font-size: 14px;
  max-width: 370px;
  margin-top: 12px;
}
.present-div-left {
  float: left;
  margin-right: 55px;
}
.present-div-right {
  float: left;
}
.footer {
  height: 120px;
  background-color: #1E251D;
  color: #fff;
  position: relative;
}
.footer-wrap {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 300px;
  box-sizing: border-box;
  padding-top: 18px;
}
.footer-wrap-left {
  margin-right: 60px;
  float: left;
  height: 100%;
  position: relative;
}
.fb{
  content: '';
  width: 30px;
  height: 30px;
  background-image: url(../image/facebook.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 18px;
}
.footer-wrap-left,
.footer-wrap-right {
  float: left;
}
.footer-wrap-left p,
.footer-wrap-right p,
.footer-wrap-left a,
.footer-wrap-right a {
  margin-bottom: 8px;
  display: block;
}

#hot{
  position: relative;
}
#hot::before{
  content: '';
  width: 30px;
  height: 30px;
  background-image: url(../image/h.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}
#more{
  background-image: url(../image/moreapp.png);
  height: 52px;
}
