.download-row {
    width: 100%;
    height: 218px;
    background: #0084FF;
}

.download-row-logo-wrap {
    margin: 0 auto;
    width: 73px;
    height: 62px;
    padding-top: 43px;
}

.download-row-logo {
    width: 73px;
    height: 62px;
}

.download-row-text {
    font-size: 34px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    display: block;
    text-align: center;
    margin-top: 20px;
}

.download-platform-row {
    width: 100%;
    height: 269px;
    background: #FFFFFF;
}

.download-platform-wrap {
    width: 742px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 87px;
    box-sizing: border-box;
}

.download-platform-item {
    float: left;
    cursor: pointer;
}

.download-platform-item:nth-child(n+2) {
    margin-left: 251px;
}

.download-platform-item:hover img {
    transform: translateY(-5px);
}

.download-platform-item .download-platform-text:hover {
    color: #ff6638;
}

.download-platform-logo {
    width: 80px;
    height: 80px;
    transition: all 0.2s;
}

.download-platform-pc {
    width: 100%;
    height: 501px;
    background: #F7F7F7;
}

.download-platform-contain {
    height: 100%;
    width: 1086px;
    /* overflow: hidden; */
    margin: 0 auto;
    position: relative;
}

.download-platform-intro {
    float: left;
    padding-top: 80px;
    box-sizing: border-box;
}

.platform-intro-name {
    font-size: 34px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333336;
}

.platform-intro-info {
    margin-top: 45px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333336;
}

.platform-intro-info div:nth-child(n+2) {
    margin-top: 25px;
}

.platform-operation {
    display: block;
    width: 160px;
    height: 57px;
    background: #0084FF;
    border-radius: 10px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 57px;
    text-align: center;
    margin-top: 45px;
    cursor: pointer;
}

.pic-contain {
    position: absolute;
    left: 645px;
    z-index: 9;
}

.download-platform-pic-contain {
    width: 515px;
    height: 464px;
    padding-top: 60px;
}

.download-platform-pic {
    width: 515px;
    height: 464px;
}

.download-platform-web {
    height: 528px;
    background: #FFFFFF;
}

.web-contain {
    width: 612px;
    height: 468px;
    padding-top: 44px;
    position: absolute;
    left: 568px;
    z-index: 9;
}

.web-pic {
    width: 612px;
    height: 468px;
}

.download-platform-mobile {}

.mobile-contain {
    width: 383px;
    height: 421px;
    position: absolute;
    left: 695px;
    z-index: 9;
}

.mobile-pic {
    width: 383px;
    height: 421px;
}

.mobile-block {
    display: none;
}

@media screen and (max-width: 900px) {
    .pc-block {
        display: none;
    }

    .mobile-block {
        display: block;
    }

    .mobile-download-platform {
        width: 100%;
        /* height: 600px; */
        background: #FFFFFF;
        padding: 40px 0px;
        box-sizing: border-box;
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: center;
    }

    .mobile-download-platform-title {
        width: 100%;
        text-align: center;
    }

    .mobile-download-platform-btn {
        width: 160px;
        height: 40px;
        background: #0084FF;
        border-radius: 4px;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
        line-height: 40px;
        margin-top: 25px;
    }

    .mobile-download-platform-icon {
        width: 323px;
        height: 354px;
        margin-top: 30px;
    }

    .mobile-download-platform-info {
        /* width: 366px; */
        /* height: 72px; */
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #333336;
        line-height: 28px;
        text-align: center;
        margin-top: -25px;
    }
    .mobile-header-icon,.mobile-header-active{
        display: none;
    }
}