.section-item-title {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  color: #222222;
  line-height: 38px;
}

.pain .contain .list {
  /* background-color: #f00; */
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}

.page-section .pain .contain .list li.list-item {
  width: 387px;
  height: 120px;
  color: white;
  display: flex;
  background-size: cover;
  padding: 20px;
}

.page-section .pain .contain .list .list-item .item-left {
  margin-right: 10px;
}

.page-section .pain .contain .list .list-item .item-left img {
  vertical-align: middle;
}

.page-section .pain .contain .list .list-item .item-right p {
  color: white;
}

.page-section .pain .contain .list .list-item .item-right p.name {
  text-align: left;
  font-size: 16px;
}

.page-section .pain .contain .list .list-item .item-right p.desc {
  text-align: left;
  font-size: 14px;
}

.pain .contain .list .list-item:first-child {
  background: url(../../img/admanage/tupian1.png);
}

.pain .contain .list .list-item:nth-child(2) {
  background: url(../../img/admanage/tupian2.png);
}

.pain .contain .list .list-item:nth-child(3) {
  background: url(../../img/admanage/tupian3.png);
}
.user-example {
  background: #F5F8FB;
  padding-bottom: 10px;
}

ul.example-main {
  width: 1200px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

ul.example-main li {
  width: 285px;
  height: 98px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  margin: 20px 0;
}

ul.example-main li:nth-child(5) {
  margin-left: auto;
  margin-right: 20px;
}

ul.example-main li:nth-child(6) {
  margin-right: auto;
}

ul.example-main li img {
  margin: auto;
  /* width: 106px; */
  height: 58px;
}

.page-section .section .secure .list .list-item {
  width: 264px;
  height: 292px;
  border: 1px solid #E6E8EC;
  padding: 20px;
}

.page-section .section .secure .list .list-item img {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto 22px;
}

.page-section .section .contain .list .list-item .desc {
  font-size: 13px;
  font-family: "PingFang-SC-Medium", "PingFang-SC";
  font-weight: 500;
  color: #666;
  line-height: 22px;
  text-align: left;
}

.section .plan .plan-right .plan-right-item .plan-title {
  font-size: 18px;
  font-family: "PingFangSC-Medium", "PingFang SC";
  font-weight: 500;
  color: #111111;
  line-height: 18px;
  margin-bottom: 16px;
  font-weight: 600;
}

.section .plan .plan-right .plan-right-item .plan-desc {
  font-size: 14px;
  font-family: "PingFangSC-Medium", "PingFang SC";
  font-weight: 400;
  color: #222;
  line-height: 22px;
}

.section .plan .plan-right .plan-right-item .plan-subtitle {
  padding-left: 20px;
  background: url("../../img/admanage/select.svg") 0 center no-repeat;
  font-size: 14px;
  font-family: "PingFangSC-Medium", "PingFang SC";
  font-weight: 500;
  color: #111111;
  line-height: 14px;
  margin-bottom: 10px;
  font-weight: bold;
}

.section .plan .plan-right .plan-right-item .plan-subdesc {
  font-size: 14px;
  font-family: "PingFangSC-Medium", "PingFang SC";
  font-weight: 400;
  color: #222;
  line-height: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-section .section .contain .characteristic-3x4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-section .section .contain .characteristic-3x4 .characteristic-item {
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 20px;
  width: 285px;
  height: 164px;
  background: #FFFFFF;
  box-shadow: 0px 9px 20px 0px rgba(6,25,63,0.05);
  border-radius: 10px;
  border: 1px solid #E6E8EC;
}
.page-section .section .contain .bw-characteristic .characteristic-item{
  height: auto;
}
.page-section .section .contain .characteristic-3x4 .characteristic-item:hover {
  /* box-shadow: 0px 2px 4px 0px rgba(6, 25, 63, 0.09); */
  box-shadow: 0px 9px 20px 0px rgba(31,123,255,0.15);
}

.page-section .section .contain .characteristic-3x4 .characteristic-item .item-title {
  height: 50px;
  line-height: 50px;
}
.page-section .section .contain .characteristic-3x4 .characteristic-item .item-title i{
  font-size: 20px;
  color: #1F7BFF;
  margin-right: 5px
}
.page-section .section .contain .characteristic-3x4 .characteristic-item .item-title span{
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  line-height: 16px;
}

.page-section .section .contain .characteristic-3x4 .characteristic-item .item-main {
  font-size: 14px;
  font-weight: 400;
  color: #686B73;
  line-height: 22px;
}