@charset "UTF-8";

.container {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/app/app_download.png) center no-repeat;
  background-size: cover;
  min-width: 1200px;
  min-height: 800px;
}

.header .nav .caption {
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 23px;
  font-size: 24px;
  color: #999999;
  border-left: 2px solid #999999;
  margin-top: 15px;
  margin-left: 24px;
}

.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 188px;
  width: 1200px;
  margin: auto;
  overflow: hidden;
}

.content ul {
  width: 4800px;
  height: 100%;
  position: relative;
}

.content ul li {
  width: 1200px;
  height: 100%;
  float: left;
  position: relative;
}

.content ul li.active {
  display: block;
}

.content ul li .wraper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content ul li .wraper > img {
  float: left;
  display: block;
}

.wraper .right-side {
  width: 390px;
  height: 164px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.wraper .right-side .qrcode {
  float: left;
  width: 164px;
  height: 164px;
  background: #fff;
}

.wraper .right-side .qrcode img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.wraper .right-side .app-store {
  overflow: hidden;
  height: 164px;
  padding-left: 30px;
}

.wraper .right-side .app-store p {
  margin-top: 30px;
  line-height: 2;
  font-size: 16px;
  color: #ffffff;
}

.wraper .right-side .qrcode {
  padding: 12px;
}

.wraper1 {
  width: 750px;
  height: 564px;
}

.wraper2 {
  width: 750px;
  height: 605px;
}

.wraper3 {
  width: 1124px;
  height: 486px;
}

.wraper4 {
  width: 1124px;
  height: 489px;
}

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 188px;
  background: #3b3b3b;
}

.footer ul {
  width: 1200px;
  height: 188px;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  overflow-y: hidden;
}

.footer ul li {
  /* width: 180px; */
  width: 23%;
  height: 100%;
  /* float: left; */
  padding-top: 43px;
  font-size: 24px;
  margin: 0 60px;
  display: inline-block;
}

.footer ul li .icon {
  width: 100%;
}

.footer ul li .icon img {
  display: block;
  margin: 0 auto;
}

.footer ul li .icon .highlight {
  display: none;
}

.footer ul li .text {
  width: 100%;
  line-height: 1.2;
  text-align: center;
  margin-top: 15px;
  color: #949494;
}

.footer ul li.active .icon .highlight {
  display: block;
}

.footer ul li.active .icon .normal {
  display: none;
}

.footer ul li.active .text {
  color: #ffffff;
}

/* 套餐详情 */
.package-details {
  width: 100%;
  height: 1200px;
  background: url(../images/app/package_details.png) center no-repeat;
  background-size: cover;
  margin-top: 60px;
  padding-top: 32px;
}

.details-content {
  width: 1200px;
  margin: 0 auto;
}

.details-content img {
  display: block;
  width: 100%;
  max-width: 100%;
}
