.pms-1 {
  background: url(/image/eee1c73.png) no-repeat;
  background-size: 100% 400px;
  width: 100%;
}

.pms-1-container {
  padding: 50px 0;
  margin: 0 auto;
  width: 1200px;
  box-sizing: border-box;
}

.pms-1-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  text-align: center;
}

.pms-1-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  margin-top: 40px;
}

.pms-1-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background-color: #f0f3fc;
}

.pms-1-item-head {
  background-image: url(/image/3.png);
  background-size: cover;
  height: 130px;
  padding: 24px 32px;
  position: relative;
  box-sizing: border-box;
}

.pms-1-item-head-title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}

.pms-1-item-head-sub-title {
  color: #d6f5ff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.pms-1-item-img {
  height: 40px;
  position: absolute;
  top: 0px;
  right: 0;
  width: 100px;
  z-index: 10;
}

.pms-1-item-desc {
  padding: 24px 32px;
}

.pms-1-item-desc .icon-dian {
  color: #053dc8;
  padding-right: 10px;
}

.pms-1-item-desc-item {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  margin-bottom: 24px;
}

.pms-1-item-desc-item-sub {
  color: #9ca2c0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-left: 24px;
  margin-top: 8px;
}

.pms-1-item-desc-item .icon-dagou1 {
  padding-right: 10px;
}

.pms-2 {
  width: 100%;
  background-color: #f3f7ff;
}

.pms-2-container {
  padding: 50px 0;
  margin: 0 auto;
  width: 1200px;
  box-sizing: border-box;
}

.pms-2-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 8px;
  text-align: center;
}

.pms-2-sub-title {
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}

.pms-2-content {
  margin-top: 40px;
  width: 100%;
}

.pms-2-tabs {
  border-bottom: 1px solid #c2d4f0;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  position: relative;
  width: 100%;
}

.pms-2-tabs-nav {
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  height: 46px;
  line-height: 22px;
  padding: 8px;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
}

.pms-2-tabs-nav.active {
  border-bottom: 4px solid #053dc8;
}

.pms-2-tab-content {
  margin-top: 20px;
}

.pms-2-tab-pane {
  display: none;
}

.pms-2-tab-pane.active {
  display: block;
}

.pms-2-tab-pane {
  width: 100%;
  height: 450px;
}

.pms-2-tab-pane-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.pms-2-tab-pane-item {
  padding-left: 24px;
}

.pms-2-tab-pane .icon-dian {
  color: #053dc8;
}

.pms-2-tab-pane-item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.42;
  margin-bottom: 24px;
}

.pms-2-tab-pane-item-desc {
  color: #626262;
  font-size: 14px;
  line-height: 1.42;
  margin-bottom: 16px;
}

.pms-2-tab-pane-img {
  width: 100%;
  object-fit: cover;
}

.pms-2-btn-primary {
  font-size: 20px;
  font-weight: 400;
  height: 48px;
  width: 220px;
  margin: 40px auto 0;
  background: var(--text-color-primary);
  border-radius: 28px;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  white-space: nowrap;
}