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%;
    min-width: 1200px;
    height: 600px;
    background: url("../image/distributionImg/distribution-banner.png") no-repeat;
    background-size: 100% 100%;
}

#banner .bannerCore {
    position: relative;
}

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

#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: #456DCC;
    font-size: 20px;
    position: absolute;
    left: 0;
    bottom: 122px;
}

.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 #function {
    padding: 72px 0;
}

.editionCenter .content #function .trait {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.editionCenter .content #function .trait .drainage {
    width: 49%;
    height: 115px;
    box-shadow: 0px 4px 24px rgba(194, 220, 255, 0.16);
    border-radius: 16px;
    background: url("../image/distributionImg/one.png") no-repeat;
    background-size: 100% 100%;
    padding: 32px 16px;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.editionCenter .content #function .trait .drainage .horizontal {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.editionCenter .content #function .trait .drainage .horizontal .traitIcon {
    width: 36px;
    height: 36px;
}

.editionCenter .content #function .trait .drainage .horizontal h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 12px;
}

.editionCenter .content #function .trait .drainage .horizontal h4 span {
    color: #0a5aff;
}

.editionCenter .content #function .trait .drainage p {
    font-size: 12px;
    color: #8D9199;
    margin-top: 8px;
}

.editionCenter .content #function .trait .theRight {
    background: url("../image/distributionImg/two.png") no-repeat;
    background-size: 100% 100%;
    text-align: right;
}

.editionCenter .content #function .trait .theRight .horizontal {
    justify-content: flex-end;
}

.editionCenter .content #function .trait .fourth {
    background: url("../image/distributionImg/four.png") no-repeat;
    background-size: 100% 100%;
}

.editionCenter .content #function .trait .third {
    background: url("../image/distributionImg/three.png") no-repeat;
    background-size: 100% 100%;
}

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

.editionCenter .content #ecologicalChain .contentChain {
    display: flex;
    justify-content: space-between;
}

.editionCenter .content #ecologicalChain .contentChain .chainBlock {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.editionCenter .content #ecologicalChain .contentChain .chainBlock .leftContent {
    width: 198px;
    height: 136px;
    background: url("../image/distributionImg/RightInfo.png") no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 24px;
}

.editionCenter .content #ecologicalChain .contentChain .chainBlock .rightContent {
    width: 198px;
    height: 136px;
    background: url("../image/distributionImg/LeftInfor.png") no-repeat;
    background-size: 100% 100%;
    text-align: right;
    box-sizing: border-box;
    padding: 24px 16px;
}

.editionCenter .content #ecologicalChain .contentChain .chainBlock .productName {
    font-size: 16px;
    font-weight: bold;
}

.editionCenter .content #ecologicalChain .contentChain .chainBlock .productName span {
    color: #0A5AFF;
}

.editionCenter .content #ecologicalChain .contentChain .chainBlock .effect {
    font-size: 10px;
    color: #8D9199;
    line-height: 21px;
    margin: 4px 0 16px 0;
}

.editionCenter .content #ecologicalChain .contentChain .chainBlock .combination {
    display: flex;
}

.editionCenter .content #ecologicalChain .contentChain .chainBlock .combination p {
    width: 76px;
    height: 22px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    background: #FFC300;
    border: 0.5px dashed #0A5AFF;
    box-sizing: border-box;
    border-radius: 4px;
}

.editionCenter .content #ecologicalChain .contentChain .chainBlock .combination span {
    display: inline-block;
    width: 16px;
    line-height: 22px;
    text-align: center;
    font-weight: bold;
    color: #0a5aff;
}

.editionCenter .content #ecologicalChain .contentChain .chainBlock .rightText {
    justify-content: flex-end;
}

.editionCenter .content #ecologicalChain .contentChain .middle {
    width: 420px;
    height: 312px;
    background: url("../image/distributionImg/middleIllustration.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.editionCenter .content #ecologicalChain .contentChain .middle h5 {
    background: #0A5AFF;
    border-radius: 5px;
    width: 144px;
    height: 24px;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 24px;
    position: absolute;
    top: 50px;
    left: 113px;
}

.editionCenter .content #ecologicalChain .contentChain .middle p {
    font-size: 10px;
    line-height: 10px;
    color: #707070;
    position: absolute;
    top: 84px;
    left: 80px;
}

.editionCenter .content #fission {
    width: 100%;
    padding: 72px 0;
}

.editionCenter .content #fission .fissionRelation {
    margin-top: 16px;
    width: 772px;
    height: 193px;
    background: url("../image/distributionImg/flowChart.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
}

.editionCenter .content #fission .fissionRelation .user {
    margin-top: 47px;
}

.editionCenter .content #fission .fissionRelation .user .headerImg {
    width: 80px;
    height: 80px;
    border-radius: 26px;
    box-shadow: 0px 4px 24px rgba(194, 220, 255, 0.16);
}

.editionCenter .content #fission .fissionRelation .user .invitationBtn {
    background: #FFC300;
    border: 0.5px dashed #0A5AFF;
    box-sizing: border-box;
    border-radius: 7px;
    width: 72px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    font-size: 14px;
    margin-top: 7px;
}

.editionCenter .content #fission .fissionRelation .process {
    width: 690px;
    height: 193px;
    display: flex;
    margin-left: 97px;
    flex-direction: column;
    justify-content: space-between;
}

.editionCenter .content #fission .fissionRelation .process .processBlock {
    display: flex;
    justify-content: space-between;
}

.editionCenter .content #fission .fissionRelation .process .processBlock p {
    padding: 9px 15px;
    font-size: 14px;
    text-align: center;
    background: rgba(10, 90, 255, 0.16);
    border: 1px solid #0A5AFF;
    box-sizing: border-box;
    border-radius: 2.6px;
}

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

.editionCenter .content .characteristic .functionList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.editionCenter .content .characteristic .functionList .functionItem {
    width: 181px;
    height: 95px;
    background: #FFFFFF;
    border-radius: 16px;
    margin-bottom: 15px;
    padding: 20px 12px;
    box-sizing: border-box;
    display: flex;
}

.editionCenter .content .characteristic .functionList .functionItem .functionIcon {
    width: 32px;
    height: 32px;
}

.editionCenter .content .characteristic .functionList .functionItem .exhibition {
    margin-left: 6px;
}

.editionCenter .content .characteristic .functionList .functionItem .exhibition h5 {
    font-size: 14px;
    line-height: 17px;
}

.editionCenter .content .characteristic .functionList .functionItem .exhibition p {
    font-size: 10px;
    line-height: 14px;
    color: #8D9199;
    margin-top: 5px;
    letter-spacing: -0.245339px;
}

.editionCenter .content #personalized {
    width: 100%;
    padding: 72px 0;
}

.editionCenter .content #personalized .assembly {
    display: flex;
    justify-content: space-between;
}

.editionCenter .content #personalized .assembly .assemblyDetail {
    width: 181px;
    text-align: center;
}

.editionCenter .content #personalized .assembly .assemblyDetail .serialNumber {
    font-size: 20px;
    line-height: 26px;
    color: #41C586;
    font-weight: bold;
}

.editionCenter .content #personalized .assembly .assemblyDetail .assemblyName {
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    margin-bottom: 9px;
}

.editionCenter .content #personalized .assembly .assemblyDetail .form {
    width: 146px;
    height: 296px;
    background: url("../image/distributionImg/assembly.png") no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.editionCenter .content #personalized .assembly .assemblyDetail .form p {
    font-size: 10px;
    text-align: center;
    line-height: 25px;
    margin-top: 7px;
}

.editionCenter .content #personalized .assembly .assemblyDetail .form p:nth-child(1) {
    height: 26px;
    line-height: 26px;
    padding-top: 20px;
}

.editionCenter .content #deploy {
    width: 100%;
    padding: 72px 0;
}

.editionCenter .content #deploy .edition {
    width: 772px;
    height: 168px;
    background: url("../image/distributionImg/deployBackground.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
}

.editionCenter .content #deploy .edition .editionList {
    width: 234px;
    height: 168px;
    text-align: center;
}

.editionCenter .content #deploy .edition .editionList h6 {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 22px;
    letter-spacing: 1.2px;
    color: #FFFFFF;
}

.editionCenter .content #deploy .edition .editionList .versionFeatures {
    margin-top: 22px;
    font-size: 10px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.003em;
    color: #2F3033;
    opacity: 0.8;
}

.editionCenter .content #deploy .edition .editionList .versionFeatures span {
    font-weight: bold;
}

.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;
}