
.applicationCenter .commonContentWrapper {
    background-color: #f4f8ff;
}
.applicationCotent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px 15px 52px 15px;
    max-height: calc(100vh - 370px);
    overflow: auto;
}
.applicationCotent::-webkit-scrollbar {
    display: none;
}
.intervalWrapper{
    width: 100%;
    margin: 20px 0;
}
.applicationItem {
    /* flex-basis: calc(50% - 25px);
    flex-shrink: 0; */
    display: flex;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    padding: 20px 10px;
    margin: 0 0 10px 0;
    align-items: center;
    max-height: 70px;
    width: calc(50% - 25px);
}
.applicationImg {
    width: 24px;
    /* height: 24px; */
    margin: 0 10px 0 5px;
}
.applicationTitle {
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.domainClassification {
    margin: 20px 0 0 0;
}
.domainApplicationContent {
    margin: 0 0 100px 0;
}
.productClassifyWrapper .swiper-slide{
    width: auto;
    padding: 0 20px;
}

