@media screen and (min-width: 501px) {
    .banner {
        width: 100%;
        background: url(../../img/newCrm/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;
    }

    .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/newCrm/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/newCrm/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;
    }
}


@media screen and (max-width: 500px) {
    .banner {
        width: 100%;
        background: url(../../img/newCrm/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 {
        background: #FFFFFF;
        margin-right: 15px;
        margin-left: 15px;
        margin-top: 24px;
        display: flex;
        border-radius: 15px;
        padding: 15px 0;
        position: relative;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

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

    .ios-box {
        background: #FFFFFF;
        margin-right: 15px;
        margin-left: 15px;
        margin-top: 24px;
        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/newCrm/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/newCrm/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;
    }


    .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: 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;
    }
}