.item1 {
  width: 100%;
  height: 554px;
  background: url("../img/private-item1-bg.png") no-repeat;
  background-size: 100% 100%;
  padding-top: 160px;
  box-sizing: border-box;
}
.item1 .item {
  width: 1200px;
  margin: 0 auto;
}
.item1 .item .t1 {
  height: 146px;
  font-size: 42px;
  font-weight: 500;
  color: #333333;
  line-height: 73px;
}
.item1 .item .t2 {
  width: 607px;
  height: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin: 18px 0 72px 0;
}
.item1 .item .talk {
  width: 144px;
  height: 42px;
  display: block;
  background: #506eff;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 42px;
}

.item2 {
  min-height: 723px;
  padding-top: 84px;
  box-sizing: border-box;
}
.item2 .item {
  width: 1200px;
  margin: 0 auto;
}
.item2 .item .t1 {
  height: 45px;
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  line-height: 45px;
  text-align: center;
}
.item2 .item .t2 {
  min-height: 76px;
  font-size: 22px;
  font-weight: 400;
  color: #3d485d;
  line-height: 38px;
  text-align: center;
  margin: 37px 0 125px 0;
  padding: 0 20px;
  box-sizing: border-box;
}
.item2 .item .boxs {
  display: flex;
  justify-content: space-between;
}
.item2 .item .boxs > div {
  width: 308px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.item2 .item .boxs > div img {
  width: 142px;
}
.item2 .item .boxs > div .box-t1 {
  height: 30px;
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
  margin: 18px 0 29px 0;
}
.item2 .item .boxs > div .box-t2 {
  height: 66px;
  font-size: 14px;
  font-weight: 400;
  color: #3d485d;
  line-height: 22px;
  text-align: center;
}

.item3 {
  min-height: 707px;
  background: #fafbff;
  padding-top: 94px;
  box-sizing: border-box;
}
.item3 .item {
  width: 1200px;
  margin: 0 auto;
}
.item3 .item .t1 {
  height: 45px;
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  line-height: 45px;
  text-align: center;
  margin-bottom: 100px;
}
.item3 .item .boxs {
  display: flex;
  justify-content: space-between;
}
.item3 .item .boxs > div {
  width: 255px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.item3 .item .boxs > div img {
  width: 226px;
}
.item3 .item .boxs > div .box-t1 {
  height: 30px;
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
  margin: 18px 0 24px 0;
}
.item3 .item .boxs > div .box-t2 {
  height: 66px;
  font-size: 14px;
  font-weight: 400;
  color: #3d485d;
  line-height: 22px;
  text-align: center;
}

.item4 {
  min-height: 941px;
  padding-top: 100px;
  box-sizing: border-box;
}
.item4 .item {
  width: 1012px;
  margin: 0 auto;
}
.item4 .item .t1 {
  height: 45px;
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  line-height: 45px;
  text-align: center;
}
.item4 .item .t2 {
  height: 28px;
  font-size: 22px;
  font-weight: 400;
  color: #3d485d;
  line-height: 28px;
  text-align: center;
  margin: 34px 0 81px 0;
}
.item4 .item .boxs {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
}
.item4 .item .boxs > div {
  width: 176px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid #ebeffb;
  overflow: hidden;
}
.item4 .item .boxs > div img {
  width: 100%;
  height: 138px;
}
.item4 .item .boxs > div div {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 1400px) {
  .item1 {
    height: 438px;
    padding-top: 80px;
  }
  .item1 .item {
    width: 1050px;
  }
}
@media (max-width: 1200px) {
  .item1 {
    height: 375px;
    padding-top: 50px;
  }
  .item1 .item {
    width: 1000px;
  }
  .item1 .item .t2 {
    margin: 10px 0 30px 0;
  }
  .item2 .item {
    width: 1000px;
  }
  .item2 .item .t2 {
    padding: 0;
  }
  .item2 .item .boxs > div {
    width: 300px;
  }
  .item3 {
    min-height: 707px;
  }
  .item3 .item {
    width: 1000px;
  }
  .item4 {
    min-height: 941px;
  }
  .item4 .item {
    max-width: 1000px;
    width: auto;
  }
  .item4 .item .boxs > div {
    width: 170px;
    min-width: 17%;
  }
}
@media (max-width: 768px) {
  .item1 {
    height: 283px;
    padding: 0;
    background: url("../img/private-item1-bg-phone.png") no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
  }
  .item1 .item {
    width: 100%;
    height: 123px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .item1 .item .t1 {
    height: 56px !important;
    font-size: 20px !important;
    line-height: 28px !important;
    text-align: center;
  }
  .item1 .item .t2 {
    display: none;
  }
  .item1 .item .talk {
    width: 89px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    border-radius: 3px;
    margin-top: 10px;
  }
  .item2 {
    padding-top: 30px;
  }
  .item2 .item {
    width: 100%;
  }
  .item2 .item .t1 {
    height: 28px;
    font-size: 18px;
    line-height: 28px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .item2 .item .t2 {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0 20px 0;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: justify;
  }
  .item2 .item .boxs {
    justify-content: center;
    flex-wrap: wrap;
  }
  .item2 .item .boxs > div .box-t1 {
    font-size: 18px;
  }
  .item2 .item .boxs > div .box-t2 {
    text-align: justify;
  }
  .item3 {
    padding-top: 30px;
  }
  .item3 .item {
    width: 100%;
  }
  .item3 .item .t1 {
    height: 28px;
    font-size: 18px;
    line-height: 28px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .item3 .item .boxs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .item3 .item .boxs > div {
    width: 255px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .item3 .item .boxs > div img {
    width: 226px;
  }
  .item3 .item .boxs > div .box-t1 {
    height: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
    margin: 18px 0 24px 0;
  }
  .item3 .item .boxs > div .box-t2 {
    height: 66px;
    font-size: 14px;
    font-weight: 400;
    color: #3d485d;
    line-height: 22px;
    text-align: center;
  }
  .item4 {
    padding-top: 30px;
  }
  .item4 .item {
    width: 100%;
  }
  .item4 .item .t1 {
    height: 60px;
    font-size: 18px;
    line-height: 28px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .item4 .item .t2 {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    margin: 40px 0 40px 0;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 34px 0 30px 0;
  }
  .item4 .item .boxs {
    width: 100%;
  }
  .item4 .item .boxs > div {
    width: 160px;
  }
}/*# sourceMappingURL=private.css.map */