.combo-banner{
  height: 480px;
  background: url("/images/ComboPrice/Bitmap@2x.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.combo-banner .banner-header{
  margin: 0 auto;
  margin-top: 120px;
  display: flex;
  align-items: center;
  width: 1280px;
  justify-content: space-between;
  margin-bottom: 40px;
}

.combo-banner .banner-header .banner-title{
  color: #fff;
  font-size: 40px;
  font-family: "pingfangsc-heavy";
}

.combo-banner .banner-header .banner-page{
  display: flex;
  align-items: center;
}

.combo-banner .banner-header .banner-page img{
  width: 30px;
  cursor: pointer;
}

.combo-banner .banner-header .banner-page p{
  font-size: 18px;
  line-height: 25px;
  color: #fff;
}

.combo-banner .banner-content-wrap{
  width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 200px;
}

.combo-banner .banner-content-wrap .banner-content-contnet{
  position: absolute;
  left: 0;
  display: flex;
}

.combo-banner .banner-content-wrap .banner-content{
  width: 1280px;
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
}

.combo-banner .banner-content-wrap .banner-content img {
    width: 290px;
    cursor: pointer;
    border-radius: 4px;
}

.combo-content-wrap .combo-content-title{
  font-size: 40px;
  color: #222;
  text-align: center;
  margin-top: 100px;
  font-family: pingfangsc-heavy;
  line-height: 56px;
}

.combo-content-wrap .combo-content{
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
  margin-bottom: 100px;
}

.combo-content-wrap .combo-content .combo-left .combo-list{
  width: 290px;
}
.combo-content-wrap .combo-content .combo-left .combo-list-item .combo-item-title{
  padding: 24px 0;
  padding-left: 24px;
  padding-right: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  color: #222;
  line-height: 33px;
  font-family: pingfangsc-medium;
  background: #EEEEEE;
  cursor: pointer;
  font-weight: 500;
}

.combo-content-wrap .combo-content .combo-left .combo-list-item .combo-item-title img {
  width: 24px;
}

.combo-content-wrap .combo-content .combo-left .combo-list-item .combo-list-project-list{
  overflow: hidden;
}

.combo-content-wrap .combo-content .combo-left .combo-list-item .combo-list-project-list .combo-project-item{
  background: #F7F8FA;
  font-size: 24px;
  color: #222222;
  padding: 24px 48px;
  font-family: pingfangsc-medium;
  line-height: 33px;
  cursor: pointer;
}

.combo-content-wrap .combo-content .combo-left .combo-list-item .combo-list-project-list .combo-project-item-active{
  background: #FF751F;
  color: #fff;
}


.combo-content-wrap .combo-content .combo-right{
  width: 950px;
}

.combo-content-wrap .combo-content .combo-right .combo-right-img{
 width: 100%;
}