.mw1920{
  min-width: 1920px;
}
#app{
  overflow-x: hidden;
  background: #F4F7FC;
  /* background: linear-gradient(360deg, #FFFFFF 62.86%, #DFECFF 100%); */

}
.index_box1 {
  width: 100%;
  min-height: 868px;
  display: flex;
  justify-content: center;
  background: #FFFFFFE5;
  /* background-image: url(../img/index_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat; */
}
.index_box1.bgw{
  background: #fff;
}
.index_box1 .box1_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 90px;
  width: 1200px;
  gap: 40px;
  position: relative;
}
.index_box1 .box1_content .title{
  font-size: 42px;
  font-weight: 500;
  line-height: 58.8px;
  color: #1F2329;
  margin-bottom: 24px;
}
.index_box1 .box1_content .price{
  width: 100%;
}

.index_box1 .box1_content .absHover{
  position: absolute;
  width: 141px;
  height: 37px;
  top: 319px;
  left: 60px;
  /* background: #000; */
}
.index_box1 .box1_content .absHover .hoverImg{
  position: absolute;
  left: 100%;
  display: none;
  width: 320px;
  transform: translateY(-50%);
}
.index_box1 .box1_content .absHover:hover .hoverImg{
  display: flex;
}


.index_box1 .box1_content .jisuanBox{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #F8FAFD;
  gap: 36px;
  min-height: 346px;
  padding: 48px 40px;
  box-sizing: border-box;
}
.index_box1 .box1_content .jisuanBox .jsLine{
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 20px;
  font-weight: 500;
  line-height: 48px;
  color: #000000;
}
.index_box1 .box1_content .jisuanBox .jsLine .total{
  font-size: 36px;
  color: #467CF3;
}
.index_box1 .box1_content .jisuanBox .jsLine .pradioBox{
  width: 202px;
  height: 82px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  box-sizing: border-box;
  gap: 14px;
  border: 1px solid #D5DADE;
  background: #FFFFFF;
  border-radius: 8px;
  cursor: pointer;
}
.index_box2 {
  width: 100%;
  display: flex;
  justify-content: center;
  background: linear-gradient(128.28deg, rgba(0, 102, 255, 0.384) 1.59%, rgba(255, 255, 255, 0) 72.68%, rgba(233, 241, 255, 0.8) 92.58%);

  /* background-image: url(../img/index_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat; */
}
.index_box2 .box2_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 148px;
  width: 1200px;
  padding-bottom: 56px;
  position: relative;
}
.index_box2 .box2_content .title{
  font-size: 42px;
  font-weight: 500;
  line-height: 58.8px;
  color: #000;
}
.index_box2 .box2_content .types{
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  width: 1200px;
  gap: 40px;
}
.index_box2 .box2_content .types img{
  width: 1200px;
  cursor: pointer;
}

.index_box3 {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #F4F7FC;
}
.index_box3 .box3_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 78px;
  width: 1200px;
  padding-bottom: 104px;
  position: relative;
}
.index_box3 .box3_content .title{
  font-size: 42px;
  font-weight: 500;
  line-height: 58.8px;
  color: #1F2329;
}
.index_box3 .box3_content .inpBox{
  width: 100%;
  margin-top: 48px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  border-radius: 10px;
  background: #FFFFFFE5;
}
.index_box3 .box3_content .inpBox .line{
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #2E2F30;
  gap: 28px;
}
.index_box3 .box3_content .inpBox .line .label{
  line-height: 48px;
}
.index_box3 .box3_content .inpBox .line .price{
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  color: #467CF3;
}
.index_box3 .box3_content .inpBox .line .danwei {
  margin-left: -16px;
}
.index_box3 .box3_content .inpBox .radioBox{
  display: flex;
  align-items: center;
  gap: 14px;
  width: 240px;
  height: 60px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid #D5DADE;
}
.index_box3 .box3_content .tipBox{
  padding: 0 36px;
  padding-top: 21px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #666;
  width: 100%;
}
.index_box3 .box3_content .tipBox .title{
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #333;
}
.index_box3 .box3_content .tipBox div{
  display: flex;
  align-items: center;
}
.index_box3 .box3_content .tipBox span{
  display: inline-flex;
  flex: 1;
}

.el-radio{
  margin: 0;
  font-weight: 500;
  line-height: 28px;
  color: #2E2F30;
  display: flex;
  align-items: center;
}
.el-radio__label{
  padding-left: 14px;
  font-size: 20px !important;
}
.el-radio__input.is-checked+.el-radio__label{
  color: #FBA332;
}
.numInp{
  width: 102px;
}
.el-radio__inner{
  height: 16px;
  width: 16px;
}
.el-input__inner{
  border-color: #D5DADE;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  height: 44px;
  color: #2E2F30;
}
.index_box1 .box1_content .jisuanBox .jsLine .pradioBox .right_info{
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #467CF3;
}
.index_box1 .box1_content .jisuanBox .jsLine .pradioBox .right_info .bottom{
  padding: 0 8px;
  box-sizing: border-box;
  background: #F1F2F4;
  border-radius: 2px;
  display: flex;
  height: 26px;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: #1F2329;
}
.index_box1 .box1_content .jisuanBox .jsLine .pradioBox .right_info.yellow{
  color: #FBA332;
}
.index_box1 .box1_content .minxiBox{
  width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 82px;
}
.index_box1 .box1_content .minxiBox .mxItem{
  width: 1200px;
  padding: 20px 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: #1F2329;
  background: #F8FAFD;
  border-radius: 8px;
}
.index_box1 .box1_content .minxiBox .mxItem .title{
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: #1F2329;
}


/*# sourceMappingURL=index.css.map */

.index_newB{
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-100px);
  width: 1200px;
  margin: 0 auto;
  box-shadow: 0px 0px 12px 0px rgba(51, 51, 51, 0.1);


  display: flex;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
}
.index_newB .nbContent{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_newB .nbItem{
  height: 200px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  flex: 1;
}
.index_newB .nbItem img{
  height: 69px;
}
.index_newB .nbItem .right_label{
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 22px;
}
.index_newB .nbItem .right_label span{
  color: #333;
  font-family: PingFang SC,sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.index_newB .nbItem .right_label .rlt{
  color: #000;
  font-family: PingFang SC,sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.index_nb2{
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 123px;
  background: #F4F7FC;
}
.index_nb2 .nb2_title{
  color: #1F2329;
  font-size: 42px;
  font-weight: 500;
  line-height: normal;
}
.index_nb2 .nb2_subt{
  margin-top: 12px;
  color: #1F2329;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.nb2_body{
  width: 1200px;
  /* height: 560px; */
  gap: 88px;
  padding: 48px 60px;
  border-radius: 8px;
  padding-right: 0;
  background: linear-gradient(359.52deg, #FFFFFF 76.73%, #C6DAFF 110.36%);
  margin-top: 72px;
  box-sizing: border-box;
  display: flex;
}
.nb2_body .nb2L{
  display: flex;
  flex-direction: column;
  width: 312px;
}
.nb2_body .tt_box{
  color: #FFF;
  font-size: 34px;
  font-weight: 500;
  line-height: 47.6px;
  display: flex;
  color: #1F2329;
  flex-direction: column;
}
.whiteh{
  margin-top: 12px;
  width: 91px;
  height: 4px;
  background: #467CF3;
}
.nb2_body .nb2L .mLabel{
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 71.5px;
  padding-left: 12px;
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;
  color: #666666;
}
.nb2_body .nb2L .shiyongBtn{
  margin-top: 120px;
  display: flex;
  width: 144px;
  height: 48px;
  background: #467CF3;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.nb2_body .nb2R{
  height: 445px;
}
.b5exp_menu{
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  width: 729px;
  margin: 0 auto;
}
.b5exp_mitem{
  display: flex;
  height: 58px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-bottom: 2px solid transparent;
  transition: all .3s;
  color: #1F2329;
  font-size: 16px;
  font-weight: 400;
}
.nowb5Menu{
  border-bottom: 2px solid #467CF3;
}
.ppqBox{
  width: 1920px;
  min-width: 1920px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding-left: 147px;
  padding-right: 165px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 17px;
}
.ppqCkItem{
  width: 185.5px;
  height: 105px;
  cursor: pointer;
  /* background: aqua; */
  z-index: 1;
}
.pingpaiqiang{
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  left: -3px;
  top: -12px;
  z-index: 0;
}
.kmBox{
  min-height: 768px;
  padding-top: 99px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: center
}
.kmBoxContainer{
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kmbTitle{
  color: #1F2329;
  font-size: 42px;
  font-weight: 500;
  line-height: 59px;
}
.kmBBtn{
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #467CF3;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  cursor: pointer;
}
.kmBbot{
  margin-top: 88px;
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  justify-content: space-between;
}
.kmBwz{
  display: flex;
  align-items: flex-start;
  gap: 20px;
  cursor: pointer;
}
.wzDate{
  display: flex;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 8px;
  flex-direction: column;
  align-items: center;
  color: #467CF3;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border: 1px solid #467CF3;
}
.wzDate .day{
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
.wzDetail{
  display: flex;
  flex-direction: column;
  gap: 12px;

  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  width: 478px;
}
.wzdTitle{
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.wzdTb{
  width: 32px;
  height: 1px;
  background: #467CF3;
}