.ours-result{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  margin-top: 87px;
}
.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%;
}
.detail-box{
  /*width: 100%;*/
  min-height: 20px;
  height: auto;
  /*padding-left: 240px;
  padding-right: 240px;*/
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 37px;
  background-color: #FBFBFD;
}
.detail-box-left{
  width: 1000px;
  height: auto;
}
.project-detail{
  width: 100%;
  height: 276px;
  display: flex;
  align-items: flex-start;
}
.project-detail .project-img{
  width: 295px;
  height: 222px;
  margin-top: 25px;
  margin-left: 8px;
  margin-right: 56px;
  border-radius: 25px;
  border: 2px solid #cccccc;
}
.detail-msg{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.detail-msg .project-name{
  font-size: 18px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
  margin-top: 53px;
  margin-bottom: 35px;
}
.customer{
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #595E6B;
  margin-bottom: 28px;
}
.customer .customer-icon{
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.classify-box{
  display: flex;
  align-items: center;
}
.classify-title{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #9298AD;
  margin-right: 23px;
  width: 70px;
}
.classify-item{
  /*width: 71px;*/
  min-width: 81px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  background-image: url(../img/yx_bq_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-right: 10px;
  box-sizing: border-box;
  margin-right: 12px;
  margin-top: 2px;
  float: left;
}
.detail-img{
  width: 100%;
  height: auto;
}

.detail-box-right{
  width: 410px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.detail-box-right-top{
  width: 410px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
}
.function-title{
  width: 182px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #FFFFFF;
  background-image: url(../img/home_con03_cintact_title_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.function-box{
  width: 100%;
  height: 307px;
  position: relative;
}
.function-item1{
  width: 108px;
  height: 48px;
  background: #FBFBFD;
  box-shadow: 2px 2px 5px 0px #F0F3FC;
  opacity: 0.5;
  text-align: center;
  line-height: 48px;
  position: absolute;
  left: 17px;
  top: 30px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #8E8EAB;
}
.function-item2{
  width: 129px;
  height: 58px;
  background: #FBFBFD;
  box-shadow: 2px 2px 5px 0px #F0F3FC;
  text-align: center;
  line-height: 58px;
  position: absolute;
  left: 75px;
  top: 53px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #8E8EAB;
}
.function-item3{
  width: 129px;
  height: 58px;
  background: #FFFFFF;
  box-shadow: 2px 2px 5px 0px #DBE3F6;
  text-align: center;
  line-height: 58px;
  position: absolute;
  left: 174px;
  top: 86px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #124BDF;
  z-index: 50;
}
.function-item4{
  width: 136px;
  height: 53px;
  background: #FBFBFD;
  box-shadow: 2px 2px 5px 0px #F0F3FC;
  opacity: 0.4;
  text-align: center;
  line-height: 53px;
  position: absolute;
  left: 245px;
  top: 21px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #8E8EAB;
}
.function-item5{
  width: 129px;
  height: 58px;
  background: #FBFBFD;
  box-shadow: 2px 2px 5px 0px #F0F3FC;
  opacity: 0.6;
  text-align: center;
  line-height: 58px;
  position: absolute;
  left: 19px;
  top: 119px;
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #8E8EAB;
}
.function-item6{
  width: 119px;
  height: 53px;
  background: #FBFBFD;
  box-shadow: 2px 2px 5px 0px #F0F3FC;
  opacity: 0.6;
  text-align: center;
  line-height: 53px;
  position: absolute;
  left: 241px;
  top: 131px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #8E8EAB;
}
.function-item7{
  width: 145px;
  height: 58px;
  background: #FBFBFD;
  box-shadow: 2px 2px 5px 0px #F0F3FC;
  opacity: 0.8;
  text-align: center;
  line-height: 58px;
  position: absolute;
  left: 102px;
  top: 170px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #8E8EAB;
}
.function-item8{
  width: 106px;
  height: 53px;
  background: #FBFBFD;
  box-shadow: 2px 2px 5px 0px #F0F3FC;
  opacity: 0.4;
  text-align: center;
  line-height: 53px;
  position: absolute;
  left: 37px;
  top: 213px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #8E8EAB;
}
.function-item9{
  width: 108px;
  height: 48px;
  background: #FBFBFD;
  box-shadow: 2px 2px 5px 0px #F0F3FC;
  opacity: 0.5;
  text-align: center;
  line-height: 48px;
  position: absolute;
  left: 287px;
  top: 204px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #8E8EAB;
}
.function-item10{
  width: 119px;
  height: 53px;
  background: #FBFBFD;
  box-shadow: 2px 2px 5px 0px #F0F3FC;
  opacity: 0.6;
  text-align: center;
  line-height: 53px;
  position: absolute;
  left: 190px;
  top: 237px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #8E8EAB;
}
.detail-box-right-bottom{
  width: 410px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  margin-top: 10px;
}
.new-tag{
  width: 100%;
  height: 64px;
  border-bottom: 1px solid #EEEEEE;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 64px;
  display: flex;
  align-items: center;
  padding-left: 22px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.new-tag img{
  width: 21px;
  height: 22px;
  margin-right: 16px;
}
.new-tag.first{
  color: #124BDF;
}
.new-tag.last{
  border: none;
}
.relevant-box{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 40px;
}
.relevant-title{
  font-size: 18px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #212229;
}
.relevant-line{
  width: 113px;
  height: 1px;
  background-color: #EEEEEE;
}
.relevant-list{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.relevant-item{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  margin-bottom: 40px;
}
.relevant-item img{
  width: 358px;
  height: 269px;
  margin-left: 26px;
}
.relevant-list .project-name{
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #212229;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 46px;
  padding-right: 20px;
  box-sizing: border-box;
}
.container-right-bottom{
  width: 100%;
  display: flex;
  padding-left: 26px;
  padding-right: 26px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  background-color: white;
}
.relevant-title{
  width: 182px;
  height: 50px;
  font-size: 18px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #FFFFFF;
  background-image: url(../img/home_con03_cintact_title_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 50px;
}


