.headaa {
  margin-top: 64px;
}
.headaa .head_img {
  min-width: 1100px;
  height: 420px;
  background: url(../img/normal/qxkt_banner_bg.png) no-repeat center;
  background-size: cover;
}
.step {
  background-color: #ffffff;
}
.step .step-div {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.step .step-div .title {
  font-size: 31px;
  font-family: PingFang SC;
  color: #1c1c1c;
  margin-top: 74px;
}
.step .step-div .cont {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.step .step-div .cont div {
  width: 50%;
}
.step .step-div1 {
  height: 846px;
  display: flex;
}
.step .step-div1 .cont .div1 p:first-of-type {
  font-size: 31px;
  font-family: PingFang SC;
  color: #1c1c1c;
  margin-top: 156px;
  display: flex;
  align-items: center;
}
.step .step-div1 .cont .div1 p:first-of-type span {
  color: #FD8133;
}
.step .step-div1 .cont .div1 p:first-of-type .c {
  display: block;
  width: 6px;
  height: 20px;
  background: #1699E5;
  border-radius: 3px;
  margin-right: 5px;
}
.step .step-div1 .cont .div1 p:nth-of-type(2) {
  font-size: 19px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #1c1c1c;
  line-height: 42px;
  margin-top: 32px;
}
.step .step-div1 .cont .div1 p:nth-of-type(3) {
  font-size: 19px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #1c1c1c;
  line-height: 42px;
}
.step .step-div1 .cont .div1 p:nth-of-type(4) {
  width: 200px;
  height: 200px;
  border: 1px solid #ddd;
}
.step .step-div1 .cont .div2 {
  height: 614px;
  width: 543px;
  background: url(../img/normal/qxkt_step_1.png) no-repeat center;
  background-size: contain;
}
.step2 .step-div1 {
  height: auto;
}
.step2 .step-div .cont {
  margin-top: 60px;
}
.step2 .step-div .cont .div2 {
  width: 640px;
  height: 360px;
  background: url(../img/normal/qxkt_step_1.png) no-repeat center;
  background-size: contain;
}
.step2 .step-div .cont .div1 p:nth-of-type(1) {
  margin-top: 80px;
}
.step2 .step-div .cont .div1 p:nth-of-type(4) {
  width: auto;
  border: none;
  height: auto;
}
.step2 .step-div .cont .div1 .g {
  font-size: 19px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #1c1c1c;
  line-height: 42px;
  display: flex;
  align-items: center;
  margin-top: 0px;
}
.step2 .step-div .cont .div1 .g .gou {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/normal/gou_icon.png) no-repeat center;
  background-size: contain;
  margin-right: 5px;
}
.step2 .step-div2 .cont .div2 {
  background: url(../img/normal/qxkt_step_2.png) no-repeat center;
  background-size: contain;
}
.step2 .step-div2 .cont .div1 p {
  margin-left: 80px;
}
.step2 .step-div3 .cont .div2 {
  background: url(../img/normal/qxkt_step_3.png) no-repeat center;
  background-size: contain;
}
.step3 {
  padding-bottom: 50px;
}
.step3 .div2 {
  background: url(../img/normal/yhyg_step_bg3.png) no-repeat center !important;
  background-size: contain;
}
.step4 .div2 {
  width: 555px;
  height: 612px;
  background: url(../img/normal/yhyg_step_bg4.png) no-repeat center !important;
  background-size: contain;
}
.step5 {
  background: #f1f1f1;
  padding-bottom: 30px;
}
.step5 .step-div {
  height: auto;
}
.step5 .cont {
  display: flex;
  flex-direction: column;
}
.step5 p {
  font-size: 42px;
  font-family: DIN;
  font-weight: bold;
  color: #1c1c1c;
  line-height: 42px;
  display: flex;
  margin-top: 30px;
}
.step5 p span {
  font-size: 19px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #1c1c1c;
  line-height: 42px;
  margin-left: 30px;
  display: block;
}
.step6 .step-div {
  height: auto;
}
.step6 .cont {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px !important;
}
.step6 .cont div {
  width: 350px !important;
  text-align: center;
  margin-top: 35px;
}
.step6 .cont div .img {
  height: 200px;
  width: 350px;
  overflow: hidden;
  cursor: pointer;
}
.step6 .cont div img {
  transition: all 1s ease 0s;
}
.step6 .cont div img:hover {
  transform: scale(1.1);
}
.step6 .cont div p {
  font-size: 19px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #737373;
}
.step3 {
  margin-top: 50px;
}
.step3 .step-div .cont {
  display: flex;
  justify-content: space-between;
}
.step3 .step-div .cont div {
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.step3 .step-div .cont div .img {
  width: 260px;
  height: 160px;
  background: url(../img/normal/qxkt_daka_1.png) no-repeat center;
  background-size: 77px 77px;
  border: 6px solid #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.step3 .step-div .cont div p {
  font-size: 19px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #999999;
  margin-top: 32px;
}
.step3 .step-div .cont div:nth-of-type(2) .img {
  background: url(../img/normal/qxkt_daka_4.png) no-repeat center;
  background-size: 164px 45px;
}
.step3 .step-div .cont div:nth-of-type(3) .img {
  background: url(../img/normal/qxkt_daka_3.png) no-repeat center;
  background-size: 238px 55px;
}
.step3 .step-div .cont div:nth-of-type(4) .img {
  background: url(../img/normal/qxkt_daka_2.png) no-repeat center;
  background-size: 164px 45px;
}
.step4 .step-div .cont {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 50px !important;
  position: relative;
}
.step4 .step-div .cont div {
  width: 536px !important;
  height: 300px;
  margin: 0;
  margin-bottom: 28px;
}
.step4 .step-div .cont .icon {
  width: 90px;
  height: 90px;
  background: url(../img/normal/qxkt_icon1.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -45px;
  margin-top: -56px;
}
.code {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.code p:nth-of-type(1) {
  width: 180px;
  height: 180px;
  background: url(../img/normal/qxkt_code2.png) no-repeat center;
  background-size: contain;
}
.code p {
  font-size: 23px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #1c1c1c;
  line-height: 42px;
}
.footer-try {
    background: url(../img/normal/qxkt_try_bg.jpg) no-repeat center;
    background-size: 100% 100%;
}
