.download-banner {
    width: 100%;
    position: relative;
    text-align: center;
    background: url("../images//download-banner.png") 50% no-repeat;
    background-size: cover;
    padding: 115px 12px 146px;
}

.download-banner .xp-download {
    height: 94px;
    justify-content: center;
    padding: 166px 0 50px;
}

.download-banner .xp-download .download-tit {
    font-weight: 600;
    font-size: 50px;
    color: #1B1E23;
}

.download-banner .download-txt {
    margin-top: 8px;
    font-weight: 400;
    font-size: 18px;
    color: #646A73;
}

.download-script {
    background: #F3F5FB;
    padding: 80px 12px 34px;
    font-size: 14px;
}

.download-script .download-script-content {
    max-width: 1240px;
    margin: 0 auto;
}

.download-script-content .download-script-tit {
    position: relative;
}

.download-script-tit .download-script-txt {
    height: 45px;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 5px;
    background-image: linear-gradient(to right, #6D62ED 0%, #BD64C8 39%, #F5769E 100%);
    /* 设置背景以文字进行裁切 */
    background-clip: text;
    -webkit-background-clip: text;
    /* 设置文本颜色透明以露出后面裁切成文本形状的渐变背景 */
    color: transparent;
    position: absolute;
    left: 0;
    top: 25px;
}

.download-script-content .download-script-text {
    color: #777777;
    line-height: 20px;
    margin-top: 42px;
}

.download-script-text .download-help {
    color: #1757EB;
    cursor: pointer;
    position: relative;
}

.download-script-text .download-help .download-help-qrcode {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 122px;
    height: 132px;
    background: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    display: none;
    box-shadow: 0 4px 16px 0 rgba(86, 86, 86, 0.14);
}

.download-script-text .download-help .download-help-qrcode::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 44%;
    display: block;
    width: 0;
    height: 0;
    border-radius: 4px;
    border: 8px solid transparent;
    border-right-color: #fff;
    border-bottom-color: #fff;
    transform: scaleX(0.8) rotate(45deg);
}

.download-help:hover .download-help-qrcode {
    display: block;
}

.download-help .download-help-qrcode .help-qrcode img {
    width: 90px;
    height: 90px;
}

.download-help .download-help-qrcode .help-text {
    height: 17px;
    font-size: 12px;
    color: #565656;
}

.download-script-content .script-list {
    margin: 20px 0;
}

.script-list .script-item {
    width: 104px;
    height: 40px;
    background: #FFFFFF;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    font-size: 14px;
    color: #565656;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
}

.script-list .script-item:first-child {
    border-radius: 4px 0 0 4px;
}

.script-list .script-item:last-child {
    border-radius: 0 4px 4px 0;
}

.script-list .script-item:hover {
    background: #EEEEFB;
    border-radius: 4px 4px 4px 4px;
}

.script-list .script-active {
    background: #E9E9FB;
    color: #6F69E5;
    border-radius: 4px 4px 4px 4px;
}

.script-list .script-active::after {
    content: "";
    position: absolute;
    border-top: 2px solid;
    border-image: linear-gradient(180deg, rgba(111, 105, 229, 1), rgba(62, 58, 127, 1)) 1 1;
    width: 100%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: 39px;
}

.script-list .script-active:hover {
    background: #E9E9FB;
}

.download-script-content .script-content {
    width: 100%;
    padding: 28px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #E6E6E6;
    display: none;
    font-size: 14px;
}

.download-script-content .active {
    display: block;
}

.script-install .script-install-cont {
    width: 100%;
    line-height: 28px;
    background: #20202F;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    padding: 8px 14px;
    cursor: pointer;
    overflow-x: auto;
}

.script-install .script-install-copy {
    color: #1757EB;
    cursor: pointer;
    border: 1px solid #1757EB;
    padding: 8px;
    border-radius: 5px;
    background: #eaf0fa;
    white-space: nowrap;
    margin-left: 14px;
}

.copy-icon .copy-icon-hover {
    display: none;
}

.script-install-copy:hover .copy-icon-hover {
    display: block;
}

.script-install-copy:hover .copy-icon-img {
    display: none;
}

.script-install .script-install-copy:hover {
    background: #1757EB;
    color: #FFFFFF;
}

.version-list .version-item {
    margin-bottom: 16px;
}

.version-list .version-item .version-item-txt {
    margin-left: 10px;
    color: #333333;
}

.version-list .version-item .version-item-version {
    height: 17px;
    font-size: 12px;
    color: #565656;
    line-height: 14px;
    padding: 1px 7px;
    background: #DEDEDE;
    border-radius: 4px 4px 4px 4px;
    margin: 2px 0 2px 12px;
}


.download-script-content .download-attention {
    color: #E51E1E;
    margin-top: 20px;
}

.download-attention .download-tip {
    margin: 0 4px 10px;
    line-height: 16px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.copy-tips {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    z-index: 99;
    display: none;
}

@media screen and (max-width: 1200px) {
    .download-banner .xp-download .download-tit {
        font-size: 46px;
    }

    .download-banner .download-txt {
        font-size: 16px;
    }

    .download-script-tit .download-script-txt {
        font-size: 28px;
    }

    .download-script-content .download-script-text, .script-list .script-item, .download-script-content .download-attention, .download-script-content .script-content {
        font-size: 12px;
    }

    .version-list .version-item .version-item-version {
        font-size: 10px;
    }
}

@media screen and (max-width: 769px) {
    .download-banner {
        padding-bottom: 80px;
    }

    .download-banner .xp-download {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .download-banner .xp-download .download-tit {
        font-size: 26px;
    }

    .download-banner .download-txt {
        font-size: 14px;
    }

    .download-script-tit .download-script-txt {
        font-size: 24px;
    }

    .download-script {
        padding: 40px 12px 34px;
    }
    
    
}

@media screen and (max-width: 480px) {
    .script-install .script-install-cont {
        width: 80%;
    }
    
    .download-script-content .script-list {
        overflow-x: auto;
        overflow-y: hidden;
    }
}