html,
body {
    width: 100%;
    background-color: #F0F0F0;
}

#main {
    width: 100%;
    padding: 24px 0;
}

.mainPage {
    margin-left: 10%;
    margin-right: 10%;
    padding: 36px 60px 30px;
    min-width: 776px;
    background-color: #FFFFFF;
}

.borderLeftBlue {
    border-left: 2px solid #007FFF;
}

.title {
    color: #000000;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.desktopSetting,
.mobileSetting {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1;
    border: 2px solid #FFFFFF;
    background-color: #FBFBFB;
}

.desktopSettingTitle,
.mobileSettingTitle {
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    background-color: #FFFFFF;
    text-align: center;
    height: 44px;
    line-height: 44px;
}

.mobileSettingQrCode {
    width: 104px;
    height: 104px;
    border: 1px solid #E9E9E9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.secondContentBottom {
    width: 100%;
}

.desc {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.host,
.thirdContent {
    padding: 16px 24px;
}

.thirdContent div {
    line-height: 20px;
}

.copy,
.download {
    color: #007fff;
    cursor: pointer;
    flex-shrink: 0;
}


/* 遮罩层 */
.modalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

/* 模态框主体 */
.modal {
    background-color: white;
    padding: 20px;
    max-width: 90%;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 关闭按钮 */
.modalClose {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    color: #666;
}

.modalClose:hover {
    color: #007fff;
}

.qrcodeBox {
    width: 120px;
    height: 120px;
}

.harmonyOSDownloadBox {
    margin: 20px;
    width: 900px;
}

.tabBox {
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    height: 92px;
}

.activeTab {
    background-color: #FFFFFF;
    border-bottom: 2px solid #007FFF;
}

.systemTitle {
    color: #000000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.downloadBox {
    width: 100%;
    padding: 30px 24px;
    background-color: #FFFFFF;
    gap: 12px;
}

.modalDownloadIosBox,
.modalDownloadAndroidBox {
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modalDownloadMacBox,
.modalDownloadLinuxBox {
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: auto;
}

.modalDownloadMacTitle,
.modalDownloadLinuxTitle {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    color: #333;
}

.modalDownloadMacDownloadButtonBox {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}


.list {
    min-width: 500px;
    gap: 20px;
}

.list>div:hover {
    background-color: #FBFBFB;
}

.linuxSystemBox {
    flex: 1;
    display: flex;
    padding: 12px 0;
    align-items: center;
    gap: 10px;
}

.linuxDownloadBox {
    display: flex;
    padding: 12px 0;
    align-items: center;
}

.activeDownloadButton {
    color: #FFFFFF;
    background-color: #007FFF;
    border: none;
}