.container {
  padding-bottom: 50px;
}
.banner {
  width: 100%;
  height: 300px;
  background: url("../images/banner.png");
  background-size: 100% 100%;
  padding-top: 90px;
}
.banner_title {
  font-family: AlimamaShuHeiTi-Bold;
  font-weight: 500;
  font-size: 46px;
  color: #ffffff;
  line-height: 68px;
}
.banner_subtitle {
  margin-top: 20px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 26px;
  color: #ffffff;
  height: 33px;
  line-height: 33px;
}

.navbox {
  height: 60px;
  line-height: 60px;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  background: white;
}
.steptit {
  color: #2078f3;
}

.contbox {
  margin-top: 30px;
  background: white;
  padding: 30px 60px 20px 60px;
}

.form-step {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.form-step-main {
  background: #f5f5f5;
  border-radius: 24px;
  padding: 13px 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.step-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.step-item-num {
  background: #999999;
  border-radius: 10px;
  font-family: PingFangSC-Medium;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
}
.step-item-title {
  line-height: 22px;
  font-family: PingFangSC-Medium;
  font-weight: bold;
  font-size: 16px;
  color: #999999;
  margin-left: 8px;
}
.step-line {
  margin: 0 35px;
  width: 22px;
  height: 9.57px;
  background: url("../images/step.png");
  background-size: 100% 100%;
}
.active .step-item-num {
  background: #2078f3;
  color: #ffffff;
}
.active .step-item-title {
  color: #2078f3;
}
.activeLine {
  background: url("../images/step_active.png");
  background-size: 100% 100%;
}

.stepbtnbox {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
}
.stepbtn {
  width: 124px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  margin: 0 8px;
}
.stepbtn1 {
  background: #ffffff;
  border: 1px solid #eeeeee;
  color: #333333;
}
.stepbtn2 {
  background: #007aff;
  color: #ffffff;
}
.stepbtn3 {
  width: 172px;
  height: 50px;
  line-height: 50px;
  background: #2078f3;
  border-radius: 4px;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

.titleStyle {
  height: 28px;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  padding-top: 4px;
}
.titleStyle .titleStyleTit {
  line-height: 1;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  border-left: 2px solid #2078f3;
  padding-left: 10px;
}

.sxtable {
  margin-top: 20px;
}
.sxtable_i {
  display: flex;
  font-size: 16px;
  color: #333333;
  border: 1px solid #dcdcdc;
  border-top: none;
}
.sxtable_h {
  border-top: 1px solid #dcdcdc;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  background: #fafafa;
}
.sxtable_r {
  font-family: PingFangSC-Regular;
  font-weight: 400;
}
.sxtable_i_c {
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.sxtable_i_1 {
  width: 10%;
  justify-content: center;
}
.sxtable_i_2 {
  width: 40%;
  padding-left: 20px;
}
.sxtable_i_3 {
  width: 30%;
  padding-left: 20px;
}
.sxtable_i_4 {
  width: 20%;
  padding-left: 20px;
}

.qxtable {
  margin-top: 20px;
}

.ant-radio,
.ant-radio-wrapper {
  color: #333333 !important;
}

.qdModal .ant-modal-body {
  padding: 0;
}
.qxbox {
  padding: 30px 26px 20px 26px;
}
.titbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.titbox img {
  width: 34px;
  height: 8px;
}
.titbox_2 {
  height: 29px;
  line-height: 29px;
  font-family: AlimamaShuHeiTi-Bold;
  font-weight: 700;
  font-size: 24px;
  color: #333333;
  margin: 0 20px;
}
.closeImg {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 30px;
  right: 25px;
  cursor: pointer;
}
.tipbox {
  margin-top: 20px;
  height: 50px;
  line-height: 50px;
  background: rgba(255, 160, 0, 0.05);
  border-radius: 8px;
  padding-left: 26px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #f29655;
  margin-bottom: 30px;
}
.sxitem {
  padding: 26px;
  display: flex;
  align-items: center;
  background: #fafafa;
  border-radius: 8px;
  margin-bottom: 10px;
}
.sxitem:last-child {
  margin-bottom: 0;
}
.sxi_1 {
  width: 24px;
  height: 24px;
}
.sxi_2 {
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  margin: 0 10px;
}
.sxi_3 {
  margin-left: auto;
  width: 24px;
  height: 24px;
}
.sxi_4 {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
.sxi_4_tit {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 20px;
  color: #999999;
  margin-right: 10px;
}
.sxi_4 img {
  padding-top: 2px;
  width: 8.78px;
  height: 14px;
}
.sxi_4 .ant-input {
  outline: none;
  border: none;
  text-align: right;
}
.sxi_4 .ant-cascader-input.ant-input {
  padding-right: 10px;
}
.sxi_4 .ant-cascader-picker-arrow {
  display: none;
}
.sxi_4 .ant-cascader-picker {
  background: #fafafa;
}
.sxi_4 .ant-cascader-picker-label {
  text-align: right;
  padding-right: 10px;
}

.formItem {
  display: flex;
  margin-top: 20px;
}
.formItem:first-child {
  margin-top: 0px;
}
.formItem_i {
  margin-right: 80px;
  width: 500px;
}
.formItem_i:nth-child(2n) {
  margin-right: 0px;
}
.formItem_i_tit {
  margin-bottom: 10px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

.clbox {
  margin-top: 20px;
  border-bottom: 1px solid #eeeeee;
}
.clbox:last-child {
  border-bottom: none;
}
.clbox_titbox {
  display: flex;
  justify-content: space-between;
}
.clbox_tit {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.clbox_c {
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}
.clbox_i_btn {
  display: flex;
}
.clbox_i_btn_c {
  width: 88px;
  height: 28px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  margin: 0 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.clbox_i_btn_c img {
  width: 14px;
  height: 14px;
  margin-right: 2px;
}
.uploadImg {
  width: 150px;
  height: 100px;
  cursor: pointer;
}
.uploadImg2 {
  width: 150px;
  height: 100px;
  margin-right: 14px;
}
.uploadImgBox {
  width: 150px;
  height: 100px;
  margin-right: 14px;
  position: relative;
}
.uploadImgDel {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 23px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  cursor: pointer;
}
.uploadImgDel img {
  width: 14px;
  height: 14px;
}

.stepbox5 {
  padding-top: 30px;
  text-align: center;
}
.stepbox5 img {
  width: 64px;
  height: 64px;
}
.stepbox5_tit1 {
  margin-top: 10px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
}
.stepbox5_tit2 {
  margin-top: 20px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.stepbox5_btn {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.stepbtnbox {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
}
.stepbtn {
  width: 124px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  margin: 0 8px;
}
.stepbtn1 {
  background: #ffffff;
  border: 1px solid #eeeeee;
  color: #333333;
}
.stepbtn2 {
  background: #007aff;
  color: #ffffff;
}
.sxempty {
  color: #999999;
  margin-top: 20px;
  font-size: 16px;
}

.musttit {
  color: #ff4d4f;
}
