@import url(./layui.css);
@import url(./public.css);
@import url('./navigator.css');

/* 宣传 */
.publicity--wrap {
    background-image: url('../img/wave.png');
    background-size: cover;
    height: 800px;
}

.publicity--wrap .publicity-body {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}

.publicity--wrap .publicity-body .body-left {
}

.publicity--wrap .publicity-body .body-left .mini-title {
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.publicity--wrap .publicity-body .body-left .title {
    width: 456px;
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    letter-spacing: 1.92px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
}

.publicity--wrap .publicity-body .body-left .title .decoration-text {
    text-decoration: underline;
    text-underline-offset: 16px;
}


.publicity--wrap .publicity-body .body-left .tips {
    font-weight: 400;
    font-size: 18.08px;
    color: #FFFFFF;
    letter-spacing: 0.96px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.publicity--wrap .publicity-body .body-left .content {
    margin-top: 20px;
    /*width: 456px;*/
    font-weight: 500;
    font-size: 18.08px;
    color: #FFFFFF;
    letter-spacing: 0.96px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.publicity--wrap .publicity-body .body-left .content i {
    background: #8e8383;
    border-radius: 50%;
    overflow: hidden;
}

.publicity--wrap .publicity-body .body-left .tips {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 30.08px;
}

.publicity--wrap .publicity-body .body-left .tips .tip-item {
    display: flex;
    font-weight: 400;
    font-size: 14.08px;
    color: #FFFFFF;
    line-height: 23.04px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.publicity--wrap .publicity-body .body-left .tips .tip-item i {
    background: #66CB9F;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10.08px;
}


.publicity--wrap .publicity-body .body-left .buttons {
    margin-top: 30.08px;
    display: flex;
    align-items: center;
    gap: 48.96px;
}


.publicity--wrap .publicity-body .body-left .buttons .button-person {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 116.96px;
    height: 47.04px;
    box-shadow: 0px 4px 18.08px 0px rgba(0, 0, 0, 0.25);
    border-radius: 50px 50px 50px 50px;
    color: #15B2F5;
    font-size: 18.08px;
    border: 2.88px solid #fff;
    cursor: pointer;
}


.publicity--wrap .publicity-body .body-left .buttons .button-team {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 116.96px;
    height: 47.04px;
    box-shadow: 0px 4px 18.08px 0px rgba(0, 0, 0, 0.25);
    border-radius: 50px 50px 50px 50px;
    color: #fff;
    font-size: 18.88px;
    border: 1.92px solid #fff;
    cursor: pointer;
}

.publicity--wrap .publicity-body .body-right {
}

.publicity--wrap .publicity-body .body-right img {
    height: 500px;
}

.wave-foot {
    width: 100vw;
    height: 76px;
    background: #DCEBFE;
    position: relative;
}

.wave-foot img {
    position: absolute;
    top: -1px;
    /* width: 100%; */
    height: 76px;
}

.download--wrap {
    /*margin-top: 50px*/
}

.download--wrap .title {
    font-weight: bold;
    font-size: 48px;
    color: #002265;
    line-height: 56px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.download--wrap .download-list {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;

}

.download--wrap .download-list .list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    border: 1px solid #15B2F5;
    padding: 20px;
    box-sizing: border-box;
}

.download--wrap .download-list .list-item .item-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.download--wrap .download-list .list-item .item-left img {
    width: 30px;
}

.download--wrap .download-list .list-item .download-btn i {
    font-size: 30px;
    cursor: pointer;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 50%;
    color: #15B2F5;
    border: 1px solid #15B2F5;
}

.download--wrap .download-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.download--wrap .download-cards .card-item {
    margin-top: 20px;
    padding: 50px 0;
    width: 400px;
    border-radius: 44px 44px 44px 44px;
    border: 1px solid #15B2F5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.download--wrap .download-cards .card-item img {
    width: 80px;
}

.download--wrap .download-cards .card-item .tips {
    margin-top: 16px;
    font-family: Poppins, Poppins;
    font-weight: bold;
    font-size: 16px;
    color: #545971;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

