.con {
    width: 100%;
    min-height: 100vh;
    background: url("../images/bg.png") no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}
.info {
    margin-right: 600px;
    color: #fff;
}
.title1 {
    font-size: 76px;
    font-weight: 900;
    text-shadow: 0 8px 5px #dd272b;
    margin-bottom: 50px;
}
.title2 {
    font-size: 46px;
    margin-bottom: 36px;
}
.title3 {
    font-size: 36px;
}
.download {
    color: #ea4a45;
    font-size: 28px;
    margin-top: 55px;
    width: 280px;
    height: 70px;
    line-height: 70px;
    border-radius: 70px;
    text-align: center;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon {
    width: 24px;
    height: 24px;
    margin-left: 20px;
}
.phone {
    position: absolute;
    bottom: 0;
    right: 320px;
}
.copyright {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: #333;
}
