* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
}



.Downloadbox {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(36, 174, 98, 0.12) 100%);
    display: flex;
}

.Downloadbox .leftbox {
    flex: 7;
    display: flex;
    flex-direction: column;

}

.Downloadbox .rightbox {
    flex: 3;
    display: flex;
    align-items: center;

}
.Downloadbox .rightbox  img {
    width: 370px;
    height: 750px;
}

.Downloadbox .leftbox .logo {
    flex: 2;
    display: flex;
    align-items: center;
}

.Downloadbox .leftbox .logo img {
    width: 934px;
    padding-left: 160px;
}

.Downloadbox .leftbox .title {
    flex: 2;
    padding: 40px 0 0 150px;
}

.Downloadbox .leftbox .title p {
    font-family: AppleSystemUIFont;
    font-size: 55px;
    color: #333333;
    line-height: 65px;
    text-align: left;
    margin-bottom: 25px;
}

.Downloadbox .leftbox .code {
    flex: 2;
    padding-left: 150px;
    display: flex;

}

.Downloadbox .leftbox .code .appcode {
    width: 170px;
    height: 220px;
    margin-right: 166px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.Downloadbox .leftbox .code .appcode .name {
    font-weight: bold;
    text-align: center;
    font-family: AlibabaPuHuiTi_2_115_Black;
    font-size: 20px;
    color: #333333;

}

.Downloadbox .leftbox .code .gzhcode {
    width: 170px;
    height: 220px;
    margin-right: 166px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.Downloadbox .leftbox .code .gzhcode .name {
    font-weight: bold;
    text-align: center;
    font-family: AlibabaPuHuiTi_2_115_Black;
    font-size: 20px;
    color: #333333;
}