.Download {
    max-width:1230px;
    height: calc(135px * 0.5);
    background: #162338;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.Download .left {
    width: calc(270px * 0.5);
    height: 100%;
    position: absolute;
    left: calc(350px * 0.5);
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Download .left img {
    width: calc(90px * 0.5);
    height: calc(105px * 0.5);
    border-radius:  calc(5px * 0.5);
    margin-right:10px;
}

.Download .left span {
    font-size: calc(24px * 0.5);
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: calc(28px * 0.5);
}
.Download .left:hover{
    cursor: pointer;
}
.Download .center {
    width: calc(240px * 0.5);
    height: calc(32px * 0.5);
    font-size: calc(24px * 0.5);
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFF36B;
    line-height: calc(28px * 0.5);
    position: absolute;
    left: 0;
    top: calc(51px * 0.5);
    right: 0;
    margin: auto;
}

.Download .right {
    width: calc(240px * 0.5);
    height: calc(66px * 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF36B;
    border-radius: 5px;
    position: absolute;
    right: calc(350px * 0.5);
    top: calc(35px * 0.5);
    font-size: calc(24px * 0.5);
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
}
.Download .right:hover{
    background-color: #7b7b7b;
    color: #FFFFFF;
    cursor: pointer;
}
.Download .right img{
    width: calc(31px * 0.5);
    height: auto;
    margin-right: 5px;
}