/* .theme-switch-btn-wrap {
    behavior: url("./PIE.htc");
} */
.switchTab {
    width: 200px;
    height: 44px;
    background-color: #e9e9e9;
    float: right;
    border-radius: 24px;
    behavior: url("../../PIE.htc");
    padding: 1px 2px;
    box-sizing: border-box;
}
.switchTab > div {
    display: inline-block;
    width: 48%;
    height: 100%;
    line-height: 44px;
    text-align: center;
    color: #666666;
    border-radius: 24px;
    behavior: url("../../PIE.htc");
    cursor: pointer;
}
.switchTab > .basic {
    background-color: white;
    color: #4f6bfe;
}
.usableSys {
    /* display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px; */
    display: inline-block; /* 改为 inline-block */
    margin-bottom: 20px;
    height: 26px;
}
.usableSys > li {
    display: inline-block;
    margin-right: 16px;
}
.usableSys > li > p {
    display: inline-block;
    /* line-height: -26px; */
    margin-bottom: -6px;
}
.usableSys > li > .chid {
    margin-right: 0px;
}
.downloadNow {
    cursor: pointer;
    border-radius: 6px;
    behavior: url("../../PIE.htc");
}
