.my_overlay{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    height: 100%;
    background-color:rgba(0, 0, 0, .5);
    overflow: auto;
    display: none;
}
.my_dialog{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    max-width: 50%;
    max-height: 80%;
    margin: auto;

}
.dialog_box{
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    font-size: 12px;
}
.dialog_tile{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
}
.icon_close{
    height: 32px;
    width: 32px;
    cursor: pointer;
}
.dialog_content{
    font-size: 16px;
}
.desc_box{
    width: 100%;
    margin: 20px 0 10px 0;
}
.jump_btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    user-select: none;
    border: none;
    background-color: #409eff;
    border-radius: 4px;
    padding: 10px 20px;
    line-height: 1;
    margin-top: 5px;

}
.jump_btn:first-child{
    margin-right: 20px;
}
.btn_box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}


.mynotice .flex{
    display: flex;
    align-items: center;
}
.mynotice .my_overlay2{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    height: 100%;
    background-color:rgba(0, 0, 0, .5);
    overflow: auto;
    display: none;
} 
.mynotice .my_dialog{
      position: fixed;
      /* top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; */
      /* overflow: auto; */
      max-width: 80%;
      /* max-height: 90%; */
      position:absolute;
      top:20%;
      left:25%;
      right:25%;
      bottom:20%;
}
.mynotice .dialog_box{
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    font-size: 12px;
}
.mynotice .dialog_tile{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    font-weight: 600;
}
.mynotice .title_tag{
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    width: 50px;
    height: 26px;
    background: #FFA800;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
.mynotice .icon_close2{
    height: 32px;
    width: 32px;
    cursor: pointer;
}
.mynotice .dialog_content{
    font-size: 16px;
}
.mynotice .desc_box{
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 18px;
    color: #666666;
    line-height: 25px;
}
.mynotice .btn_box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.mynotice .remind_item{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    flex: 1;
    flex-direction: column;
}
.mynotice .remind_item:last-child{
    margin-left: 20px;
}
.mynotice .remind_item_img{
    width: 100%;
    border-radius: 6px;
    border: 1px solid #EFEFEF;
}
.mynotice .remind_item_subtitle{
    height: 30px;
    background: #EFEFEF;
    border-radius: 6px;
    padding: 0 10px;
    display: flex;  
    align-items: center;
    color: #333333;
    margin-top: 17px;
    border: 1px solid #EFEFEF;
}
.mynotice .remind_item:last-child .remind_item_subtitle{
    background: #FFF6E4;
    border: 1px dashed #FFA800;
    color: #FFA800;
}
.mynotice .remind_item:last-child .remind_item_img{
    border: 1px dashed #FFA800;

}
.mynotice .btn_box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.mynotice .i_know{
    height: 38px;
    background: #FFA800;
    box-shadow: 0px 8px 16px 0px rgba(255,168,0,0.14);
    border-radius: 8px;
    color: #fff;
    padding: 0 32px;
    cursor: pointer;
}


.mynotice2 .my_overlay{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2000;
        height: 100%;
        background-color:rgba(0, 0, 0, .5);
        overflow: auto;
        /* display: none; */
   } 
.mynotice2 .my_dialog{
        position: fixed;
        margin: auto;
        overflow: auto;
        max-width: 50%;
        max-height: 80%;
        min-width: 650px;
        position:absolute;
        top:20%;
        left:25%;
        right:25%;
        bottom:20%
   }
.mynotice2 .dialog_box{
        padding: 20px;
        background-color: #fff;
        border-radius: 8px;
        font-size: 12px;
   }
.mynotice2 .dialog_tile{
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 20px;
        color: #333;
        font-weight: 700;
   }
.mynotice2 .icon_close{
    height: 32px;
    width: 32px;
    cursor: pointer;
   }
.mynotice2 .dialog_content{
    font-size: 16px;
   }
.mynotice2 .desc_box{
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 14px;
    line-height: 18px;
   }
.mynotice2 .jump_url{
    padding: 0 4px;
    color: #409eff;
   }
.mynotice2 .jump_btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    user-select: none;
    border: none;
    background-color: #409eff;
    border-radius: 4px;
    padding: 10px 20px;
    line-height: 1;
    margin-top: 5px;
    
   }
.mynotice2 .jump_btn:first-child{
    margin-right: 20px;
   }
.mynotice2 .btn_box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
   }
   /* 操作指引 */
.mynotice2 .guide_title{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
   }
.mynotice2 .action_guide{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #e9f0fb;
    border-radius: 8px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #3c66a8;
    padding: 8px;
    margin-bottom: 16px;
    line-height: 17px;
   }
.mynotice2 .action_guide span{
    margin: 5px 0;
   }