* {
    padding: 0;
    margin: 0;
}

body {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#app{
    width: 100%;
    background: #5997F5;
    height:100vh;
}
img {
    display: block;
}

.header {
    width: 100%;
 
    display: flex;
    justify-content: center;

}

.header .content {
    /* width: 980px; */
    padding: 10px 0 30px 0;
    /* background: pink; */
}

.logoBox {
    display: flex;
}

.logoImg {
    width: 55px;
    height: 50px;

}

.logoText {
    margin-left: 10px;

}

.logoText p:nth-child(1) {
    font-size: 20px;
    font-weight: 700;
    color: white;
}

.logoText p:nth-child(2) {
    font-size: 16px;
    color: #e8e5e5;
}

.downLoadBox {
    margin-top: 30px;
    display: flex;
    /* flex-direction: column; */
}

.downLoadBox .left {
    width: 900px;
}

.carouselImg {
    height: 540px;
    width: 900px;
}

.right {
    flex: 1;
    margin-left: 20px;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.right .title {
    font-size: 40px;

}

.right .desc {
    margin-top: 10px;
    font-size: 20px;
    color: #A4C6FC;
}

.right .downLoadBtn {
    margin-top: 40px;
    width: 130px;
    font-size: 20px;
    cursor: pointer;
    background: rgb(108, 192, 108);
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    text-align: center;

}

.right .tips {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}

.konge {
    margin: 0 10px;
}


.footer {
    background: #5997F5;
    text-align: center;
    color: white;
    padding: 30px 0;
    font-size: 16px;
}

.footer p:nth-child(2) {
    font-size: 12px;
    margin-top: 10px;
}