
.afterSaleWrapper{
    min-width: 1200px;
    overflow: auto;
}
.extensiveApplicationHeader {
    background-image: none;
    background-image: initial;
    background-color: white;
}
.downloadWrapper {
    background-color: white;
    display: flex;
    padding: 30px 0;
}
.downloadConent {
    display: flex;
    margin: auto;
    width: 1100px;
    font-size: 12px;
    cursor: pointer;
    background-color: white;
}
.leftContent {
    width: 165px;
    margin-right: 10px;
}
.productItem {
    background-color: white;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s linear;
    font-size: 14px;
}
.productItem:hover {
    background-color: #0571ff;
    color: white;
}
.productItemSelected {
    background-color: #0571ff;
    color: white;
}
.rightContent {
    border: 1px solid #cecece;
    flex: 1;
    overflow: hidden;
}
.itemContent {
    padding: 15px 20px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
}
.itemHeaderContent {
    background-color: #f4f7fd;
}
.itemContentTitle {
    padding-left: 10px;
    border-left: 2px solid #0571ff;
    font-size: 16px;
    font-weight: 400;
}
.downloadText {
    color: #0571ff;
}
.descriptionContent {
    line-height: 18px;
    padding-bottom: 30px;
}
.downloadCodeWrapper {
    background-color: #f7f7f7;
    width: 500px;
    padding: 30px;
    margin: 30px auto;
}
.applicationName {
    color: #4cdb6f;
}
.codeTitle {
    font-size: 16px;
    font-weight: 400;
}
.QRcodeWrapper {
    display: flex;
    justify-content: space-between;
}
.QRcodeItem {
    text-align: center;
}
.QRcodeTitle {
    font-size: 20px;
    margin: 20px 0;
}
.bannerContent {
    line-height: 40px;
}

