.info-banner {
  background: #f7f8fa url(img1/banner.jpg) no-repeat center bottom;
}

ul.virtue-list li {
  height: 246px;
}
ul.virtue-list li::before {
  background-image: url("img1/virtue_bg.png");
}
ul.virtue-list .virtue-title {
  padding-top: 35px;
}
ul.virtue-list .virtue-sub-title {
  margin-top: 12px;
  padding: 0 0 0 130px;
  color: #333;
}
ul.virtue-list .virtue-info {
  padding: 2px 30px 0 30px;
  font-size: 14px;
  line-height: 26px;
}
ul.virtue-list .virtue-bg1 {
  background-image: url("img1/virtue_1.png");
}
ul.virtue-list .virtue-bg2 {
  background-image: url("img1/virtue_2.png");
}
ul.virtue-list .virtue-bg3 {
  background-image: url("img1/virtue_3.png");
}
ul.virtue-list .virtue-bg4 {
  background-image: url("img1/virtue_4.png");
}

.server-pkg-item .server-pkg-top1 {
  background: #f0f0f2 url("img1/server-pkg1.png") right top no-repeat;
}
.server-pkg-item .server-pkg-top2 {
  background: #f0f0f2 url("img1/server-pkg2.png") right top no-repeat;
}
.server-pkg-item .server-pkg-top3 {
  background: #f0f0f2 url("img1/server-pkg3.png") right top no-repeat;
}
.server-pkg-item .server-pkg-top4 {
  background: #f0f0f2 url("img1/server-pkg4.png") right top no-repeat;
}

.module {
  padding-bottom: 70px;
}

.bg-gray {
  background: #f7f8fa;
}

.brand-block {
  height: 150px;
  padding: 45px 30px 0 270px;
  border: none;
  -webkit-box-shadow: 0px 0px 6px 0px #d4d5d9;
          box-shadow: 0px 0px 6px 0px #d4d5d9;
  border-radius: 2px;
}
.brand-block .brand-title {
  font-size: 14px;
}
.brand-block:nth-of-type(2), .brand-block:nth-of-type(4), .brand-block:nth-of-type(5) {
  padding-top: 40px;
}
.brand-block .brand-info {
  margin-top: 20px;
  color: #999;
  padding-right: 0;
}
.brand-block:not(:last-child) {
  margin-bottom: 20px;
}
.brand-block.brand-block-1 {
  background: white url(img1/brand_1.png) no-repeat 50px center;
}
.brand-block.brand-block-2 {
  background: white url(img1/brand_2.png) no-repeat 50px center;
}
.brand-block.brand-block-3 {
  background: white url(img1/brand_3.png) no-repeat 50px center;
}
.brand-block.brand-block-4 {
  background: white url(img1/brand_4.png) no-repeat 50px center;
}
.brand-block.brand-block-5 {
  background: white url(img1/brand_5.png) no-repeat 50px center;
}

.package-info {
  padding: 0;
}

.item-info {
  line-height: 26px;
}
.item-info .item-name {
  width: 93px;
  text-align: left;
}
.item-info .config-tip {
  margin-top: -3px;
  margin-left: 0px;
  background: url(img1/icon_question.png) no-repeat center;
}
.item-info .config-tip-content {
  border-color: #ff2626;
}
.item-info .config-tip-content:after {
  border-right-color: #ff2626;
}
.item-info .domain-num {
  color: #ff2626;
}
.item-info .item-value {
  color: #333;
}

.server-pkg-list .server-pkg-box {
  padding: 30px 30px 22px 30px;
}
.server-pkg-list .pkg-price-row {
  margin-right: 0;
}
.server-pkg-list .market-price {
  text-decoration: line-through;
  margin: 10px 0 18px;
}
.server-pkg-list .pkg-buy-button a {
  width: 190px;
}

.ssl-table tr:first-child td {
  border: none;
}
.ssl-table .ssl-buy {
  width: 150px;
  height: 36px;
  line-height: 36px;
  background-color: #ff2626;
  border-radius: 2px;
}
.ssl-table .ssl-buy:hover {
  background-color: #f20000;
}

table.table-info tr td:first-child {
  width: 180px;
}
table.table-info tr td:not(:first-child):nth-child(odd) {
  width: 320px;
}
table.table-info tr td:not(:first-child):nth-child(odd)::after {
  width: 94%;
}

.param-shadow-list li:first-child {
  width: 180px;
}

.domain-input, .domain-input-green {
  width: 250px;
  height: 36px;
  background: url(img1/domain_bg.png) no-repeat center;
}

.step-items .item-1 .center {
  background: url(img1/1.png) no-repeat 0 0;
}
.step-items .item-2 .center {
  background: url(img1/2.png) no-repeat 0 0;
}
.step-items .item-3 .center {
  background: url(img1/3.png) no-repeat 0 0;
}
.step-items .item-4 .center {
  background: url(img1/4.png) no-repeat 0 0;
}
.step-items .item-5 .center {
  background: url(img1/5.png) no-repeat 0 0;
}

.ssl-buy-step {
  height: auto;
}