.banner {
  padding-top: 80px;
  width: 100%;
  height: 500px;
  background: url("../image/plan-banner.jpg") no-repeat center bottom;
}

.plan .title-p {
  font-size: 20px;
  margin-bottom: 20px;
}

.plan .plan-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.plan .plan-item li {
  width: 33.33%;
}

.plan .plan-item li:nth-child(odd) img {
  width: 100%;
  height: 100%;
}

.plan .plan-item li:nth-child(even) {
  box-sizing: border-box;
  padding: 40px;
}

.plan .plan-item li:nth-child(even) h1 {
  font-size: 20px;
  margin-bottom: 20px;
}

.plan .server-item {
  margin: 90px 0;
  display: flex;
  justify-content: space-between;
}

.plan .server-item .title-p {
  font-weight: bold;
  margin: 0 25px;
}

.plan .server-item .left-item {
  position: relative;
}

.plan .server-item .left-item .le-text {
  width: 876px;
  height: 794px;
  position: absolute;
  background: url("../image/plan-server-bg.png") no-repeat center center;
}

.plan .server-item .left-item .text-item {
  padding: 55px 175px 55px 55px;
}

.plan .server-item .left-item .text-item li {
  margin-bottom: 15px;
}

.plan .server-item .left-item .text-item h1 {
  font-size: 20px;
}

.plan .server-item .left-item .text-item p {
  margin: 10px 0;
}

.plan .server-item .right-item {
  width: 773px;
  height: 770px;
}
