.caseBg-img-text{
  font-size: 48px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #212229;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.main{
  width: 100%;
  height: 1080px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(../img/xq_xon_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.main-title{
  font-size: 30px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
  margin-top: 63px;
  margin-bottom: 25px;
}
.main-desc{
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #979BA5;
}
.price-line{
  width: 78px;
  height: 4px;
  background: linear-gradient(270deg, #0D4CDE 0%, #7C33FF 100%);
  margin-top: 30px;
}
.exBox-1{
  width: 27%;
  /* height: 165px; */
  position: absolute;
  left: 1%;
  top: 220px
}
.exBox-2{
  width: 27%;
  /* height: 165px; */
  position: absolute;
  left: 32%;
  top: 300px;
}
.exBox-3{
  width: 27%;
  /* height: 165px; */
  position: absolute;
  right: 1%;
  top: 145px;
}
.priceBox1{
  width: 27%;
  height: 584px;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #EEEEEE;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 8%;
  top: 400px;
}
.priceBox2{
  width: 27%;
  height: 584px;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #EEEEEE;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 40%;
  top: 475px;
  box-shadow: 0px 5px 20px 0px #d5dcec;
}
.priceBox3{
  width: 27%;
  height: 584px;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #EEEEEE;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: 1%;
  top: 335px;
}

.priceBoxTop{
  width: 100%;
  height: 165px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.priceBox1 .priceBoxTop{
  background-image: url(../img/xq_con_xcx_bg.png);
}
.priceBox2 .priceBoxTop{
  background-image: url(../img/xq_con_app_bg2.png);
}
.priceBox3 .priceBoxTop{
  background-image: url(../img/xq_web2.png);
}
.priceBox-title{
  padding-left: 45px;
  padding-right: 45px;
  box-sizing: border-box;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  margin-top: 48px;
}
.priceBox-title-desc{
  padding-left: 45px;
  padding-right: 45px;
  box-sizing: border-box;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  margin-top: 25px;
  margin-bottom: 51px;
}
.price{
  font-size: 36px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
  display: flex;
  align-items: flex-end;
}
.price p{
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 0px;
}
.priceBox-btn{
  width: 208px;
  height: 56px;
  background: #124BDF;
  border-radius: 10px;
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 48px;
}
.sub-box{
  width: 100%;
  height: 831px;
  background-image: url(../img/xq_con02_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-div{
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.sub-left{
  /*width: 745px;*/
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 3;
}
.sub-left-title{
  font-size: 24px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 75px;
  margin-bottom: 50px;
}
.sub-item{
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}
.sub-title{
  width: 96.4px;
  font-size: 16px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #FFFFFF;
  margin-right: 50px;
}
.sub-select-list{
  width: 560px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  /* justify-content: center; */
}
.select-item{
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #A8ACB8;
  margin-right: 32px;
  margin-bottom: 20px;
  cursor: pointer;
}
.select-item img{
  width: 20px;
  height: 20px;
  margin-right: 22px;
}
.username,.phone{
  width: 350px;
  height: 53px;
  background: #3A3C46;
  border-radius: 10px;
  border: 1px solid #8B8E99;
  padding-left: 23px;
  padding-right: 23px;
  box-sizing: border-box;
  color: white;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}
.username::placeholder,.phone::placeholder{
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #CCCCCC;
}
.desc{
  width: 350px;
  height: 118px;
  background: #3A3C46;
  border-radius: 10px;
  border: 1px solid #8B8E99;
  padding-left: 23px;
  padding-right: 23px;
  box-sizing: border-box;
  color: white;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}
.desc::placeholder{
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #CCCCCC;
}
.sub-btn{
  width: 208px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  border-radius: 10px;
  /*margin-top: 50px;*/
  background-color: rgba(18, 75, 223, 1);
  cursor: pointer;
  margin-left: 25%;
}
.sub-right{
  /*width: 470px;*/
  height: 654px;
  background-image: url(../img/xq_con02_contact_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
  flex: 2;
}
.sub-contact{
  padding: 50px;
}

.sub-contact div{
  font-size: 20px;
  font-weight: bolder;
  height: 50px;
}
.sub-contact p{
  height: 40px;
  line-height: 40px;
}