#app {
    width: 100vw;
    /* height: 100vh; */
    background-color: #F3F3F6;
    padding-bottom: 100px;
}

.down_content {
    width: 1050px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 59px;
}

.n8n_logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.n8n_logo span {
    font-family: Hiragino Sans GB;
    font-weight: normal;
    font-size: 28px;
}

.n8n_logo img {
    width: 78px;
    margin: 0 10px;
}



.down_versions {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 29px;
    width: 100%;
}

.down_versions p {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 13px;
    color: #2B55C2;
    margin-right: 23px;
}

.n8n_desc {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #707183;
    margin: 20px;
}

.down_versions p:last-child {
    margin-right: 0px;
}

.down_versions .versions_info {
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 13px;
    color: #40425E;
}

.versions_info span {
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 13px;
    color: #D85873;
}

.down_info {
    background-color: #E8E8F1;
    border-radius: 12px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 54px;
    padding-bottom: 63px;
}

.down_info img {
    width: 99px;
}


.down_info .down_desc {
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 13px;
    color: #8A8A8A;
    margin-top: 19px;
    margin-bottom: 33px;
    width: 100%;
    text-align: center;
}

.down_btn {
    width: 156px;
    height: 47px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #404260;
    border-radius: 12px;
}

.down_count {
    text-align: center;
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 14px;
    font-weight: 600;
    color: #404260;
    margin-top: 30px;
}

.down_btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.down_list {
    width: 510px;
}

.down_message {
    padding: 18px 20px;
    border: 1px solid #FFCFBA;
    background-color: #FEF5F2;
    margin-top: 16px;
    border-radius: 12px;
    width: 100%;
    display: flex;
}

.message_icon {
    display: flex;
    align-items: center;
    margin-right: 32px;
}

.message_icon img {
    width: 11px;
    height: 16px;
    margin-right: 13px;
}

.message_icon span {
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 13px;
    color: #312D2B;
}

.down_message ul {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.down_message ul li {
    width: 33%;
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 12px;
    color: #5B7A57;
}

.ver_more {
    margin-left: 20px;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #404260;
    display: flex;
    align-items: center;
}

.ver_more img {
    width: 24px;
}

.ver_more span {
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 11px;
    color: #FFFFFF;
}

.down_modal {
    width: 300px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    top: 123px;
    max-height: 457px;
    background-color: #404260;
    border-radius: 12px 12px;
    overflow-y: auto;
    padding: 0 32px;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.down_tile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #6F7196;
    padding-top: 25px;
    padding-bottom: 15px;
}

.down_icon {
    display: flex;
    align-items: center;
}

.down_icon .icon {
    width: 30px;
}

.down_icon p {
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
}

.down_close {
    width: 12px;
}

.down_modal ul {
    padding-top: 20px;
}

.down_modal ul li {
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 11px;
    color: #FFFFFF;
    line-height: 18px;
    margin-bottom: 10px;
}