






.my_notice .i_inner {background: #f8f9fa;min-height: 100vh;/* padding: 11px; */}

.my_notice .top_text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    line-height: 64px;
    background: #ffff;
    padding: 10px 0;
        box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
}

.my_notice .top_text .s01 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 10px;
}

.my_notice .top_text .s02 {
    padding-right: 46px;
    flex: 1;
    text-align: center;
    font-size: 16px;
    color: #303133;
}

.my_notice .top_text .s01 img {
    width: 20px;
    height: 20px;
}

.content_wrap {
    padding: 0 16px;
}
.notice_content {
    background: #fff;
    border-radius: 14px;
    padding: 12px;
    margin: 12px 0;
        padding-bottom: 100px;

}


.n_title {
    font-weight: 600;
    font-size: 1.4rem;
    margin-top: 10px;
    /* text-align: center; */
}

.n_img {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    margin-top: 10px;
}

.n_img .d01 {
    margin-left: 10px;
}

.n_img .d01 span {
    display: block;
}

.n_img .d01 .s01 {
    font-size: 1rem;
    font-weight: 400;
}

.n_img .d01 .s02 {
    color: #00000080;
    font-size: 0.8rem;
}

.n_img img {
    height: 34px;
    width: 34px;
}

.real_content {
    margin-top: 20px;
    font-size: 0.9rem;
        padding: 0 10px;
}

.real_content p {
    font-size: 0.9rem;
    line-height: 1.4rem;
        color: #000;
}

.real_content ol,.real_content ul {
    padding-left: 20px;
}
.show_en_jp.en{
    display: block !important;
    opacity: 1 !important;
}
.show_en_jp.jp{
    display: none !important;
    opacity: 0 !important;
}


.jp .show_en_jp.en{
    display: none !important;
    opacity: 0 !important;
}
.jp .show_en_jp.jp{
    display: block !important;
    opacity: 1 !important;
}
