
.applicationCenter{
    min-width: 1200px;
    overflow: auto;
}
.extensiveApplicationHeader {
    background-image: none;
    background-image: initial;
    background-color: white;
}
.applicationWrapper {
    background-color: #f4f8ff;
    padding: 10px 0;
}
.commonContentCenter {
    justify-content: initial;
    width: 1100px;
    margin: auto;
    flex-wrap: wrap;
    position: relative;
}
.tttt {
    width: 40px;
    text-align: center;
}
.ooooo {
    flex: 1;
}
.applicationImg {
    /* width: 25px; */
    height: 25px;
    margin-right: 10px;
}
.applicationItem {
    width: 220px;
    padding: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    background-color: white;
    margin: 5px 15px 10px 0;
    cursor: pointer;
}
.fixedWrapper {
    position: absolute;
    right: -90px;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    top: 50%;
    font-size: 12px;
    padding: 15px 5px;
    line-height: 17px;
    text-align: center;
    cursor: pointer;
    transform: translateY(-50%);
}
.orderImg {
    width: 25px;
    margin-bottom: 5px;
}
.bannerImage {
    width: 100%;
    margin-top: 52px;
}
.selectedItem {
    color: #1e69ff;
    font-weight: bold;
}
.productContent {
    display: inline;
}
.bannerContent {
    line-height: 40px;
}
.classificationItems {
    width: 120px;
}
.classifycationTitle {
    padding: 10px 25px 10px 0;
}
.classifycationTitle::after {
    margin: 0 7px 0 30px;
}
.extendedA{
    transition: all 0.3s linear;
}

