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

.page--wrap {
    width: 100vw;
    height: 100vh;
    background: #142257;
}

.publicity--wrap {
}

.publicity--wrap .publicity-body {
    margin-top: 160px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.publicity--wrap .publicity-body .body-left {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.publicity--wrap .publicity-body .body-left .username {
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 57.6px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}


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


.publicity--wrap .publicity-body .body-left .logout-btn {
    width: 128px;
    height: 56px;
    background: #15B2F5;
    border-radius: 4px 4px 4px 4px;
    font-family: Poppins, Poppins;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30.08px;
    cursor: pointer;
}

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

.combo---wrap {
}

.combo--wrap .combo-body {
}

.combo--wrap .combo-body .title {
    font-weight: bold;
    font-size: 38.4px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.combo--wrap .combo-body .title.un-show {
    display: none;
}

.combo--wrap .combo-body .buttons {
    margin-top: 50.08px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.combo--wrap .combo-body .buttons .button {
    width: 284px;
    height: 106.08px;
    border-radius: 6.08px 6.08px 6.08px 6.08px;
    border: 0.96px solid #fff;
    font-family: Poppins, Poppins;
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.combo--wrap .combo-body .buttons .button.now {
    border-color: #15B2F5;
}


.invite-table--wrap{
    padding-bottom: 24px;
}
.invite-table--wrap .title{
    font-weight: bold;
    font-size: 38.4px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.invite-table--wrap .invite-table{
    border: 1px solid #fff;
    padding: 9.6px;
    /*max-height: 480px;*/
    border-radius: 3.84px;
    margin-top: 1.92px;
    /*background:#fff;*/
}
.invite-table--wrap .invite-table .table-form{
    display: flex;
}
.invite-table--wrap .invite-table .table-form .form-left{
    display: flex;
    align-items: center;
    flex: 1;
}
.invite-table--wrap .invite-table .table-form .layui-form-item{
    margin-bottom: 9.6px;
}
.invite-table--wrap .layui-laypage{
    margin-bottom: 0;
}
