body {
  background-color: #fafbfc;
}

.core {
  width: ;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.describe {
  padding: 0 0 40px 0 !important;
  text-align: center;
}

.describe .AreaTitle {
  padding-bottom: 4px;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
}

.describe .AreaTitle span {
  color: #0a5aff;
}

.describe .sketch {
  font-size: 12px;
  color: #8D9199;
  line-height: 22px;
}

#banner {
  width: 100%;
  height: 600px;
  min-width: 1180px;
  background: url("../image/groupBuying/groupBuyingBanner.png") no-repeat;
  background-size: 100% 100%;
}

#banner .bannerCore {
  width: 1180px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

#banner .bannerCore .introduce {
  color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 279px;
}

#banner .bannerCore .introduce .introduceName {
  line-height: 53px;
  font-size: 40px;
}

#banner .bannerCore .introduce .briefIntroduce {
  font-weight: bold;
  font-size: 40px;
}

#banner .bannerCore .introduce .briefIntroduce span {
  color: #ffc526;
}

#banner .bannerCore .introduce .direction {
  font-size: 20px;
  opacity: 0.6;
  margin-top: 16px;
}

#banner .bannerCore .onTrialBtn {
  width: 176px;
  height: 58px;
  border: 0;
  background: #FFFFFF;
  border-radius: 8px;
  color: #F54952;
  font-size: 20px;
  position: absolute;
  left: 0;
  bottom: 125px;
}

.buildList {
  width: 1180px;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 16px 24px;
  background: #FFFFFF;
  border-radius: 12px;
  margin: -40px auto 0 auto;
}

.buildList .buildItem {
  width: 12.5%;
  padding: 13px 0;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.buildList .activeBuild {
  background: #EBF3FF;
  border-radius: 8px;
  color: #0A5AFF;
}

.editionCenter {
  width: 1180px;
  min-width: 1180px;
  margin: 16px auto;
  display: flex;
  justify-content: space-between;
}

.editionCenter .content {
  width: 904px;
  background-color: #FFFFFF;
}

.editionCenter .content #patternAnalysis {
  width: 100%;
  min-width: 772px;
  padding: 72px 0;
}

.editionCenter .content #patternAnalysis .pattern {
  height: 302px;
  margin-top: 2px;
  background: url("../image/groupBuying/AnalysisFrame.png") no-repeat;
  background-size: 100% 100%;
}

.editionCenter .content #patternAnalysis .pattern .patternName {
  display: flex;
  padding: 0 93px;
  justify-content: space-around;
}

.editionCenter .content #patternAnalysis .pattern .patternName p {
  font-size: 12px;
  line-height: 17px;
  text-align: center;
}

.editionCenter .content #patternAnalysis .pattern .patternDetail {
  margin-top: 43px;
  display: flex;
  justify-content: space-between;
}

.editionCenter .content #patternAnalysis .pattern .patternDetail .patternItem {
  width: 146px;
  height: 152px;
  background: rgba(123, 167, 255, 0.2);
  border: 0.5px dashed #0A5AFF;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 31px 47px;
}

.editionCenter .content #patternAnalysis .pattern .patternDetail .patternItem img {
  width: 62px;
  height: 62px;
}

.editionCenter .content #patternAnalysis .pattern .patternDetail .patternItem p {
  font-size: 12px;
  line-height: 17px;
  text-align: center;
}

.editionCenter .content #patternAnalysis .pattern .patternDetail .analysis {
  width: 166px;
  box-sizing: border-box;
  margin: auto 0;
}

.editionCenter .content #patternAnalysis .pattern .patternDetail .analysis p {
  font-size: 12px;
  line-height: 17px;
  text-align: center;
}

.editionCenter .content #patternAnalysis .pattern .patternDetail .analysis p:nth-of-type(2) {
  margin-top: 16px;
}

.editionCenter .content #patternAnalysis .pattern .analysisSketch {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.editionCenter .content #patternAnalysis .pattern .analysisSketch p {
  width: 146px;
  text-align: center;
  font-size: 12px;
  line-height: 17px;
}

.editionCenter .content #patternAnalysis .pattern .bottomItem {
  margin-top: 43px;
}

.editionCenter .content #patternAnalysis .sysIntroduce {
  margin-top: 20px;
  height: 121px;
  padding: 21px;
  box-sizing: border-box;
  background: #FAFCFF;
  border-radius: 5px;
}

.editionCenter .content #patternAnalysis .sysIntroduce h2 {
  font-size: 16px;
  line-height: 21px;
  color: #0A5AFF;
  font-weight: bold;
}

.editionCenter .content #patternAnalysis .sysIntroduce p {
  margin-top: 12px;
  font-size: 12px;
  line-height: 24px;
  color: #5E6166;
}

.editionCenter .content #patternAnalysis .sysIntroduce p span {
  color: #f4454e;
  font-weight: bold;
}

.editionCenter .content #memberType {
  width: 100%;
  padding: 72px 0;
  min-width: 772px;
  background-color: #FAFBFC;
}

.editionCenter .content #memberType .memberTypeList {
  background: #FFFFFF;
  border-radius: 15px;
  margin-bottom: 15px;
  padding: 26px 25px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.editionCenter .content #memberType .memberTypeList img {
  width: 190px;
  height: 190px;
  background: #90AEB6;
  border-radius: 26px;
}

.editionCenter .content #memberType .memberTypeList .memberDescribe {
  width: 509px;
}

.editionCenter .content #memberType .memberTypeList .memberDescribe .memberTitle {
  display: flex;
}

.editionCenter .content #memberType .memberTypeList .memberDescribe .memberTitle h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.editionCenter .content #memberType .memberTypeList .memberDescribe .memberTitle p {
  display: block;
  height: 20px;
  padding: 0px 10px;
  background: #0A5AFF;
  border-radius: 10px 10px 10px 2px;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  margin-left: 10px;
}

.editionCenter .content #memberType .memberTypeList .memberDescribe .memberTitle .TypeHead {
  background: #3BC67B;
}

.editionCenter .content #memberType .memberTypeList .memberDescribe .memberTitle .consumer {
  background: #FFC300;
}

.editionCenter .content #memberType .memberTypeList .memberDescribe .memberContent {
  margin-top: 20px;
}

.editionCenter .content #memberType .memberTypeList .memberDescribe .memberContent h4 {
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
}

.editionCenter .content #memberType .memberTypeList .memberDescribe .memberContent h4 span {
  color: #0a5aff;
}

.editionCenter .content #memberType .memberTypeList .memberDescribe .memberContent p {
  font-size: 10px;
  line-height: 14px;
  color: #8D9199;
  margin-top: 5px;
}

.editionCenter .content #empowerment {
  width: 100%;
  min-width: 772px;
  padding: 72px 0;
}

.editionCenter .content #empowerment .empowermentList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.editionCenter .content #empowerment .empowermentList .empowermentItem {
  width: 378px;
  height: 287px;
  background: #FFFFFF;
  box-shadow: 0px 2.61695px 15.7017px rgba(194, 220, 255, 0.16);
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 31px 48px 23px 48px;
  box-sizing: border-box;
  text-align: center;
}

.editionCenter .content #empowerment .empowermentList .empowermentItem h3 {
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
}

.editionCenter .content #empowerment .empowermentList .empowermentItem h3 span {
  color: #0A5AFF;
}

.editionCenter .content #empowerment .empowermentList .empowermentItem img {
  width: 167px;
  height: 124px;
  margin: 19px auto;
}

.editionCenter .content #empowerment .empowermentList .empowermentItem .MarketingImg {
  width: 148px;
  height: 123px;
}

.editionCenter .content #empowerment .empowermentList .empowermentItem .manageImg {
  width: 145px;
  height: 121px;
}

.editionCenter .content #empowerment .empowermentList .empowermentItem .liveBroadcastImg {
  width: 175px;
  height: 115px;
}

.editionCenter .content #empowerment .empowermentList .empowermentItem p {
  font-size: 10px;
  line-height: 16px;
  color: #5E6166;
  letter-spacing: -0.1px;
}

.editionCenter .content #operateSys {
  min-width: 772px;
  padding: 72px 0;
  background-color: #FAFBFC;
}

.editionCenter .content #operateSys .operateDetail {
  width: 100%;
  height: 235px;
  margin-top: 2px;
  background-image: url(../image/groupBuying/operateSys.png);
  background-size: 100% 100%;
  position: relative;
}

.editionCenter .content #operateSys .operateDetail p {
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
}

.editionCenter .content #operateSys .operateDetail p span {
  color: #0a5aff;
}

.editionCenter .content #operateSys .operateDetail .SupplyChain {
  position: absolute;
  top: 7.85px;
  left: 96px;
}

.editionCenter .content #operateSys .operateDetail .sysExploit {
  position: absolute;
  top: 7.85px;
  right: 82px;
}

.editionCenter .content #operateSys .operateDetail .team {
  position: absolute;
  top: 107px;
  left: 71px;
}

.editionCenter .content #operateSys .operateDetail .process {
  position: absolute;
  top: 107px;
  right: 113px;
}

.editionCenter .content #operateSys .operateDetail .distribution {
  position: absolute;
  bottom: 7.8px;
  left: 87px;
}

.editionCenter .content #operateSys .operateDetail .Service {
  position: absolute;
  bottom: 7.8px;
  right: 82px;
}

.editionCenter .content #CareerPlatform {
  min-width: 772px;
  padding: 72px 0;
}

.editionCenter .content #CareerPlatform .platformList {
  height: 268px;
  background-image: url(../image/groupBuying/CareerPlatform.png);
  background-size: 100% 100%;
  position: relative;
}

.editionCenter .content #CareerPlatform .platformList .platformItem {
  padding-left: 5px;
}

.editionCenter .content #CareerPlatform .platformList .platformItem h3 {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 3px;
  color: #0A5AFF;
  font-weight: bold;
  text-indent: 10px;
}

.editionCenter .content #CareerPlatform .platformList .platformItem h4 {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
}

.editionCenter .content #CareerPlatform .platformList .platformItem p {
  font-size: 12px;
  line-height: 16px;
  color: #8D9199;
}

.editionCenter .content #CareerPlatform .platformList .zeroRisk {
  position: absolute;
  bottom: 0;
  left: 96px;
}

.editionCenter .content #CareerPlatform .platformList .easyTransaction {
  position: absolute;
  top: 0;
  left: 213px;
}

.editionCenter .content #CareerPlatform .platformList .continued {
  position: absolute;
  bottom: 0;
  left: 331px;
}

.editionCenter .content #CareerPlatform .platformList .saveEnergy {
  position: absolute;
  top: 0;
  left: 448px;
}

.editionCenter .content #CareerPlatform .platformList .saveMoney {
  position: absolute;
  bottom: 0;
  left: 565px;
}

.editionCenter .caseList {
  width: 260px;
}

.editionCenter .caseList .caseItem {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}

.editionCenter .caseList .caseItem .caseTitle {
  padding: 8px 0;
  font-size: 18px;
  line-height: 24px;
  color: #2F3033;
  border-bottom: 1px solid #fafbfc;
}

.editionCenter .caseList .caseItem .caseContent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 16px 0 8px 0;
}

.editionCenter .caseList .caseItem .caseContent .caseImg {
  width: 110px;
  height: 82px;
  border-radius: 4px;
  margin-bottom: 8px;
}

.editionCenter .caseList .caseItem .caseContent .serviceTypeItem {
  background: #FAFBFC;
  border-radius: 8px;
  padding: 11px 0;
  width: 110px;
  margin-bottom: 8px;
}

.editionCenter .caseList .caseItem .caseContent .serviceTypeItem .serviceTypeIcon {
  border-radius: 12px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  margin: 0 auto;
}

.editionCenter .caseList .caseItem .caseContent .serviceTypeItem .serviceTypeName {
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  color: #2F3033;
  margin-top: 4px;
}

.editionCenter .caseList .caseItem .LoadMore {
  border: 0.5px solid #C4C7CC;
  box-sizing: border-box;
  border-radius: 76px;
  width: 84px;
  height: 25px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  color: #5E6166;
  margin: 0 auto;
}

.editionCenter .caseList .caseItem .contnetBlock .contnetItem {
  padding: 16px 0;
}

.editionCenter .caseList .caseItem .contnetBlock .contnetItem .journalTitle {
  font-size: 14px;
  line-height: 18px;
  color: #2F3033;
}

.editionCenter .caseList .caseItem .contnetBlock .contnetItem .journalOperation {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}

.editionCenter .caseList .caseItem .contnetBlock .contnetItem .journalOperation .journalTime {
  font-size: 12px;
  line-height: 24px;
  color: #8D9199;
}

.editionCenter .caseList .caseItem .contnetBlock .contnetItem .journalOperation .LearnMore {
  border: 0.5px solid #F94E4E;
  box-sizing: border-box;
  border-radius: 4px;
  width: 60px;
  height: 24px;
  font-size: 12px;
  line-height: 21px;
  color: #F94E4E;
  text-align: center;
}

.editionCenter .caseList .caseItem .contnetBlock .contnetItem:last-child {
  padding-bottom: 0;
}

.editionCenter .caseList .caseItem .programmeList {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}

.editionCenter .caseList .caseItem .programmeList .programmeImg {
  border-radius: 4px;
  width: 96px;
  height: 72px;
}

.editionCenter .caseList .caseItem .programmeList .programmeInfo {
  width: 118px;
}

.editionCenter .caseList .caseItem .programmeList .programmeInfo .programmeTitle {
  font-size: 14px;
  line-height: 18px;
  color: #2F3033;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.editionCenter .caseList .caseItem .programmeList .programmeInfo .programmeTime {
  font-size: 12px;
  line-height: 18px;
  color: #8D9199;
  margin-top: 16px;
}

.editionCenter .caseList .caseItem .labelList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.editionCenter .caseList .caseItem .labelList .label {
  margin-top: 16px;
  width: 108px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: 0.5px solid #8D9199;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 14px;
  color: #5E6166;
}

.editionCenter .caseList .caseItem .information {
  margin-top: 16px;
}

.editionCenter .caseList .caseItem .information .HotImg {
  width: 228px;
  height: 120px;
  border-radius: 8px;
}

.editionCenter .caseList .caseItem .information .HotList {
  padding-top: 8px;
  padding-left: 16px;
}

.editionCenter .caseList .caseItem .information .HotList li {
  list-style-type: disc;
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px;
  color: #2F3033;
}

.editionCenter .caseList .caseItem .information .ShowMore {
  margin: 16px auto 0 auto;
  border: 0.5px solid #C4C7CC;
  box-sizing: border-box;
  border-radius: 4px;
  width: 76px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  color: #5E6166;
}

.editionCenter .caseList .caseItem .information .ShowMore i {
  font-size: 12px;
  color: #5E6166;
}

.editionCenter .caseList .NewRetailImg {
  margin-bottom: 16px;
  width: 260px;
  height: 180px;
  border-radius: 8px;
}
