body{
  background-color: #FBFBFD;
}
.caseBg{
  margin-top: 83px;
  position: relative;
  width: 100%;
  /*height: 565px;*/
}
.ours-result{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
}
.selectTabBox{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.result-title{
  font-size: 30px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
  margin-top: 68px;
  margin-bottom: 17px;
}
.result-desc{
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #979BA5;
  display: flex;
  align-items: center;
}
.result-desc p{
  font-size: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #979BA5;
}
.result-line{
  width: 78px;
  height: 4px;
  background: linear-gradient(270deg, #0D4CDE 0%, #7C33FF 100%);
  margin-top: 27px;
}
.selectTab{
  width: 1020px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 47px;
}
.select-item{
  width: 142px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  font-size: 18px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #999999;
  cursor: pointer;
}
.select-item.selected{
  background-image: url(/assets/pc/img/yx_con_title_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  font-size: 18px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #FFFFFF;
}
.selectCheckBox{
  width: 90%;
  padding: 1%;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  margin-top: 37px;
  box-shadow: 0px 2px 6px 0px #eef1f8;
  margin-bottom: 14px;
}
.checkBoxLeft{
  width: 150px;
  font-size: 16px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
  margin-right: 49px;
}
.checkBoxList{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  
}
.checkBoxItem{
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #A8ACB8;
  margin-right: 36px;
  margin-bottom: 30px;
  cursor: pointer;
}
.checkBoxItem img{
  width: 20px;
  height: 20px;
  margin-right: 16px;
}
.selectBtn{
  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: 2%;
  margin-right: 5%;
}
.projectList{
  width: 100%;
  height: auto;
  /*padding-left: 195px;
  padding-right: 195px;*/
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.project-item{
  /*width: 454px;
  height: 442px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 45px;
  margin-left: 22px;
  margin-right: 22px;*/
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1% 1% 1% 2%;
}
.project-item img{
  /*width: 442px;
  height: 332px;
  margin-top: 7px;*/
  width: 100%;
}
.project-title{
  width: 100%;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #212229;
  margin-top: 22px;
  margin-bottom: 22px;
}
.tags{
  width: 100%;
  display: flex;
  align-items: center;
}
.tag{
  background-image: url(/assets/pc/img/yx_bq_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 26px;
  width: 80px;
  height: 26px;
  margin-right: 22px;
}
.secondTag{
  display: flex;
  align-items: center;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #98A2BB;
  margin-right: 11px;
}
.secondTag img{
  width: 16px;
  height: 16px;
  margin-right: 11px;
  margin-top: 0;
}


.checkbox{
  width: 20px;
  height: 20px;
}