* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Microsoft YaHei', sans-serif;
}
.exitlogin-details-pop{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1001;
    display: none;
}
/* 课程容器样式 */
.exitlogin-details-container {
    width: 20vw;
    height: auto;
    max-height: 100%;
    border-radius: 12px;
    padding: 6vh 2vw 2vh;
    position: fixed;
    left: 50%;
    top: 30%;
    transform: translate(-50%,-40%);
    background-color: #fff;
}
/* 关闭按钮 */
.exitlogin-close-person-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 120;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url('../../imgs/v2/exitlogin_close.png') center center no-repeat;
    background-size: 20px 20px;
}
.exitlogin-details-bottom{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 3vh;
}
.exitlogin-details-bottom .exitlogin-cancel-btn{
    display: block;
    text-decoration: none;
    cursor: pointer;
    width: 36%;
    height: 4vh;
    background: url('../../imgs/v2/exitlogin-cancel.png') center center no-repeat;
    background-size: 100% 100%;
}
.exitlogin-details-bottom .exitlogin-confirm-btn{
    display: block;
    text-decoration: none;
    cursor: pointer;
    width: 36%;
    height: 4vh;
    background: url('../../imgs/v2/exitlogin-confirm.png') center center no-repeat;
    background-size: 100% 100%;
}
.exitlogin-pay-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.exitlogin-pay-box img{
    max-width: 50px;
    max-height: 50px;
    width: auto;
    height: auto;
    display: block;
}
.exitlogin-pay-box .exitlogin-pay-title{
    font-size: 16px;
    color: #333333;
    margin-left: 1vw;
}