.all_body .index_top {
    display: none;
}





.all-wrap {
    /* margin: 0 20px; */
    color: #fff;
    font-size: 14px;
    padding-bottom: 20px;
}

.all-wrap .msg-tab {
    padding-top: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.all-wrap .msg-content {
    margin-top: 20px;
    /* border-top: solid 1px rgb(18,18,18,0.08); */
    padding-top: 15px;
}

.all-wrap .msg-tab .msg-tab-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: rgb(18,18,18,0.08);
}

.all-wrap .msg-tab .item {
    padding: 10px 40px;
    border-radius: 5px;
    min-width: 60px;
    color: rgb(18,18,18);
    display: block;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.all-wrap .msg-tab .item.selected {
    /* background: #ceb359; */
    background: linear-gradient(315deg, #4048ef, #5a7bef);
    color: #fff;
}

.all-wrap .msg-content .item {
    display: none;
}

.all-wrap .msg-content .item.selected {
    display: block;
}

.all-wrap .msg-content .item .no-data {
    color: #9fa6b5;
    font-size: 14px;
    text-align: center;
}

.all-wrap .msg-content .item .msg-list {
    background-color: #393948;
    border-radius: 20px;
    padding: 0 20px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    box-shadow: 0 0 33px 0 rgba(34,34,44,.25);
    cursor: pointer;
}

.all-wrap .msg-content .item .msg-list .left {}

.all-wrap .msg-content .item .msg-list .left .s02 {
    display: block;
    color: #9fa6b5;
    font-size: 12px;
}

.all-wrap .msg-content .item .msg-list .left .s01 {
    color: #fff;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.all-wrap .msg-content .item .msg-list  img {
    height: 16px;
    width: 16px;
}



.notice_item {
    /* background: #22222D; */
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px rgb(18,18,18,0.08);
        text-decoration: none;
}
.notice_item span {
    color: rgb(18,18,18,0.8);
    font-size: 14px;
}
.notice_item span.s02 {
    display: none;
}

.notice_item span.selected {
    display: block;!important;
}

.notice_item img {
    height: 20px;
    width: 20px;
    opacity: 0.5;
}
.notice_item:hover {
    opacity: 0.8;
}

.notice_item .title {
    font-size: 22px;
    color: #fff;
        overflow: hidden;
}

.notice_item .time {
    color: #9fa6b5;
    font-size: 10px;
}

.notice_item .content {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
    height: 54px;
    word-wrap: break-word;
    overflow: hidden;
}

.notice_item .ss {}

.notice_item .s02 {
    display: block;
    align-items: flex-end;
    flex: 1;
    margin-left: 10px;
    line-height: 20px;
    width: 100%;
    height: 20px;
    overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.notice_item {
    height: 50px;
    overflow: hidden;
}


.box_wrap {
    width: 100%;
    /* padding: 20px; */
}

.box_wrap .box {
    margin: 20px;
    padding: 20px;

    border-radius: 20px;
}

.box_wrap .box .item {
    /* margin-bottom: 15px; */
    padding-bottom: 6px;
    /* border-bottom: solid 1px #353545; */
}

.box_wrap .box .item .item_title {
    color: #121212;
    margin-bottom: 6px;
    font-weight: 600;
}
.box_wrap .box .item .code_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.box_wrap .box .item .code_wrap .input_wrap {
    flex: 1;
}


.confirm_button span {
    height: 44px;
    background: linear-gradient(315deg,#4048ef,#5a7bef);
    color: #fff;
    border: none;
    display: block;
    line-height: 44px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}















body {
        background: #F5F7FA !important;
}


.setting_top {
    padding: 30px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /* padding-bottom: 0; */
}

.setting_top .page_title {}

.setting_top .page_title span {
    font-size: 24px;
    font-weight: 600;
}

.setting_top .return {
    padding: 6px 11px;
    text-decoration: none;
    border: solid 1px #d5dae0;
    font-size: 14px;
    color: #121212;
    border-radius: 8px;
}

.setting_top .return span {}

.setting_top .return:hover {
    color: rgb(18,18,18,0.5);
}


.setting_wrap {
    padding: 20px;
    padding-top: 0;
}

.setting_wrap .box {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 30px 0 rgb(0,0,0,0.08);
    /* padding-top: 30px; */
    /* padding-bottom: 30px; */
    /* margin-bottom: 20px; */
    margin: 0;
    padding-top: 30px;
}

.logo_bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    /* margin-top: -20px; */
    padding-bottom: 50px;
}

.logo_bottom img {
    width: 32px;
    height: 32px;
}

.logo_bottom span {
    font-weight: 600;
    font-size: 20px;
    margin-left: 10px;
    color: #000;
}
.setting_wrap .box .content {
    display: none;
    opacity: 0;
}

.all_body.jp .setting_wrap .box .content.jp {
    display: block;
    opacity: 1;
}
.all_body.en .setting_wrap .box .content.en {
    display: block;
    opacity: 1;
}


.all_body.en .setting_wrap .box .detail_content .en {
    display: block;
    opacity: 1;
}

.all_body.jp .setting_wrap .box .detail_content .jp {
    display: block;
    opacity: 1;
}

.setting_wrap .box .detail_content .en{
    display:none;
    opacity:0;
}


.all_body.en .setting_wrap .box .detail_content .en {
    display: block;
    opacity: 1;
}

.all_body.jp .setting_wrap .box .detail_content .jp {
    display: block;
    opacity: 1;
}

.setting_wrap .box .detail_content .en{
    display:none;
    opacity:0;
}

.setting_wrap .box .detail_content {}

.setting_wrap .box .detail_content .notice_title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.setting_wrap .box .detail_content .time {
    margin-bottom: 20px;
    text-align: right;
}

.all_body.en .notice_item span.s02.en {
    display: block;
}
.all_body.jp .notice_item span.s02.jp {
    display: block;
}





/*
网页端
*/

.all_body.web_size {
    padding: 0 20%;
}

.all_body.web_size .index_top {
    background: #fff;
    border-bottom: 1px solid rgba(18, 18, 18, 0.08);
        z-index: 999;
}

.all_body.web_size .index_top .my_wallet {
    background-color: rgba(18, 18, 18, 0.04);
}

.all_body.web_size .index_top .my_wallet img {
    content: url(/static/images/h5_icons/wallet02.png);
}

.all_body.web_size .index_top .my_wallet span {
    color: #121212;
}
.all_body.web_size .index_top .top_logo span {
    color: #000;
}


.all_body.web_size .index_top .right .login span, .index_top .my_wallet span, .index_top .my_trade span {
    color: #121212 !important;
}

.all_body.web_size .index_top .right .login, .index_top .my_wallet, .index_top .my_trade {
    background-color: rgba(18, 18, 18, 0.04) !important;
}

.all_body.web_size .index_top .right .login img {
    content:url('/static/images/h5_icons/login02.png');
}
.all_body.web_size .index_top .right .search img{
    content:url('/static/images/h5_icons/search.png');
}
.all_body.web_size .index_top .inner .menu{
    content:url('/static/images/h5_icons/menu.png');
}
.all_body.web_size .index_top .inner .close_menu{
    content:url('/static/images/h5_icons/close.png');
}
.all_body.web_size .index_top .my_trade img {
    content: url('/static/images/h5_icons/my_trade02.png');
}

.all_body.web_size .index_top {
    display: flex;
}

.all_body.web_size .setting_top{
    padding-top: 105px;
}













