.cust-fs {
    font-size: 1.06rem;
}

.cust-note {
    color: rgb(116, 117, 121);
    font-size: 15px;
}

.cust-vcode {
    background-color : rgb(245, 247, 249) !important;
    cursor: pointer;
}

.cust-question {
    overflow: visible;
}

.cust-login {
    --bs-modal-width: 340px; /* 定义全局变量 */
}

.cust-main {
    padding-bottom: 0 !important; 
}

.cust-main1 {
    padding-bottom: 2rem !important; 
}

.cust-title {
    margin-top:0 !important; 
}

.cust-codeBtn{
    color: var(--bs-gray-500) !important;
}


.cust-avatar {
    font-size: 16px;
    /* width: 3em;  */
    /* height: 3em; */
    /* border-radius: 50%;  */
    background: #ac34aa;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
  
.cust-avatar::after {
    content: attr(data-label);
    font-family: "Readex Pro", sans-serif;
    color: #ffffff;
}

/* 修改Modal容器尺寸 */
#wechatPayModal .modal-dialog {
    width: 340px;
    min-height: 366px;
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中 */
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
/* 微信支付二维码 START */
/* 修改Modal内容区样式 */
#wechatPayModal .modal-content {
    width: 100%;
    height: 100%;
    border-radius: 20px; /* 边框弧度20px */
    overflow: hidden; /* 确保子元素不超出圆角边界 */
}

#wechatPayModal .modal-body {
    height: 320px;
    padding: none !important; /* 新增这行 */
    padding-top: 0px;
    /* margin-top: -20px; */
}

/* 调整Modal头部和底部圆角 */
#wechatPayModal .modal-header {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-bottom: 0px;
    border-bottom: none !important; /* 新增这行 */
}
#wechatPayModal .modal-footer {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.cust-qr-container {
    text-align: center;
    height: calc(100% - 120px); /* 自适应高度 */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cust-qr-code {
    margin: 0 auto;
    /* border: 1px solid #eee; */
    /* padding: 10px;  */
    flex-shrink: 0;
}
.cust-qr-note {
    font-size: 13px;
    color: #666;
    margin-bottom: 12px;
}
.cust-qr-title {
    font-weight: bold;
    color: #999;
    margin-top: 12px;
    line-height: 18px;
    font-size: 13px;
}

.cust-qr-mask {
    position: absolute;
    top: 18%;
    left: 19%;
    width: 206px;
    height: 206px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.98);
}

.cust-qr-fail {
    padding-top: 94px;
    background-image: url(../images/refreshqr.png);
    background-repeat: no-repeat;
    background-position: 85px 54px;
    background-size: 30px 30px;
    cursor: pointer;
}

.cust-qr-click {
    color: #4a90e2;
}

/* 调整关闭按钮位置 */
#wechatPayModal .btn-close {
    margin-right: 0.1px;
    margin-top: 0.1px;
}

/* 微信支付二维码END */

/* video控件样式 */
.video-player .plyr--video {
    border-radius: 0.5rem;
}

.plyr__video-wrapper {
    background: #000;
    background: var(--plyr-video-background, var(--plyr-video-background, #000));
    border-radius: inherit;
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
/* video控件END */