.slogan {
  font-size: 36px;
  line-height: 46px;
  color: #333;
  width: 100%;
  text-align: center;
  margin-top: 100px; }

.sub-slogan {
  width: 915px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-top: 30px;
  margin-bottom: 100px; }

.pricing-content {
  padding: 20px 0;
  overflow: hidden;
  margin-bottom: 70px; }
  .pricing-content .box-wrap {
    width: 340px;
    float: left;
    margin: 0 30px;
    min-height: 200px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  .pricing-content .head-wrap {
    text-align: center;
    height: 84px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    padding-top: 10px; }
    .pricing-content .head-wrap .name {
      font-size: 16px; }
  .pricing-content .top-wrap {
    margin: 25px;
    margin-top: 40px;
    text-align: center;
    border-bottom: 1px dotted #e5e5e5; }
  .pricing-content .price-wrap {
    margin: 25px auto; }
  .pricing-content .showTel {
    color: #2895f8;
    font-size: 14px;
    padding-bottom: 40px;
    cursor: pointer; }
  .pricing-content .tips {
    color: #999;
    font-size: 14px;
    padding-bottom: 40px; }
  .pricing-content .btn-register {
    display: inline-block;
    height: 52px;
    width: 146px;
    font-size: 16px;
    margin-bottom: 25px; }
  .pricing-content .item-wrap {
    margin: 25px;
    min-height: 400px;
    border-bottom: 1px solid #e5e5e5; }
    .pricing-content .item-wrap.service-item-wrap {
      min-height: 180px;
      border-bottom: none; }
    .pricing-content .item-wrap .title {
      font-size: 14px;
      color: #333;
      margin-bottom: 40px; }
    .pricing-content .item-wrap ul i {
      width: 16px;
      height: 16px;
      display: block;
      float: left;
      margin-right: 25px;
      background: url(../images/pricing/check.png) center; }
    .pricing-content .item-wrap ul li {
      color: #666666;
      margin-bottom: 20px; }
  .pricing-content .free .head-wrap {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    color: #999; }
    .pricing-content .free .head-wrap .name {
      color: #333; }
  .pricing-content .free .btn-register {
    border: 1px solid #2997f8;
    color: #2997f8;
    border-radius: 26px;
    line-height: 50px;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
    transition: 0.5s; }
    .pricing-content .free .btn-register:hover {
      background: linear-gradient(to right, #2895f8, #30a9f9);
      background-color: #2895f8;
      color: #fff; }
  .pricing-content .free .price-wrap {
    text-align: center; }
    .pricing-content .free .price-wrap span:nth-child(1) {
      position: relative;
      top: -10px;
      font-size: 18px;
      color: #1e1e1e; }
    .pricing-content .free .price-wrap span:nth-child(2) {
      font-size: 36px;
      color: #1e1e1e; }
    .pricing-content .free .price-wrap span:nth-child(3) {
      font-size: 16px;
      color: #999; }
  .pricing-content .standard .head-wrap {
    background: linear-gradient(to right, #2895f8, #30a9f9);
    background-color: #2895f8; }
  .pricing-content .standard .price-wrap {
    font-size: 36px; }
  .pricing-content .standard .btn-register {
    color: #fff;
    border-radius: 26px;
    line-height: 52px;
    background: linear-gradient(to right, #2895f8, #30a9f9);
    background-color: #2895f8;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1); }
  .pricing-content .enterprise .head-wrap {
    background: linear-gradient(to right, #0d69f4, #5baef9);
    background-color: #0d69f4; }
  .pricing-content .enterprise .price-wrap {
    font-size: 36px; }
  .pricing-content .enterprise .btn-register {
    color: #fff;
    border-radius: 26px;
    line-height: 52px;
    background: linear-gradient(to right, #0d69f4, #5baef9);
    background-color: #0d69f4;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1); }

/*# sourceMappingURL=pricing.css.map */
