/* 弹窗 */
/* 公用部分 */
.bgPopupWrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0px;
    left: 0;
    z-index: 99;
    /* overflow: auto; */
}

.bgPopupConFrom {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 900px;
}

.bgPopupCon {
    width: 550px;
    padding: 0px 20px 30px 20px;
    background-color: #fff;
    box-shadow: 0 0 5px rgb(187 187 187 / 10%);
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.bgPopUpTitleTxt {
    font-size: 26px;
    font-family: "Microsoft YaHei-Bold", "Microsoft YaHei";
    font-weight: bold;
    color: rgb(41, 41, 41);
    line-height: 26px;
    margin: 60px auto 45px;
}
.bgDeleIcon {
    cursor: pointer;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
/* 内容区域 */
.bgPopupConInfo {
    margin-top: 20px;
    font-size: 14px;
    font-family: "Microsoft YaHei", sans-serif;
    color: #555;
    line-height: 26px;
    text-align: left;
}

/* 署名右对齐 */
.popupSign {
    margin-top: 20px;
    text-align: right;
    color: #666;
}

/* 按钮区域 */
.popupBtnWrap {
    margin-top: 10px;
}

/* 橙色按钮 */
.popupBtn {
    width: 160px;
    height: 42px;
    background: #ff7a00;
    border-radius: 24px;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.popupBtn:hover {
    background: #ff8c1a;
}
.golinkRexwit{
 color: rgb(87, 87, 247);
}
.indent {
    text-indent: 2em;
}
.color000{
 color: #000;
}