.wrap {
    position: relative;
}

.wrap .igm-dots {
    position: absolute;
    top: 100px;
    left: 0;
    height: 200px;
    z-index: -1;
}

.wrap .igm-oval-copy {
    position: absolute;
    top: 100px;
    left: 0;
    height: 500px;
    z-index: -1;
}

.content {
    width: 70%;
    margin-top: 100px;
}

.content .download-introduce {

}

.download-introduce .main {
    position: relative;
}

.download-introduce .main .p1 {
    color: #2F2F2F;
    font-weight: bold;
    font-size: 50px;
}

.download-introduce .main .p2 {
    color: #2F2F2F;
    font-size: 50px;
}

.download-introduce .main .p3 {
    color: #1AD3BE;
    font-weight: bold;
    font-size: 40px;
}

.download-introduce .main .p4 {
    color: #2C4554;
    opacity: 0.5;
    margin-top: 15px;
    font-size: 15px;
    line-height: 26px;
    max-width: 550px;
}

.download-introduce .main .download-address {
    margin-top: 30px;
}

.download-introduce .main .download-address .android {
    background: #0F2420;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    padding-left: 55px;
    padding-right: 55px;
}

.download-introduce .main .download-address .windows {
    margin-left: 20px;
    font-size: 16px;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    cursor: pointer;
    color: #0F2420;
}

.download-introduce .main .download-address svg {

}

.download-introduce .main .download-device {
    height: 20px;
    line-height: 20px;
    margin-top: 50px;
    background: url("../images/success.png") no-repeat left center;
    background-size: 20px;
    padding-left: 30px;
    color: #0F2420;
}

.download-introduce .main .download-banner {
    width: 1000px;
    position: absolute;
    right: -190px;
    top: -300px;
    z-index: -1;
}


.download-more {
    margin-top: 300px;
    padding: 100px 30px;
    text-align: center;
    background: url("../images/d-bg.png") no-repeat center;
}

.download-more .d-text {
    height: 100px;
}

.download-more .d-qrcode {
    height: 150px;
    margin-top: 50px;
}

.download-more .d-android, .d-phone, .d-windows {
    height: 60px;
    width: 210px;
    display: inline-block;
    overflow: hidden;
}

.download-more .d-android img, .d-phone img, .d-windows img{
    max-height: 100%;
}

.download-more .d-android, .d-windows {
    background: white;
    border-radius: 20px;
    padding: 15px;
}

.download-more .d-phone{
    margin: 0 30px;
    background: #41C454;
    border-radius: 20px;
    padding: 15px;
}