.page-panel {
  min-width: 1190px;
}

/* banner样式 */
.banner-panel {
  position: relative;
  width: 100%;
  height: 410px;
  background-image: url('../images/fafa/banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-content-panel {
  width: 1190px;
  margin: auto;
  padding-top: 42px;
}
.banner-img {
  display: block;
  width: 578px;
  height: 342px;
}
.banner-content {
  width: 562px;
  margin-left: 50px;
}
.banner-title {
  font-size: 36px;
  color: #ffffff;
}
.download-label {
  margin: 16px 0;
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
}
.red {
  color: #ffffff;
  margin-left: 15px;
}
.download-btn {
  display: block;
  width: 172px;
  height: 50px;
  line-height: 50px;
  background: #00cc00;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
} 
.ios-btn {
  margin-top: 20px;
  background: #00d5eb;
}
.attribute {
  margin: 28px auto 16px;
  line-height: 20px;
  font-size: 13px;
  color: #ffffff;
}
.introduce {
  line-height: 20px;
  font-size: 13px;
  color: #74a4ec;
}
/* 跳转按钮样式 */
.btn-panel {
  width: 928px;
  margin: auto;
  padding: 60px 0 60px 134px;
}
.to-btn {
  width: 180px;
  height: 38px;
  line-height: 38px;
  margin-right: 60px;
  border: 1px solid #015dd8;
  box-sizing: border-box;
  border-radius: 19px;
  font-size: 16px;
  color: #015dd8;
  text-align: center;
}
.to-btn:hover {
  background: #015dd8;
  color: #ffffff;
}
/* 云发布 样式 */
.content-panel {
  display: block;
  width: 100%;
  padding: 60px 0  84px;
  background: #f3f4fa;
}
.panel-title {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.title-color {
  color: #ff6600;
}
.panel-label {
  margin-top: 20px;
  font-size: 16px;
  color: #333333;
  text-align: center;
}
.panel-img {
  display: block;
  width: 900px;
  height: 546px;
  margin: 60px auto auto;
}

.check-panel {
  background: #ffffff;
}

/* 面包屑样式 */
.crumbs {
  width: 1190px;
  margin: auto;
  line-height: 72px;
  font-size: 14px;
  color: #999999;
}
.crumbs a {
  color: #999999;
}
.crumbs a:hover {
  color: #999999;
}
