.header {
    width: 100%;
    height: 1280px;
    background-image: url("../assets/client/top-bg@2x.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.header .header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-content .header-title {
    width: 700px;
    height: 84px;
    font-size: 45px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 84px;
    letter-spacing: 5px;
    margin-top: 60px;
}

.header-content .header-mention {
    width: 100%;
    height: 25px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    line-height: 25px;
    letter-spacing: 2px;
}

.header .download-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1200px;
    justify-content: space-around;
    margin: 120px auto 0;
}

.download-box .download-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.download-item .download-image {
    width: 150px;
}

.download-item .download-image img {
    width: 100%;
    height: 100%;
}

.download-item .download-title {
    font-size: 40px;
    /* font-family: Microsoft YaHei; */
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    letter-spacing: 4px;
    margin-top: 20px;
}

.download-item .download-tips {
    position: absolute;
    bottom: 75px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.download-item .app-tips {
    position: absolute;
    bottom: 60px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.download-item .download-btn {
    width: 200px;
    height: 50px;
    border: 2px solid #ffffff;
    border-radius: 33px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 25px;
    letter-spacing: 1px;
    margin-top: 50px;
    background-color: rgba(242, 251, 253, 0);
    cursor: pointer;
}

.download-item .download-btn:active,
.download-item .download-btn:hover {
    background-color: rgba(242, 251, 253, 1);
    color: rgba(20, 213, 171, 1);
}

.bottom {
    width: 100%;
    height: 765px;
    background-image: url("../assets/client/bottom-bg@2x.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -330px;
}

.bottom .bottom-btn {
    width: 72.95%;
    max-width: 1400px;
    height: 200px;
    border-radius: 20px;
    background-image: url("../assets/client/btn-bg@2x.png");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 13.39%;
    position: absolute;
    top: 30px;
}

.bottom-btn .bottom-title {
    width: 546px;
    height: 56px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    text-align: center;
    color: #333333;
    line-height: 56px;
    letter-spacing: 2px;
    margin-top: 40px;
}

.bottom-btn .bottom-download {
    width: 230px;
    height: 52px;
    background: #14d5ab;
    border-radius: 26px;
    border: none;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 28px;
    letter-spacing: 1px;
    margin-top: 15px;
}

.bottom .footer {
    width: 100%;
    height: 446px;
    position: absolute;
    bottom: 0;
}

.bottom .footer-tooltip {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
}

.footer-tooltip .footer-logo {
    width: 124px;
    height: 26px;
    margin-left: 13.5%;
}

.footer-tooltip .footer-logo img {
    width: 100%;
    height: 100%;
}

.footer-tooltip ul {
    margin-left: 10%;
}

.footer-tooltip .last-ul li:nth-child(2),
.footer-tooltip .last-ul li:nth-child(3) {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: auto;
}

.footer-tooltip .last-ul li:nth-child(2) img {
    width: 16px;
    height: 19px;
    margin-right: 25px;
}

.footer-tooltip .last-ul li:nth-child(3) img {
    width: 19px;
    height: 11px;
    margin-right: 25px;
}

.footer-tooltip ul li,
.footer-tooltip ul li a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: left;
    color: rgba(178, 178, 178, 1);
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    cursor: pointer;
}

.footer-tooltip ul li:nth-child(1) {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    cursor: auto;
}

.footer .footer-info {
    width: 100%;
    height: 114px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    bottom: 0;
}

.footer-info p {
    width: 235px;
    height: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: left;
    color: rgba(178, 178, 178, 1);
    line-height: 30px;
    letter-spacing: 1px;
}

.footer-info .relations {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer-info .relations img {
    width: 31px;
    height: 25px;
    margin: 10px;
}