.banner {
  width: 100%;
  height: 428px;
  background: url(../images/banner_02.png) center / cover no-repeat;
}
.banner .banner-container {
  margin: 0 auto;
  width: 1200px;
  padding-top: 66px;
  position: relative;
}
.banner .banner-container .banner-img {
  position: absolute;
  right: 30px;
  top: 20px;
  width: 500px;
  height: 357px;
}
.banner .banner-container .banner-container-title {
  font-size: 42px;
  color: #fff;
}
.banner .banner-container .banner-container-content {
  margin: 18px 0 30px;
  width: 510px;
  font-size: 14px;
  line-height: 24px;
  color: #c8cbcf;
}
.banner .banner-container .banner-container-origin {
  font-size: 14px;
  line-height: 24px;
  color: #c8cbcf;
}
.banner .banner-container .banner-container-btn a {
  display: block;
  width: 280px;
  height: 46px;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-top: 40px;
}
.server-content {
  width: 1200px;
  margin: 30px auto;
}
.server-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.server-list .server-item {
  width: 280px;
  height: 376px;
  margin: 0 10px 30px;
  border: 1px solid #dddedf;
  padding: 32px 30px 0;
}
.server-list .server-item .server-item-top {
  padding-bottom: 26px;
  border-bottom: 1px solid #ebecec;
  margin-bottom: 20px;
}
.server-list .server-item .server-item-top h5 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
.server-list .server-item .server-item-top p {
  font-size: 12px;
  line-height: 22px;
  color: #474e53;
}
.server-list .server-item .server-item-canshu {
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
.server-list .server-item .server-item-canshu span {
  color: #373d41;
}
.server-list .server-item .server-item-price {
  margin: 16px 0 24px;
  font-size: 12px;
  display: flex;
  align-items: center;
  color: #999;
}
.server-list .server-item .server-item-price span {
  font-size: 17px;
  color: #373d41;
}
.server-list .server-item .server-item-btn {
  width: 100%;
  height: 40px;
  background-color: #1a619d;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
}
#pages {
  display: flex;
  justify-content: center;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #eee;
}
