.download-container {
    width: 100%;
    padding: 201px 0 128px;
    position: relative;
}
.download-container .main-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.download-container .main-content >div {
    margin: 0 20px;
}
.download-container .title {
    font-size: 40px;
    color: #666666;
    font-weight:bold;
    text-align: center;
    margin-bottom: 99px;
}
.download-container .icon {
    width: 300px;
    height: 300px;
    margin: 0 auto 33px;
}
.download-container .text {
    width: 280px;
    height: 60px;
    background: #F4D329;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    color: #666666;
    font-size: 18px;
    margin: 0 auto;
}
.download-container .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
}
.download-container .fixed .title {
    margin-bottom: 0;
    font-size: 30px;
}
.download-container .fixed .container {
    width: 700px;
    position: absolute;
    left: 50%;
    margin-left: -350px;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 83px 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    color: #666666;
    font-size: 20px;
}
.download-container .dl-close {
    position: absolute;
    right: 29px;
    top: 29px;
}
.download-container .qrcode {
    display: block;
    margin: 22px auto 27px;
}