#app .header {
  background: url(/public/pages/home/images/price.jpg) no-repeat top center;
}

.price .banner {
  background: #22293b;
  height: 500px;
  background: url(/public/pages/home/images/price.jpg) no-repeat center;
}

.price .banner .viewport {
  position: relative;
  top: 200px;
  font-size: 50px;
  text-align: center;
  color: #0080a7;
  color: rgba(0, 128, 167, 0.733);
  letter-spacing: 3px;
}

.price .contentbar {
  padding: 60px 0;
  width: 80%;
  margin: auto;
}

.price table {
  text-align: center;
  color: #636363;
  width: 100%;
}

.price table th {
  padding: 20px;
  border: 1px solid #ebebeb;
  background: #f0f0f0;
}

.price table td {
  padding: 20px 20px;
  border: 1px solid #ebebeb;
}

.price table .tip {
  font-size: 14px;
  color: gray;
}

.price i {
  font-size: 20px;
}

.price .v2 {
  color: #00a2ff;
}

.price .v3 {
  color: #00a2ff;
}