@media screen and (min-width: 501px) {
    .banner {
        width: 100%;
        background: url(../../img/download/bg-pc.png) no-repeat right;
    }

    .banner .content {
        width: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
        padding-top: 108px;
        padding-bottom: 111px;
    }

    .banner .title-sub {
        color: #1B2337;
        font-size: 48px;
    }

    .banner .label {
        color: #92979C;
        font-size: 20px;
    }

    .code-container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: end;
        margin-top: 75px;
    }

    .android-box {
        background: #FFFFFF;
        width: 448px;
        height: 275px;
        /*box-shadow: 0 4px 16px #96C5FF;*/
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-right: 47px;
        border-radius: 15px;
        position: relative;
    }

    .m_android-box {
        display: none;
    }

    .android-box:hover {
        border: 2px solid #1677FF;
    }

    .ios-box {
        background: #FFFFFF;
        width: 448px;
        height: 275px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 15px;
        position: relative;
    }

    .qrcode-corner {
        position: absolute;
        top: 0;
        right: 0;
        width: 78px;
        height: 78px;
        border-radius: 0 8px 0 8px;
        background: url(../../img/download/code-mini.png) no-repeat right;
        background-size: 100% 100%;
    }

    .more-corner {
        position: absolute;
        top: 0;
        right: 0;
        width: 78px;
        height: 78px;
        border-radius: 0 8px 0 8px;
        background: url(../../img/download/more-mini.png) no-repeat right;
        background-size: 100% 100%;
    }

    .type-title {
        color: #1B2337;
        margin-top: 20px;
    }

    .type-img-android {
        width: 51px;
        height: 60px;
    }

    .type-img-code {
        width: 120px;
        height: 120px;
    }

    .type-img-ios {
        width: 49px;
        height: 60px;
    }

    .type-sub {
        color: #1B2337;
        margin-top: 20px;
    }

    .type-text {
        font-size: 16px;
        color: #92979C;
        margin-top: 16px;
    }

    .type-btn {
        width: 207px;
        height: 56px;
        background: #1677FF;
        border-radius: 5px;
        font-size: 24px;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .type-img-code, .type-sub, .type-text {
        opacity: 0;
        visibility: hidden;
        height: 0;
        line-height: 0;
        margin: 0;
        transition: all 0.3s ease;
    }


    .android-box:hover .qrcode-corner,
    .android-box:hover .type-img-android,
    .android-box:hover .type-title {
        opacity: 0;
        visibility: hidden;
        height: 0;
        line-height: 0;
        margin: 0;
    }

    .android-box:hover .type-img-code,
    .android-box:hover .type-sub,
    .android-box:hover .type-text {
        opacity: 1;
        visibility: visible;
        height: auto;
        line-height: normal;
    }

    .market {
        padding-top: 84px;
        padding-bottom: 200px;
        margin: 0 15%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .market-title {
        font-size: 48px;
        color: #333333;
    }

    .market-phone {
        width: 100%;
        margin-top: 75px;
        display: flex;
        justify-content: space-between;
    }

    .phone-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .phone-img {
        width: 151px;
        height: 151px;
    }

    .phone-sub {
        margin-top: 20px;
        color: #696974;
        font-size: 24px;
    }

    .wechat-mask{
        display: none;
    }
}


@media screen and (max-width: 500px) {
    .banner {
        width: 100%;
        background: url(../../img/download/bg-pc.png) repeat top;
    }

    .banner .content {
        width: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
        padding-top: 42px;
        padding-bottom: 30px;
    }

    .banner .title-sub {
        color: #1B2337;
        font-size: 32px;
    }

    .banner .label {
        color: #92979C;
        font-size: 20px;
    }

    .code-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 26px;
    }

    .android-box {
        display: none;
    }

    .m_android-box {
        background: #FFFFFF;
        margin: 24px 15px;
        display: flex;
        border-radius: 15px;
        padding: 20px 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .m_title {
        font-size: 16px;
        color: #252525;
        font-weight: bold;
    }

    .m_btn {
        background: #1677FF;
        padding: 8px 24px;
        color: #ffffff;
        font-size: 14px;
        border-radius: 6px;
        margin: 16px 0 20px 0;
    }

    .ios-box {
        background: #FFFFFF;
        margin-right: 15px;
        margin-left: 15px;
        display: flex;
        border-radius: 15px;
        padding: 15px 0;
        position: relative;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .qrcode-corner {
        position: absolute;
        top: 0;
        right: 0;
        width: 78px;
        height: 78px;
        border-radius: 0 8px 0 8px;
        background: url(../../img/download/code-mini.png) no-repeat right;
        background-size: 100% 100%;
    }

    .more-corner {
        position: absolute;
        top: 0;
        right: 0;
        width: 78px;
        height: 78px;
        border-radius: 0 8px 0 8px;
        background: url(../../img/download/more-mini.png) no-repeat right;
        background-size: 100% 100%;
    }

    .type-title {
        color: #1B2337;
        margin-top: 20px;
    }

    .type-img-android {
        width: 51px;
        height: 60px;
    }

    .type-img-code {
        width: 80px;
        height: 80px;
    }

    .type-img-ios {
        width: 49px;
        height: 60px;
    }

    .type-sub {
        color: #1B2337;
        margin-top: 20px;
    }

    .type-text {
        font-size: 16px;
        color: #92979C;
        margin-top: 16px;
    }

    .type-btn {
        width: 207px;
        height: 56px;
        background: #1677FF;
        border-radius: 5px;
        font-size: 24px;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .type-img-code, .type-sub, .type-text {
        opacity: 0;
        visibility: hidden;
        height: 0;
        line-height: 0;
        margin: 0;
        transition: all 0.3s ease;
    }

    .market {
        padding: 35px 0;
        margin: 0 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .market-title {
        font-size: 16px;
        color: #333333;
    }

    .market-phone {
        width: 100%;
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
    }

    .phone-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .phone-img {
        width: 40px;
        height: 40px;
    }

    .phone-sub {
        display: none;
    }

    /* 微信遮罩层 - 默认隐藏 */
    .wechat-mask {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.75);
        z-index: 99;
        color: #fff;
        text-align: right;
        padding: 30px 20px;
        box-sizing: border-box;
    }

    /* 遮罩显示状态 */
    .wechat-mask.show {
        display: block;
    }

    /* 提示箭头 */
    .tip-arrow {
        width: 60px;
        height: 80px;
        margin-left: auto;
        margin-right: 20px;
        position: relative;
    }

    /* 提示文字 */
    .tip-text {
        font-size: 18px;
        margin-bottom: 30px;
        line-height: 1.5;
        text-align: center;
    }

    /* 关闭按钮 */
    .tip-button {
        width: 160px;
        background: rgba(225,225,225,0.4);
        text-align: center;
        padding: 10px 0;
    }
}
