.container1 {
  margin-top: 76px;
  width: 100%;
  background: url('https://www.5kcrm.com/public/static/index/images/base/xqbg.png') no-repeat center center;
  background-size: 100% auto;
}
.container1 .topTitle {
  color: #333333;
  font-size: 35px;
  font-weight: 800;
  padding-top: 80px;
  padding-bottom: 55px;
  text-align: center;
}
.container1 .topStitle {
  width: 800px;
  color: #333333;
  font-size: 20px;
  text-align: center;
  padding-bottom: 55px;
  margin: 0 auto;
}
.container1 .inputBox {
  margin: 0 auto;
  background: #fff;
  width: 590px;
  height: 58px;
  border-radius: 34px;
  position: relative;
  box-shadow: 0px 8px 27px 0px rgb(160 160 160 / 25%);
}
.container1 .inputBox .input {
  display: block;
  width: 410px;
  height: 58px;
  font-size: 18px;
  position: relative;
  margin-left: 20px;
  outline: 0;
  border: none;
  font-size: 14px;
  box-sizing: border-box;
}
.container1 .inputBox .submitBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background: linear-gradient(90deg, rgba(230, 40, 40, 1), rgba(241, 133, 133, 1));
  border-radius: 34px;
  color: #FFFFFF;
  font-size: 18px;
  cursor: pointer;
  border-radius: 0px 35px 35px 0px;
}
.container1 .list {
  width: 700px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0px auto 0px;
  font-size: 14px;
}
.container1 .list .item {
  width: 250px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.container1 .list .item img {
  width: 20px;
  margin-right: 10px;
}

.container1 .list .item svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.container2 {
  padding-top: 100px;
}
.container2 .itemBox {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
.container2 .itemBox .textItem {
  width: 40%;
}
.container2 .itemBox .textItem .title {
  padding-top: 70px;
  color: #333333;
  font-size: 25px;
  padding-bottom: 15px;
  font-weight: 800;
}
.container2 .itemBox .textItem .content {
  color: #111;
  font-size: 16px;
  text-align: justify;
  line-height: 24px;
}
.container2 .itemBox .imgItem {
  box-shadow: 1px 4px 13px #c1c1c1;
}
.container2 .itemBox .imgItem img {
  width: 550px;
}



.toMoreApp {
  width: 160px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF !important;
  padding: 12px 24px;
  background: linear-gradient(90deg, rgba(230, 40, 40, 1), rgba(241, 133, 133, 1));
  border-radius: 24px;
  margin-top: 50px;
  margin-bottom: 50px;
  cursor: pointer;
  display: block;
  box-sizing: border-box;
}



.container3 {
  width: 100%;
  position: relative;
}
.container3 img {
  width: 100%;
}
.container3 .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.container3 .content .title {
  color: #333;
  font-size: 30px;
  font-weight: 800;
}
.container3 .content .stitle {
  color: #333;
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 58px;
  text-align: center;
}
.container3 .content .btnBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.container3 .content .btnBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.container3 .content .btnBox .btn {
  width: 220px;
  height: 60px;
  border: 1px solid #2362FB;
  color: #2362FB;
  border-radius: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  margin-left: 20px;
}
.container3 .content .btnBox .blueBtn {
  background: #2362FB;
  box-shadow: 0px 1px 51px 3px rgb(150 150 150 / 30%);
  color: #fff;
}



.container4 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 30px;
}
.container4 .title {
  color: #111111;
  font-size: 30px;
  font-weight: 800;
}
.container4 .stitle {
  color: #111;
  font-size: 16px;
  text-align: justify;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.container4 img {
  width: 1000px;
  box-shadow: 1px 4px 13px #c1c1c1;
}
.paddingBottom0 {
  padding-bottom: 0 !important;
}
