.plans {
  margin-top: 139px;
}

.plans-item {
  /* cursor: pointer; */
  padding: 16px;
  text-align: center;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 16px;
  box-shadow: 0 4px 12px 0 #efefef;
}

.plans-item.span3 {
  height: 605px;
  margin-left: 15px;
  margin-right: 15px;
}

.plans-item:hover,
.plans-item.active {
  border: 2px solid #07be8b;
  box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.08);
}

.plans-item>ul {
  margin-top: 50px;
  font-size: 14px;
  text-align: left;
  color: #979797;
}

.plans-item>ul>li {
  padding-right: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
  background-image: url(../img/icon/icon-ok.png);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: right 3px;
}

.plans-item.span3>ul {
  height: 198px;
  /* height: 42px; */
}

.plans-item .device-limit {
  color: #ee705c;
  font-weight: bold;
}

.plans-item h3 {
  margin: 0;
  font-size: 24px;
  color: #303945;
}

.plans-discount {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #ff8f7d;
}

.plans-current-price {
  margin-top: 30px;
  font-size: 16px;
  color: #666666;
}

.plans-current-price span {
  font-size: 60px!important;
  color: #ee705c!important;
}

.plans-current-price span i {
  font-size: 26px;
  font-style: normal;
  font-weight: bold;
}

.plans-original-price {
  display: block;
  margin-top: 10px;
  font-size: 16px!important;
  color: #999!important;
  font-weight: normal;
  text-decoration: line-through;
}

.plans-item .btn-success {
  width: 100%;
  margin-top: 26px;
  font-size: 22px!important;
  font-weight: bold;
  border-color: transparent;
  border-radius: 10px!important;
  background: linear-gradient(269.95deg, rgba(247, 87, 74, 1) 0.02%, rgba(255, 163, 112, 1) 97.39%)!important;
}

.plans-item .btn-success.btn-success-plain {
  /* color: #07be8b !important;
  border: 1px solid #07be8b !important;
  background-color: #fff !important; */
  font-size: 22px!important;
  font-weight: bold;
  color: #07be8b;
  border: 1px solid #07be8b !important;
  border-radius: 10px!important;
  background: #fff !important;
}




@media (min-width: 801px) and (max-width: 1205px) {
  .plans-item.span3 {
      /* width: 46.87%; */
      width: 45.9%;
      margin-bottom: 20px;
  }
}

@media (max-width:800px) {
  .plans-item.span3 {
      /* width: 46.87%; */
      width: 100%;
      height: auto;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px;
  }
  .plans-item.span3>ul {
      height: auto;
  }
}
/* .container.plans ul {
  text-align: center;
}
.container.plans li {
  display: inline-block;
} */

.container.plans .plans-item>ul {
  margin-left: 15px;
  margin-right: 15px;
}