.blue {
  color: #03AAE4 !important;
}
.main-container {
  background-color: #F2F5F8;
}
.title {
  text-align: center;
  color: #2A2B34;
  font-size: 36px;
  font-weight: bold;
}
/* 服务介绍 */
.service-container {
  background: #FFF;
}
.top-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 450px;
  color: #FFF;
  background: linear-gradient(236deg,rgba(41,81,133,1) 0%,rgba(23,49,96,1) 100%);
}
.top-bg {
  position: absolute;
  right: 150px;
}
.main-title {
  letter-spacing: 4px;
  font-size: 50px;
  font-weight: bold;
  line-height: 70px;
}
.service-desc {
  margin-top: 25px;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 1px;
  opacity: .7;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}
.btn-wrapper {
  z-index: 1;
  display: flex;
}
.btn-blue {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 205px;
  height: 60px;
  cursor: pointer;
  border-radius: 34px;
  background: rgba(3,170,228,1);
  font-size: 20px;
}
.btn-buy {
  /* margin-right: 80px; */
  background: linear-gradient(180deg,rgba(254,178,82,1) 0%,rgba(250,144,50,1) 100%);
}
.intro-container {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 60px;
}
.package-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 104px;
  margin-bottom: 60px;
  padding: 0 50px;
  border: 1px solid rgba(220,224,228,1);
  background: rgba(244,250,255,1);
}
.vip-info {
  color: #2A2B34;
  font-size: 24px;
  font-weight: bold;
}
.vip-info span {
  color: #FB924D;
}
.vip-date {
  margin-top: 10px;
  color: #525465;
  font-size: 16px;
}
.service-intro {
  display: flex;
  justify-content: space-between;
}
.intro-block {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 20%;
  padding: 40px 30px;
  background: #F2F5F8;
}
.intro-block:not(:last-child) {
  margin-right: 30px;
}
.intro-title {
  margin-top: 18px;
  margin-bottom: 22px;
  color: #2A2B34;
  font-size: 24px;
  font-weight: bold;
}
.intro-desc {
  opacity: .8;
  color: #525465;
  font-size: 16px;
}
/* 套餐表格 */
.package-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 120px 0;
  background: #FFF;
}
.package-table {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  margin-top: 50px;
  margin-bottom: 60px;
  color: #2A2B34;
}
.even {
  background-color: #F2F5F8;
}
.feature {
  width: 20%;
}
.intro {
  width: 35%;
}
.package {
  width: 15%;
  cursor: pointer;
}
.column {
  border-top: 1px solid rgba(220,224,228,1);
  border-bottom: 1px solid rgba(220,224,228,1);
  border-left: 1px solid rgba(220,224,228,1);
}
.column:last-child {
  border-right: 1px solid rgba(220,224,228,1);
}
.column-selected {
  border: 1px solid #03AAE4 !important;
}
.icon-selected-a, .icon-selected-b, .icon-selected-c {
  position: absolute;
  margin-left: 118px;
}
.icon-selected-a, .icon-selected-c {
  display: none;
}
.column-header {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100px;
  font-size: 24px;
  font-weight: bold;
}
.header-line-a, .header-line-b, .header-line-c {
  width: 100%;
  height: 2px;
}
.a-grey {
  background: linear-gradient(270deg,rgba(218,218,218,1) 0%,rgba(189,189,189,1) 100%);
}
.b-blue {
  background: linear-gradient(270deg,rgba(131,213,255,1) 0%,rgba(113,152,255,1) 100%) !important;
}
.c-yellow {
  background: linear-gradient(90deg,rgba(241,146,46,1) 0%,rgba(250,196,75,1) 100%);
}
.header-b {
  color: #03AAE4;
}
.header-c {
  color: #F1922E;
}
.rmb {
  font-size: 18px;
}
.unit {
  font-size: 14px;
}
.table-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 10px 24px;
  font-size: 16px;
}
.btn-upgrade {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 50px;
  cursor: pointer;
  color: #FFF;
  border-radius: 34px;
  background: linear-gradient(180deg,rgba(254,178,82,1) 0%,rgba(250,144,50,1) 100%);
  font-size: 16px;
}
/* 服务对比表格 */
.compare-table {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 20px;
  padding-bottom: 80px;
}
.compare-title-row {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
.side {
  width: 41%;
}
.vs {
  width: 18%;
  opacity: .4;
}
.compare-row {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.row-long {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 41%;
  height: 150px;
  padding: 0 30px;
  color: #2A2B34;
  background: #FFF;
  font-size: 16px;
}
.row-long span {
  font-weight: bold;
}
.txt-block:not(:last-child) {
  padding-bottom: 5px;
}
.row-center {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 18%;
  height: 150px;
  color: #FFF;
  background: #03AAE4;
  font-size: 24px;
  font-weight: bold;
}
.row-center img {
  margin-bottom: 10px;
}