* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
}
body,html {
    width: 100%;
    height: 100%;
}
.wrap {
    position: relative;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(to bottom right, #5EE7A5, #9BA2EB);
    background: -moz-linear-gradient(to bottom right, #5EE7A5, #9BA2EB);
    background: -ms-linear-gradient(to bottom right, #5EE7A5, #9BA2EB);
    background: -o-linear-gradient(to bottom right, #5EE7A5, #9BA2EB);
    background: linear-gradient(to bottom right, #5EE7A5, #9BA2EB);
    min-width: 1100px;
}
.logo {
    position: absolute;
    top: 10px;
    left: 0;
    width: 314px;
    height: 88px;
    
}

.content {
    width: 1100px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    padding-top: 252px;
    
    /* position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%); */
}
.content .title {
    width: 736px;
    height: 156px;
    display: block;
    margin: 0 auto;
}
.content .imgs {
    width: 736px;
    height: 156px;
    display: block;
    margin: 40px auto 43px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.content .imgs .imgs-item{
    width: 736px;
    height: 155px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.content .imgs .imgs-item span{
    font-size: 24px;
    color: #fff;
    margin: 0 auto;
}
.content .imgs .imgs1 img{
    width: 80px;
    height: 98px;
    display: block;
}
.content .imgs .imgs2 img {
    width: 66.13px;
    height: 87.61px;
    display: block;
}
.content .imgs .imgs3 img {
    width: 59.16px;
    height: 102.1px;
    display: block;
}
.content .imgs .imgs4 img {
    width: 88.16px;
    height: 97.44px;
    display: block;
}
.content .desc {
    font-size: 24px;
    color: #2064AF;
    margin: 0 auto;
    text-align: center;
}
.content .desc span {
    font-weight: bold;
}
.content .wechat {
    margin: 20px auto;
    width: 117px;
    height: 117px;
}
.content .wechat img {
    width: 100%;
    height: 100%;
    display: block;
}
.content .downloadA {
	width: 319px;
    height: 40px;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    margin-bottom: 30px;
}
.content .download {
    width: 319px;
    height: 40px;
    background: #2064AF;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: Bold;
    color: #FFFFFF;
    cursor: pointer;
    
}