/* css reset */
body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
header,
section,
article,
footer {
    margin: 0;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 tahoma, '\5FAE\8F6F\96C5\9ED1', sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

em,
b {
    font-style: normal
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

img {
    border: 0
}

li {
    list-style: none outside none;
}

html {
    scroll-behavior: smooth;
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

td,
th,
ul,
ol {
    padding: 0
}

a:hover {
    text-decoration: none;
    filter: brightness(1.1);
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    zoom: 1
}
html, body {
    margin: 0;
    padding: 0;
}

/* 防止子元素 margin 传递到 body */
.wrapout {
    /* 创建 BFC 避免 margin 塌陷 */
    overflow: hidden;
}
/*content*/
#TopMenuwrapout,
.wrapout,
.SDGCOPYRIGHT-wrap20130425 {
    min-width: 1920px;
}

.wrapout {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    /* background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202509recover/bc.png) no-repeat 0px 0px; */
}

.wrap {
    position: relative;
    width: 1920px;
    height: 1953px;
    margin: 0 auto;
}
.sec_01{
    background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202509recover/sec_01.jpg) no-repeat 0px 1px;
    height: 1067px;
    width: 1920px;
    position: relative;
}
.sec_02{
    background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202509recover/sec_02.jpg) no-repeat 0px 0px;
    height: 886px;
    width: 1920px;
    position: relative;
}

.logo {
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 377px;
    height: 78px;
    background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202509recover/logo.png) no-repeat;
}

.container {
    width: 1035px;
    margin: 0 auto;
    position: relative;
    /* top: 1070px; */
}

/* 初始隐藏第二部分内容 */
#section2 {
    display: none;
}

.line {
    width: 100%;
    height: 20px;
}


.notice-content {
    width: 1035px;
    min-height: 600px;
    
    box-sizing: border-box;
    font-size: 22px;
    font-weight: bold;
    border: 10px solid #4a9056;
    padding: 40px 50px;
    margin-bottom: 20px;
    line-height: 1.5;
    background-color: #fff;
}
.rule{
    background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202509recover/rule3.png) no-repeat 0px 0px;
    min-height: 646px;
    border: none;
}
.official{

    width: 134px;
    height: 30px;
    position: absolute;
    bottom: 240px;
    right: 410px;
}

.notice-green {
    color: #4a9056;
}
.notice-red{
 color: #fc615e;
}

.green-dot {
    color: #4a9056;
}

.btn1 {
    padding: 10px 20px;
    background-color: #4a9056;
    color: #fff;
    border: none;
    border-radius: 26px;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    display: block;
    /* 将按钮设为块级元素 */
    margin: 0 auto;
}

.btn1:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

/* 隐藏原生复选框 */
#agreeCheckbox {
    display: none;
}

/* 容器样式 */
.checkbox-group {
    margin: 20px;
    font-size: 14px;
    color: #333;
}

/* Label样式 */
.checkbox-group label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    font-size: 22px;
    font-weight: bold;
}

/* 圆形外框 */
.checkbox-group label::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid #00b42a;
    /* 绿色边框 */
    border-radius: 50%;
    /* 圆形 */
    background-color: #fff;
    margin-right: 8px;
    transition: all 0.2s ease;
    position: relative;
    /* 作为内部圆点的定位容器 */
    display: inline-block;
}

/* 选中后的绿色圆点 */
.checkbox-group label::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #00b42a;
    /* 绿色圆点 */
    position: absolute;
    left: 6px;
    /* 相对于label定位，调整到正确位置 */
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    /* 默认隐藏 */
    transition: opacity 0.2s ease;
}

/* 选中状态：显示内部绿色圆点 */
#agreeCheckbox:checked+label::after {
    opacity: 1;
    /* 显示圆点 */
}

/* 登录区域样式 */
.login-area {
    text-align: center;
    margin-bottom: 20px;
}

.btn-group {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 20px;
}

.user-info{
    margin-top: 100px;
    padding-bottom: 30px;
}
.user-status{
    margin-bottom: 50px;
    color: #4a9056;
}


.btn2 {
    padding: 5px 30px;
    background-color: #4a9056;
    min-width: 148px;
    color: #fff;
    border: none;
    border-radius: 26px;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
   display: inline-block;
    
}

.btn-right{
    margin-right: 73px;
}
.notice-text{
    display: block;
    /* 将按钮设为块级元素 */
    margin: 0 auto;
    text-align: center;
}


/* 弹框容器 - 作为遮罩层 */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

/* 弹框显示状态 */
.modal-overlay.show {
    display: flex;
}

.status-cards {

    width: 560px;
    min-height: 268px;
    text-align: center;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: bold;
    border: 10px solid #4a9056;
    padding: 40px 50px;
    line-height: 1.5;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    /* 为关闭按钮提供定位基准 */
}


/* 关闭按钮样式 */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.close-btn::before,
.close-btn::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: #4a9056;
    /* 绿色X，与边框颜色匹配 */
    top: 5px;
    left: 14px;
}

.close-btn::before {
    transform: rotate(45deg);
}

.close-btn::after {
    transform: rotate(-45deg);
}

.close-btn:hover::before,
.close-btn:hover::after {
    background-color: #3a7d45;
}

.bc-kf{
   
    width: 719px;
    height: 39px;
    margin: 30px auto;

    background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202509recover/kf1.png) no-repeat 0px 0px;
    position: relative;
}
.kf{
    width: 115px;
    height: 30px;
    position: absolute;
    bottom: 0px;
    right: 180px;
}