.w-950 {
  width: 950px;
  margin: 0 auto;
}

.w-1180 {
  width: 1180px;
  margin: 0 auto;
}

.pb-100 {
  padding-bottom: 100px;
}

.fz-76 {
  font-size: 76px;
  line-height: 61px;
}

.fz-58 {
  font-size: 58px;
}

.fz-70 {
  font-size: 70px;
  line-height: 61px;
}

.fz-44 {
  font-size: 44px;
}

.fz-46 {
  font-size: 46px;
}

.fz-50 {
  font-size: 50px;
}

.fw-bold {
  font-weight: 600;
}

.text-primary {
  color: #587fff;
}

.top-banner {
  background: url("../image/price/banner.png") no-repeat;
  background-position: top center;
  text-align: center;
  padding-top: 50px;
}
.top-banner h1 {
  font-size: 34px;
  font-weight: 600;
  color: #333;
}
.top-banner h5 {
  font-size: 16px;
  color: #333;
  margin: 20px 0 50px;
}
.top-banner .unit {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  color: #e8e8e8;
  padding-top: 38px;
  width: 440px;
  height: 420px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 16px 2px rgba(47, 84, 235, 0.16);
  box-shadow: 0px 4px 16px 2px rgba(47, 84, 235, 0.16);
  position: relative;
}
.top-banner .unit + .unit {
  margin-left: 70px;
}
.top-banner .unit h2 {
  font-size: 30px;
  font-weight: 600;
  color: #333;
}
.top-banner .unit h3 {
  font-size: 16px;
  line-height: 30px;
  color: #8e8e8e;
  margin-top: 20px;
}
.top-banner .unit .text-free {
  margin-top: 40px;
}
.top-banner .unit .price {
  color: #8e8e8e;
  margin-top: 16px;
}
.top-banner .unit .originPrice {
  font-size: 16px;
  margin-top: 17px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #8e8e8e;
  text-decoration: line-through;
}
.top-banner .unit .watermark {
  position: absolute;
  width: 85px;
  height: 38px;
  top: 228px;
  right: 18px;
}
.top-banner .unit .bottom-btn {
  height: 130px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}
.top-banner .unit .btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 166px;
  height: 50px;
  display: block;
  line-height: 50px;
  color: #6d7ec3;
  background-color: #ffffff;
  border-radius: 25px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}
.top-banner .unit .btn.outlined {
  border: solid 2px #8c9cdc;
  line-height: 46px;
}
.top-banner .unit .btn.outlined:hover {
  border: solid 2px #2f54eb;
  color: #2f54eb;
}
.top-banner .unit .btn.light {
  border: none;
  line-height: 50px;
  background-color: #e5eaff;
  color: #2f54eb;
}
.top-banner .unit .btn.light:hover {
  color: #062ed2;
  background-color: #cbd5ff;
}
.top-banner .unit .btn.dark {
  border: none;
  line-height: 50px;
  background-color: #2f54eb;
  color: #fff;
}
.top-banner .unit .btn.dark:hover {
  background-color: #062ed2;
}
.top-banner .unit.vip {
  background-color: #eaf3ff;
}
.top-banner .unit.vip-cloud {
  background-color: #587fff;
}
.top-banner .unit.vip-cloud h3,
.top-banner .unit.vip-cloud .price,
.top-banner .unit.vip-cloud .originPrice {
  color: #c9e6ff;
}
.top-banner .unit.vip-cloud .fz-50,
.top-banner .unit.vip-cloud .fz-76,
.top-banner .unit.vip-cloud .fz-70,
.top-banner .unit.vip-cloud h2 {
  color: #fff;
}

.business-price .unit {
  width: 360px;
}
.business-price .unit + .unit {
  margin-left: 45px;
}
.business-price .unit .price {
  margin-top: 41px;
}

.short-divider {
  width: 20px;
  height: 3px;
  background: #2f54eb;
  margin-top: 58px;
}

.title {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #333;
  padding-left: 36px;
  position: relative;
}
.title::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 50%;
  width: 5px;
  height: 27px;
  margin-top: -13.5px;
  background-color: #2f54eb;
  border-radius: 3px;
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table.thead {
  margin-top: 52px;
}
.table.thead td {
  background: #f6f6f6;
  font-weight: 600;
  font-size: 16px;
  color: #333;
}
.table tr {
  background: #fdfdfd;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table tr:nth-child(even) {
  background: #f9fbff;
}
.table tr td {
  width: 212px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  height: 60px;
  line-height: 60px;
  border: 2px solid #fff;
  text-align: center;
  color: #333;
  font-size: 16px;
}
.table tr td:first-child {
  text-align: left;
  width: 520px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-left: 40px;
}
.table tr td.true, .table tr td.false {
  position: relative;
}
.table tr td.true::after, .table tr td.false::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 212px;
  height: 60px;
  background: url("../image/price/true.png") no-repeat;
  background-position: center;
}
.table tr td.false::after {
  background: url("../image/price/false.png") no-repeat;
  background-position: center;
}

.business-price .table tr {
  background: #fdfdfd;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.business-price .table tr:nth-child(even) {
  background: #f9fbff;
}
.business-price .table tr td {
  width: 212px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 60px;
  line-height: 60px;
  border: 2px solid #fff;
  text-align: center;
  color: #333;
  font-size: 16px;
}
.business-price .table tr td:first-child {
  text-align: left;
  width: 520px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-left: 40px;
}
.business-price .table tr td.true, .business-price .table tr td.false {
  position: relative;
}
.business-price .table tr td.true::after, .business-price .table tr td.false::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 318px;
  height: 60px;
  background: url("../image/price/true.png") no-repeat;
  background-position: center;
}
.business-price .table tr td.false::after {
  background: url("../image/price/false.png") no-repeat;
  background-position: center;
}

.tip {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ababab;
  margin-top: 23px;
  margin-bottom: 100px;
}

.dialog {
  width: 310px;
  height: 278px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 22px 4px rgba(87, 96, 201, 0.15);
  box-shadow: 0px 5px 22px 4px rgba(87, 96, 201, 0.15);
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 99;
  padding: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dialog .close {
  position: absolute;
  background: url("../image/price/close_dialog.png") no-repeat center;
  width: 18px;
  height: 18px;
  cursor: pointer;
  right: 16px;
}
.dialog .close:hover {
  background: url("../image/price/close_dialog_h.png") no-repeat center;
}
.dialog p {
  margin-top: 8px;
  color: #464a7c;
  text-align: center;
}
.dialog img {
  display: block;
  margin: 0 auto;
  margin-top: 21px;
  width: 160px;
  height: 160px;
}

.mask {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
}

.none {
  display: none;
}

.hidden {
  overflow: hidden;
}