{% load static %}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}
/* 谷歌 */
html, body{
        background: #fff;
        color: #121212;
        font-size: 14px;
        /*
    font-family: 'Microsoft YaHei';

     */
        font-family: 'Microsoft YaHei', '微软雅黑',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        user-select: none;
        font-weight: 400;
        height: 100%;
        background: transparent;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    background-color:transparent;
}
/*  */
input{
    outline: 0;
    color: #121212;
    background:none;
    border:none;
    /* -webkit-text-fill-color: #121212; */
}
input:focus::placeholder {
            opacity: 0;  
}
input:-webkit-autofill {
    background-color:transparent;
  transition: background-color 5000s ease-in-out 0s;
    color: #121212 !important;
}

:root input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    box-shadow: none;
    /*阴影大小等于input框宽度一半 利用内阴影覆盖原背景色*/
    color: #121212;
    background-color:transparent;
    -webkit-text-fill-color: #121212; /*利用文本填充属性覆盖原有文本颜色*/
}


/* scroll滚动框宽度*/
::-webkit-scrollbar{
    width: 1px;
}

a:hover{
    text-decoration: none;
}


::after,
::before {
    box-sizing: border-box;
}
:root {
  --color-yellow: #f0a70a;
  --color-white: #fff;
  --color-gray: #5d5d6e;
  --color-gray02: #888894;
  --color-gray03: #758696;
  --color-zise: #7358a8;
  --color-blue: #007bff;

}

/* 白色圆点 */
.circle {
    display: block;
    height: 5px;
    width: 5px;
    background: #121212;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
}

.circle_wrap.selected .circle {
    opacity: 1;
    visibility: visible;
}


/* 选择语言 */
#set_lan {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#set_lan span {
    font-size: 10px;
    color: #fff;
    margin-right: 8px;
}

#set_lan img {
    height: 12px;
    width: 12px;
}


/* 输入框默认样式 */
.input_wrap {
        height: 38px;
        line-height: 38px;
        position: relative;
        border: solid 1px rgba(0, 0, 0, .14);
        border-radius: 5px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
}

.input_wrap input {
    color: #121212;
    width: 100%;
    height: 100%;
        padding: 0 8px;
}

.input_wrap .hide_text {
    color: grey;
    position: absolute;
    top: 0;
    left: 8px;
    z-index: 99;
}

/* 发送验证码 */
.get_code {
    background: transparent;
    color: #2081E2;
    border: 1px solid #2081E2;
    padding-left: 2px;
    padding-right: 2px;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    margin-left: 8px;
}



/* 手机号码弹出框--------------------------------------------------------- */
#poped_phone {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

#poped_phone .inner {
    width: 100%;
    height: 100%;
    position: relative;
}

#poped_phone .bg {
    /* z-index: 998; */
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

#poped_phone .select {
    /* z-index: 9999; */
    height: 100%;
    padding-top: 75px;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
}

#poped_phone .select-title {
    height: 45px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: right;
    background: #fff;
}

#poped_phone .select-title .s01 {
    font-size: 16px;
    color: #999;
    cursor: pointer;
    padding: 0 15px;
    line-height: 45px;
    z-index: 99999;
    font-weight: 600;
}
#poped_phone .select-inner span:hover {
    color: #2081E2;
}

#poped_phone .select-title .s01:hover {
    color: #2081E2;
}

#poped_phone .select-title .s02 {
    font-size: 16px;
    color: #999;
}

#poped_phone .select-content {position: relative;color: #fff;font-size: 14px;/* height: 170px; */height: 100%;/* overflow-y: scroll; */background-position: top,bottom;background-repeat: no-repeat;background-size: 100% 68px;overflow-y: scroll;}

#poped_phone .select-content .shang {
    display: none;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    height: 68px;
    width: 100%;
    z-index: 1001;
    background: linear-gradient(to bottom, rgb(0 0 0), rgb(72 72 72 / 60%));
}

#poped_phone .select-content .xia {
    display: none;
    background: #000;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 68px;
    width: 100%;
    z-index: 1001;
    background: linear-gradient(to top, rgb(0 0 0), rgb(72 72 72 / 60%));
}

#poped_phone .select-inner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    will-change: transform;
    padding: 68px 0;
    transform: translateY(-68px);
}

#poped_phone .select-inner span {
    display: block;
    text-align: center;
    font-size: 16px;
    justify-content: center;
    color: #121212;
    overflow: hidden;
    /* height: 34px; */
    line-height: 34px;
    /* background: #484859; */
    z-index: 1000;
    cursor: pointer;
    padding: 0 10px;

    overflow: hidden;
}

/* 切换语言弹出框--------------------------------------------------------- */

#poped_lan {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999999;
}

#poped_lan .inner {
    width: 100%;
    height: 100%;
    position: relative;
}

#poped_lan .bg {
    z-index: 998;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

#poped_lan .select {
    z-index: 999;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #484859;
    width: 100%;
}

#poped_lan .select-title {
    height: 45px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #393948;
}

#poped_lan .select-title .s01 {
    font-size: 16px;
    color: #ceb359;
}

#poped_lan .select-title .s02 {
    font-size: 16px;
    color: #79d47c;
}

#poped_lan .select .select-content {
    position: relative;
    color: #fff;
    font-size: 14px;
    height: 170px;
    background: linear-gradient(180deg,#1f1f1f,rgba(70, 70, 70, 0.6)),linear-gradient(0deg,#1f1f1f,rgba(70, 70, 70, 0.6));
    background-position: top,bottom;
    background-repeat: no-repeat;
    background-size: 100% 68px;
    overflow: hidden;
}

#poped_lan .select .select-content span {
    display: block;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    color: #fff;
    height: 34px;
    line-height: 34px;
    /* background: #484859; */
    z-index: 1000;
    cursor: pointer;
    display: none;
}
#poped_lan .select .select-content span.selected{
    color: #ceb359;
}
#poped_lan .select .select-content span.en,
#poped_lan .select .select-content span.jp{
    display: block; !important;
}

#poped_lan .select-title span {
    cursor: pointer;
    padding: 0 15px;
    line-height: 45px;
}

#poped_lan .select .select-content .shang {
    /* background: #000; */
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    height: 68px;
    width: 100%;
    z-index: 1001;
    background: linear-gradient(to bottom, rgb(0 0 0), rgb(72 72 72 / 60%));
    display: none;
}

#poped_lan .select .select-content .xia {
    background: #000;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 68px;
    width: 100%;
    z-index: 1001;
    background: linear-gradient(to top, rgb(0 0 0), rgb(72 72 72 / 60%));
    display: none;
}

#poped_lan .select-inner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    will-change: transform;
    /*
    padding: 68px 0;
    transform: translateY(-68px);

     */
}



/* 底部菜单栏--------------------------------------------------------- */

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    padding: 6px 0;
    box-shadow: var(--tab-nav-shadow,0 -7px 20px 0 rgba(37,37,48,.83));
    background: #31313f;
    z-index: 9999;
}

.footer .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #9fa6b5;
    text-align: center;
    cursor: pointer;
    width: 20%;
}

.footer .item img {
    display: block;
    height: 15px;
}

.footer .item span {
    font-size: 12px;
    margin-top: 4px;

}

.footer .item.selected {
    color: #ceb359;
}

.footer .home.selected img{
    content: url(/static/images/h5_icons/base_home_1.png);
}
.footer .nft.selected img{
    content: url(/static/images/h5_icons/base_nft_1.png);
}
.footer .nft_trade.selected img{
    content: url(/static/images/h5_icons/base_caidan_1.png);
}
.footer .assets.selected img{
    content: url(/static/images/h5_icons/base_assets_1.png);
}



.no_data {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

.no_data img {
    height: 100px;
    width: 100px;
    margin-bottom: 10px;
}

.no_data span {}







.red{
    color: #EA4B6D !important;
}

.green{
    color: #31BC65 !important;
}


#show_loading {
    position: absolute;
    z-index: 999999;
    top: 0;
    left: 0;
    /* background: red; */
    height: 200%;
    width: 100%;
}

#show_loading .loading_inner {
    height: 100%;
    width: 100%;
    position: relative;
}

#show_loading .bg {position: absolute;z-index: 98;background: #000;height: 100%;width: 100%;opacity: 0.5;top: 0;left: 0;}

#show_loading .box_wrap {
    position: relative;
    z-index: 99;
    height: 100%;
    width: 100%;
    /* background: blue; */
    display: flex;
    align-items: center;
    justify-content: center;
}

#show_loading .box_wrap .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* width: 20%; */
    position: fixed;
    top: calc(50% - 75px);
    /* left: 30%; */
    /* background: #000; */
    padding: 20px 40px;
    border-radius: 10px;
    /* opacity: 0.6; */
}

#show_loading .box_wrap .box span {
    font-size: 16px;
    margin-top: 10px;
    color: #fff;
}

#show_loading .box_wrap .box img {
    height: 30px;
    width: 30px;
}




#show_msg_box {
    position: absolute;
    z-index: 9999999;
    top: 0;
    left: 0;
    /* background: red; */
    height: 100%;
    width: 100%;
}

#show_msg_box .msg_inner {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#show_msg_box .box_wrap {
    position: fixed;
    padding: 15px 20px;
    border-radius: 10px;
    overflow: hidden;
    top: calc(26% - 35px );
    max-width: 60%;
    /* flex-direction: row; */
    /* align-items: center; */
    /* justify-content: center; */
}

#show_msg_box .box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 99;
    word-wrap: break-word;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

#show_msg_box .box img {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

#show_msg_box .box span {
    /* display: block; */
    max-width: 80%;
    word-wrap: break-word;
    color: #fff;
}

#show_msg_box .msg_inner .bg {
    background: #000;
    position: absolute;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    z-index: 98;
    left: 0;
    top: 0;
}

.index_top {
    /* height: 44px; */
    /* line-height: 44px; */
    /* background: #fff; */
    /* position: fixed; */
    /* top: 0; */
    width: 100%;
}
.index_top.bg{
    background: #fff;
    border-bottom: 1px solid rgba(18, 18, 18, 0.08);
}

.index_top .inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    /* padding: 0 16px; */
    height: 44px;
}

.index_top .inner img {
    height: 22px;
    /* width: 25px; */
    /* margin-right: 25px; */
    cursor: pointer;
}

.index_top .inner span {
    font-size: 16px;
    color: #fff;
    display: none;
}


.index_top .index_top_logo {
    /* flex: 1; */
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.index_top .index_top_logo img {
    height: 40px;
    /* width: 25px; */
    margin-right: 10px;
}

.index_top .index_top_logo span {
    font-size: 16px;
    color: #fff;
    display: none;
}

.index_top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 72px;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
        width: 100%;
}



.index_top .right {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}

.index_top .right .search {
    padding: 0 15px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
}

.index_top .right .search img {
    width: 22px;
}

.index_top .inner .menu {
    display: block;
}

.index_top .inner .close_menu {
    display: none;
    height: 32px;
    /* width: 40px; */
}

.index_top .inner.selected .close_menu {
    display: block;
}

.index_top .inner.selected .menu {
    display: none;
}


.index_top .right .login {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    vertical-align: middle;
    text-align: center;
    /* padding: 0.25rem 0.5rem; */
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    user-select: none;
    height: 36px;
    line-height: 36px;
    /* border-radius: 50px; */
    border-radius: 12px;
    padding: 0px 12px;
    border-color: transparent;
    background-color: rgba(18, 18, 18, 0.04);
    background-color: rgb(255,255,255,0.12);
    transition: background-color 0.2s cubic-bezier(0.05, 0, 0.2, 1);
    margin-right: 10px;
}

.index_top .right .login img {
    width: 20px;
    margin-right: 5px;
    line-height: 36px;
}

.index_top .right .login span {
    color: rgb(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 600;
}

.index_top .right .login:hover {
    border-color: transparent;
    transition: background-color 0.2s cubic-bezier(0.05, 0, 0.2, 1);
    background-color: rgba(18, 18, 18, 0.08);
}




.poped_index {
    background: #fff;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    display: none;
    margin-top: 72px;
    padding-top: 50px;
        overflow: auto;
}

.poped_index .pop_top {
    margin: 0 15px;
    padding: 32px 0;
    display: none;
    padding: 0;
    margin: 0;
}

.poped_index .delay_username {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 6px;
    color: rgb(18,18,18);
    font-size: 24px;
}

.poped_index .login {
    font-size: 20px;
    font-weight: 600;
    color: rgb(18,18,18);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    margin-top: 0px;
        margin-bottom: 50px;
    padding-left: 15px;
}

.poped_index .no_login {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-top: 25px;
    padding-left: 15px;
    margin-bottom: 15px;
    display: none;
}

.poped_index .verify {
    margin: 6px!important;
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 6px;
    display: none;
}

.poped_index .item_list {
    overflow-y: scroll;
    height: 100%;
}

.poped_index .pop_top img {
    height: 22px;
    width: 22px;
    cursor: pointer;
    /* padding: 0 10px; */
}

.poped_index .login span {
    margin-right: 10px;
}

.poped_index .login img {
    height: 20px;
    width: 20px;

    margin-left: 10px;
}

.poped_index .no_login span {
    display: block;
}

.no_login {}

.poped_index .no_login a {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #ceb359;
    margin-top: 6px!important;
    color: #ceb359;
    border-radius: 20px;
    font-size: 12px;
}

.poped_index .verify .d01 {}

.poped_index .verify .d01 span {
    color: #ceb359;
    font-size: 14px;
}

.poped_index .verify .d01 img {
    height: 18px;
    width: 18px;
}

.poped_index .verify .s02 {
    background: #ceb359;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
    padding: 3px 6px;
}

.poped_index .item_list .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    cursor: pointer;
    height: 72px;
    line-height: 72px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: solid 1px rgb(18, 18, 18, 0.08);
}
.poped_index .item_list .item.item08 {
    cursor: pointer;
}
.poped_index .item_list .item:hover {
    opacity: 0.8;
}

.poped_index .item_list .item .d01 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
}

.poped_index .item_list .item .d01 img {
    max-width: 32px;
    max-height: 32px;
    margin-right: 15px;
}

.poped_index .item_list .item .d01 span {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    color: rgb(18, 18, 18);
}

.poped_index .item_list .item .img02 {
    height: 18px;
    width: 18px;
}

.poped_index .logout {
    /* margin: 10%; */
    text-align: center;
    /* margin-top: 100px; */
    border-top: solid 1px rgb(18,18,18,0.2);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: #fff;
}

.poped_index .logout a {
    /* background: #484859; */
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    /* padding: 6px 0; */
    display: inline-block;
    /* border-radius: 6px; */
    cursor: pointer;
    /* width: 80%; */
    padding: 0 20px;
    /* color: #121212; */
    color: rgb(24, 104, 183);
}

.poped_index .item_list .item .d01 a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    color: rgb(18, 18, 18);
}

.index_top .top_logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
        text-decoration: none;
}

.index_top .top_logo img {
    width: 32px;
    height: 32px;
}

.index_top .top_logo span {
    font-weight: 600;
    font-size: 20px;
    margin-left: 10px;
    color: #fff;
    text-decoration: none;
}

.index_top.bg .top_logo span {
    color: #000;
}



.index_top.bg .right .login {
    background-color: rgba(18, 18, 18, 0.04);
}

.index_top.bg .right .login span {
    color: #121212;
}

.index_top.bg .right .login img {
    content:url('/static/images/h5_icons/login02.png');
}
.index_top.bg .right .search img{
    content:url('/static/images/h5_icons/search.png');
}
.index_top.bg .inner .menu{
    content:url('/static/images/h5_icons/menu.png');
}
.index_top.bg .inner .close_menu{
    content:url('/static/images/h5_icons/close.png');
}

body.over {
    overflow: hidden;
}


.index_top .right .my_wallet {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    vertical-align: middle;
    text-align: center;
    /* padding: 0.25rem 0.5rem; */
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    user-select: none;
    height: 36px;
    line-height: 36px;
    /* border-radius: 50px; */
    border-radius: 12px;
    padding: 0px 12px;
    border-color: transparent;
    background-color: rgba(18, 18, 18, 0.04);
    background-color: rgb(255, 255, 255, 0.12);
    transition: background-color 0.2s cubic-bezier(0.05, 0, 0.2, 1);
    margin-right: 10px;
}

.index_top .right .my_wallet img {
    width: 20px;
    margin-right: 5px;
    line-height: 36px;
}

.index_top .right .my_wallet span {
    color: rgb(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 600;
}
.index_top.bg .my_wallet {
    background-color: rgba(18, 18, 18, 0.04);
}

.index_top.bg .my_wallet img {
    content: url(/static/images/h5_icons/wallet02.png);
}

.index_top.bg .my_wallet span {
    color: #121212;
}


.index_top .right .my_trade {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    vertical-align: middle;
    text-align: center;
    /* padding: 0.25rem 0.5rem; */
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    user-select: none;
    height: 36px;
    line-height: 36px;
    /* border-radius: 50px; */
    border-radius: 12px;
    padding: 0px 12px;
    border-color: transparent;
    background-color: rgba(18, 18, 18, 0.04);
    background-color: rgb(255, 255, 255, 0.12);
    transition: background-color 0.2s cubic-bezier(0.05, 0, 0.2, 1);
    margin-right: 10px;
}

.index_top .right .my_trade img {
    width: 20px;
    margin-right: 5px;
    line-height: 36px;
}

.index_top .right .my_trade span {
    color: rgb(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 600;
}
.index_top.bg .my_trade {
    background-color: rgba(18, 18, 18, 0.04);
}

.index_top.bg .my_trade img {
    content: url(/static/images/h5_icons/my_trade02.png);
}

.index_top.bg .my_trade span {
    color: #121212;
}


#poped_lan02 {
    display: none;
    opacity: 0;
    border-bottom: solid 1px rgb(18, 18, 18, 0.05);
    background: rgb(18, 18, 18, 0.08);
}
#poped_lan02.poped {
    display: block;
    opacity: 1;
}

#poped_lan02 .inner {}

#poped_lan02 .inner .select {}

#poped_lan02 .inner .select span {
    display: block;
    color: rgb(18,18,18,0.8);
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
}


.poped_index .item_list .item08.selected .img02{
    content: url(/static/images/h5_icons/arrow_down.png);
}
.poped_index .item_list .item08.selected {
    border-bottom: solid 1px rgb(18,18,18,0.05);
    background: rgb(18,18,18,0.08);
}
#poped_lan02 .inner .select .dd {display: flex;flex-direction: row;align-items: center;justify-content: left;padding: 10px 20px;cursor: pointer;}

#poped_lan02 .inner .select .dd img {
    display: none;
    height: 15px;
    margin-left: 10px;
}

#poped_lan02 .inner .select .dd img.selected {
    display: block;
}
#poped_lan02 .inner .select span.selected {
    color: rgb(18,18,18);
}
#poped_lan02 .inner .select .dd:hover {
    cursor: pointer;
    background: rgb(18,18,18,0.05);
}

#poped_lan02 .inner .select .dd:hover span {
    color: rgb(18, 18, 18);
}


#close_fy01 {
    opacity: 0;
}

#close_fy02 {
    opacity: 0;
}


/*
网页端
*/

.all_body.web_size .poped_index{
    width:30%;
    right:0;
    contain-intrinsic-block-size: auto 100px;
    box-shadow: rgba(0, 0, 0, 0) 1px 1px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.08) 0px 4px 16px 0px;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.all_body.web_size .poped_index .logout{
    width:30%;
    right:0;
    left:auto;
}

img.lazyload {
    opacity: 0;
    transition: opacity 0.3s;
}

img:not(.lazy) {
    opacity: 1;
}
.icon {
    width: 35px;
    height: 35px;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.dialog-bg{
    height: 100%;
    position: absolute;
    width: 100%;
    inset: 0px;
    z-index: 1001;
    background: black;
    opacity: 0.3;
    display: none;
}
.dialog-login{
    display: none;
    left: 50%;
    margin-left: -140px;
    z-index: 1002;
    top: 21%;
    position: fixed !important;
}
.as-dialog__btnGroup{
    list-style: none;
}
.as-tp-dialog__main {
    position: relative;
    background: #fff;
    box-sizing: border-box;
    width: 280px;
    border-radius: 15px;
    padding: 48px 20px 30px;
}
.as-dialog__btn-item{
    margin-bottom: 12px;
    position: relative;
}
.as-dialog__btn-item::before {
    content: "";
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    height: 24px;
    width: 24px;
}
.as-dialog__btn-item a {
    border-radius: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: "UD_KakuGo_DB", sans-serif !important;
    font-weight: normal !important;
    height: 48px;
    width: 100%;
    transition: all .2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
}
.as-dialog__btn-item a {
    background: #2081e2;
    color: #fff;
}
.nk-btn__line a {
    background: #06C755;
    color: #fff;
}
.nk-btn__mail a {
    background: #2081e2;
    color: #fff;
}
.nk-btn__google a{
    background: #fff;
    border: solid 1px rgba(0, 0, 0, .25);
    box-sizing: border-box;
    color: #000;
}
.nk-btn__number::before {
    background: url(../../images/h5_icons/icon_phone_white.svg) no-repeat;
}
.nk-btn__mail::before {
    background: url(../../images/h5_icons/icon_mail_white.svg) no-repeat;
}
.nk-btn__line::before {
    background: url(../../images/h5_icons/icon_line_white.svg) no-repeat;
}
.nk-btn__google::before {
    background: url(../../images/h5_icons/google.svg) no-repeat;
    background-size: contain;
}
.as-dialog__btn-close a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    width: 48px;
    transition: all .2s;
}
.yi-nonmember-top-menu-trigger,
.yi-nonmember-top-menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.yi-nonmember-top-menu-trigger {
    position: relative;
    width: 26px;
    height: 20px;
}

.yi-nonmember-top-menu-trigger span {
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #444;
    border-radius: 1px;
}
.yi-nonmember-top-menu-trigger span:nth-of-type(1) {
    top: 3px;
    left: 3px;
}
.yi-nonmember-top-menu-trigger span:nth-of-type(2) {
    top: 10px;
    left: 3px;
}
.yi-nonmember-top-menu-trigger span:nth-of-type(3) {
    bottom: 1px;
    left: 3px;
}
.yi-nonmember-top-menu-trigger2,
.yi-nonmember-top-menu-trigger2 span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.yi-nonmember-top-menu-trigger2 {
    position: absolute;
    width: 24px;
    height: 20px;
    right: 13px;
    top: 10px;
}
.yi-nonmember-top-menu-trigger2 span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #444;
    border-radius: 1px;
}
.yi-nonmember-top-menu-trigger2  span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}
.yi-nonmember-top-menu-trigger2  span:nth-of-type(2) {
    opacity: 0;
}
.yi-nonmember-top-menu-trigger2 span:nth-of-type(3) {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}
