@charset "UTF-8";
.package-banner {
  height: 261px;
  padding-top: 136px;
  background: #222121 url(img1/pack-banner.png?v=2) no-repeat center 0;
}

.package-banner-title {
  height: auto;
}

.package-banner-title span {
  font-size: 30px;
  color: #fff;
}

.package-banner-title p {
  margin-top: 16px;
  font-size: 16px;
  color: #eee;
}

.package-item {
  text-align: center;
  padding-bottom: 50px;
}

.package-item-bg {
  background-color: #f7f8fa;
}

.package-item .item-title {
  display: block;
  margin-bottom: 16px;
  font-size: 28px;
  color: #333;
  text-align: left;
}

/* 推荐套餐 */
.server-pkg-item {
  position: relative;
  float: left;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-left: -1px;
  height: 445px;
  width: 300px;
}

.server-pkg-title {
  height: 80px;
  line-height: 80px;
  background: #e4e4e4;
  font-size: 22px;
  color: #333333;
  text-align: center;
}

.server-pkg-box {
  padding: 20px 26px 0 26px;
}

.server-pkg-brief {
  height: 75px;
  line-height: 1.8em;
  font-size: 14px;
  color: #666;
  text-align: justify;
}

.pkg-config-main {
  padding-top: 12px;
  font-size: 28px;
}

.pkg-item--active .pkg-config-main {
  color: #f96a09;
}

.pkg-config-unit {
  font-size: 16px;
}

.pkg-config-item {
  float: left;
  text-align: center;
  color: #333;
  width: 33.3%;
  height: 80px;
  background: #f7f7f7;
  margin-top: 20px;
}

.pkg-config-sub {
  font-size: 14px;
  color: #999;
}

.pkg-price-row {
  margin-top: 37px;
  text-align: center;
  font-size: 14px;
}

.pkg-price {
  color: #f96a09;
  font-size: 28px;
}

.pkg-buy-button {
  text-align: center;
  margin-top: 20px;
}

.pkg-buy-button a {
  display: inline-block;
  width: 177px;
  height: 39px;
  line-height: 38px;
  border: 1px solid #f96a09;
  background: #fff;
  text-align: center;
  color: #f96a09;
}

.pkg-buy-button a:hover {
  background: #f96a09;
  color: #fff;
}

.pkg-inner {
  background: #fff;
  width: 300px;
  height: 445px;
  border: 1px solid #d3d3d3;
}

.server-pkg-item.pkg-item--active {
  z-index: 10;
}

.server-pkg-item.pkg-item--active .pkg-inner {
  position: absolute;
  border-color: #f96a09;
  width: 310px;
  height: 486px;
  top: -20px;
  -webkit-box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.1);
}

.server-pkg-item.pkg-item--active .server-pkg-title {
  background: #f96a09;
  color: #fff;
  height: 100px;
  line-height: 103px;
}

.package-server-tips {
  /* margin-top: 48px; */
  text-align: left;
}

.package-server-tips .tips-title {
  color: #333;
  font-size: 14px;
  text-indent: 25px;
  margin-bottom: 15px;
  background: url(img/pack-tip.png) no-repeat left center;
}

.package-server-tips ul li {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
  list-style: none;
}

.package-server-tips ul li > a {
  /* color: #0587c8; */
}

.more-list > li {
  float: left;
  width: 23%;
  padding: 35px 10px;
  border: 1px solid #e6eaed;
  margin-left: 2.6%;
  margin-bottom: 15px;
  background: white;
  -webkit-box-shadow: 0px 0px 6px 0px #d4d5d9;
          box-shadow: 0px 0px 6px 0px #d4d5d9;
}

.more-list > li:first-child {
  margin-left: 0;
}

.more-list > li .product-title {
  font-weight: bold;
  font-size: 20px;
  color: #333;
}

.more-list > li p {
  margin-top: 16px;
  margin-bottom: 25px;
  font-size: 14px;
  color: #999;
  text-align: center;
}

.product-info {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 30px 0;
}

.product-info ul {
  display: inline-block;
  text-align: left;
}

.product-info li {
  margin-top: 15px;
  font-size: 14px;
  color: #999;
}

.product-info li:first-child {
  margin-top: 0;
}

.product-info li span {
  color: #f96a09;
  margin-right: 10px;
}

.product-price {
  margin: 24px 0;
  font-size: 12px;
  color: #999;
}

.product-price span {
  font-size: 28px;
  color: #f96a09;
  padding: 0 5px;
  font-weight: bold;
}

.server-buy {
  display: inline-block;
  width: 140px;
  height: 35px;
  line-height: 34px;
  border: 1px solid #f96a09;
  background-color: #f96a09;
  border-radius: 2px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.server-buy:hover {
  background-color: #e05f08;
}