﻿.alertBox {
    /*height: 100%;*/
    /*background-color: #fff;
    text-align: center;
    display: none;*/
    /*border-radius: 5px;*/
    /*overflow: hidden;*/
    border-radius: 12px;
    /*box-shadow: 0px 0px 15px #6495ed;*/
}

    .alertBox .alertContent {
        padding: 0 10px 10px 10px;
        height: 100%;
        padding-bottom: 45px;
        height: calc(100% - 35px);
    }

    .alertBox .alertTitle {
        /*text-align: left;
            padding-left: 10px;*/
        height: 35px;
        line-height: 35px;
        /*background: url(/image/login/tixingbj.png);*/
        background-color: #d0e1ff;
        font-size: 14px;
        color: #6495ed;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

    .alertBox .alertTitleBlue {
        height: 35px;
        line-height: 35px;
        background-color: #6495ed;
        font-size: 14px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

        .alertBox .alertTitleBlue img {
            height: 15px;
            width: 15px;
        }

.alertTitle span {
    padding-left: 5px;
}

.alertTitleBlue span {
    padding-left: 5px;
}

.alertBox .closealert {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.alertBox .fullalert {
    position: absolute;
    right: 40px;
    cursor: pointer;
}

.alertBox .alertMsg {
    padding: 10px 15px;
    line-height: 23px;
    font-family: SimHei, SimHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #777777;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alertBox .alertConfirm {
    padding: 10px 15px;
    line-height: 23px;
    font-family: SimHei, SimHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #777777;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alertBox .alertBtn {
    cursor: pointer;
    height: 40px;
    overflow: hidden;
    /* line-height: 40px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

    .alertBox .alertBtn span {
        width: 105px;
        /* float: left; */
        /* padding: 5px 10px; */
        color: #fff;
        letter-spacing: 5px;
        font-size: 15px;
        font-weight: 400;
        background-color: #6495ED;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 27px;
        border-radius: 5px;
    }
.memberlist {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    /*line-height:28px;*/
}

    .memberlist .hguan {
        width: 20px;
    }

    .memberlist .membertitle {
        display: flex;
        align-items: center;
        gap: 10px;
        padding-bottom: 10px;
        font-size: 14px;
    }

    .memberlist .memberdate {
        display: flex;
        align-items: center;
        justify-content: space-between;
        /*padding: 0 30px;*/
    }

    .memberlist .membernum {
        padding: 0 10px;
        border-radius: 43px;
        opacity: 1;
        color: #FF2323;
        background: linear-gradient(180deg, rgba(253, 101, 0, 0.2) 0%, rgba(255, 141, 65, 0.4) 100%);
    }

    .memberlist > div {
        cursor: pointer;
        padding: 8px;
        border-bottom: 1px solid #eee;
    }

        .memberlist > div:hover .membertitle {
            color: #6495ED;
        }

        .memberlist > div:hover {
            background: #F1F6FF;
        }

    .memberlist .overdate {
        color: #767676;
    }