.main-top {
    width: 100%;
    height: 600px;
    background: url("../pic/down/download-bg.png") no-repeat center;
    background-size: 100% 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-top-bg {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.main-top-bg-vic {
    width: 530px;
    height: 518px;
    margin-top: auto;
    background: url("../pic/down/download-bg-vic.png") no-repeat center;
    background-size: 100%;
}

.main-top-content {
    display: flex;
    flex-direction: column;
}

.main-top-content .qr-code {
    width: 200px;
    height: 200px;
    background: url("../pic/down/zhiniu-qr.png") no-repeat center;
    background-size: 100%;
    border-radius: 11px;
    margin-left: 180px;
    position: relative;
    display: flex;
    align-items: center;
}

.main-top-content .qr-code span {
    position: absolute;
    bottom: -35px;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    width: 100%;
    text-align: center;
}

.main-top-content .download-content {
    margin-top: 30px;
    display: flex;
}

.main-top-content .download-content .btn-content {
    width: 379px;
    display: flex;
    flex-direction: column;
}

.main-top-content .download-content .btn-content .download-btn-az {
    width: 379px;
    height: 90px;
    background: linear-gradient( 90deg, #FFB30F 0%, #FF9F0F 100%);
    box-shadow: 0px 6px 11px 0px rgba(255,179,15,0.53);
    border-radius: 4px;
    border: 1px solid #FFCF67;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-top-content .download-content .btn-content .download-btn-az img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.main-top-content .download-content .btn-content .download-btn-az a {
    font-weight: 500;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 37px;
}

.main-top-content .download-content .btn-content .download-btn-ios {
    width: 380px;
    height: 90px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-top: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-top-content .download-content .btn-content .download-btn-ios img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.main-top-content .download-content .btn-content .download-btn-ios a {
    font-weight: 500;
    font-size: 26px;
    color: #333333;
    line-height: 37px;
}

.main-top-content .main-top-title {
    font-weight: bold;
    font-size: 40px;
    color: #333333;
    line-height: 48px;
    margin-bottom: 20px;
}

.main-top-content .main-top-text {
    font-weight: 400;
    font-size: 22px;
    color: #666666;
    line-height: 43px;
    display: flex;
    align-items: center;
}

.main-top-content .main-top-text img {
    width: 26px;
    height: 26px;
    margin-right: 15px;
}

.main-bottom {
    width: 100%;
    height: 600px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-bottom-left {
    width: 505px;
    margin-top: auto;
}

.main-bottom-left .btn-content {
    width: 379px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.main-bottom-left .btn-content .download-btn-az {
    width: 379px;
    height: 90px;
    background: linear-gradient( 90deg, #FFB30F 0%, #FF9F0F 100%);
    box-shadow: 0px 6px 11px 0px rgba(255,179,15,0.53);
    border-radius: 4px;
    border: 1px solid #FFCF67;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-bottom-left .btn-content .download-btn-az img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.main-bottom-left .btn-content .download-btn-az a {
    font-weight: 500;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 37px;
}

.main-bottom-left .btn-content .download-btn-ios {
    width: 380px;
    height: 90px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-top: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-bottom-left .btn-content .download-btn-ios img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.main-bottom-left .btn-content .download-btn-ios span {
    font-weight: 500;
    font-size: 26px;
    color: #333333;
    line-height: 37px;
}

.main-bottom-left .main-bottom-left-title {
    font-weight: bold;
    font-size: 40px;
    color: #333333;
    line-height: 48px;
    margin-bottom: 20px;
}

.main-bottom-left .main-bottom-text {
    font-weight: 400;
    font-size: 22px;
    color: #666666;
    line-height: 43px;
    display: flex;
    align-items: center;
}

.main-bottom-left .main-bottom-text img {
    width: 26px;
    height: 26px;
    margin-right: 15px;
}

.main-bottom-right {
    width: 695px;
    height: 500px;
    margin-top: auto;
    background: url("../pic/down/download-bg-sjd.png") no-repeat center;
    background-size: contain;
    position: relative;
}

.main-bottom-right .main-bottom-right-qr {
    width: 200px;
    height: 240px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.main-bottom-right .main-bottom-right-qr img {
    width: 186px;
    height: 186px;
}

.main-bottom-right .main-bottom-right-qr span {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}