* {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    line-height: 100%;
    font-weight: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
}

body {
    font-family: "Microsoft YaHei", "微软雅黑";
}

.page {
    /*width: 1920px; */
    min-width: 1400px;
    height: 1080px;
    margin: 0 auto;
    position: relative;
    background: #fff;

}

.title {

    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title img {
    width: 273px;
    height: 64px;
    margin-right: 498px;
}

.title p {
    font-size: 24px;
    color: #666666;
    cursor: pointer
}

.content {
    width: 100%;
    height: 700px;
    margin: 0 auto;
    background: url('../img/centerBg.png') no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;

}

.content img {
    width: 550px;
    height: 443px;
    margin-top: 106px;
}

.downloadCenter {
    display: flex;
    flex-direction: column;
    margin-left: 132px;
}

.downloadCenter p {
    color: #fff;
}

.downloadCenter p:first-child {
    font-size: 36px;
    margin-top: 137px;
}

.downloadCenter p:nth-child(2) {
    font-size: 30px;
    margin-top: 8px;
}

.downloadCenter p:nth-child(3) {
    font-size: 18px;
    margin-top: 16px;
}

.downloadBtn {
    width: 330px;
    height: 60px;
    border-radius: 28px;
    background: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 27px !important;
    margin-top: 34px !important;
    color: #53b1c7 !important;
    cursor: pointer;

}

.downloadCenter p:nth-child(5) {
    font-size: 16px;
    margin-top: 19px;
}

.AllRightsReserved {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 96px;

}

.AllRightsReserved p {
    font-size: 13px;
    color: #000;
    margin-bottom: 4px;
}

.AllRightsReserved p:nth-child(2) {
    cursor: pointer
}