body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
dl,
ol,
input,
pre,
blockquote,
p,
dd {
    margin: 0
}

ul,
ol,
input,
textarea {
    padding: 0
}

img,
input,
select,
textarea,
video {
    border: 0
}

* {
    outline: none;
    resize: none;
    box-sizing: border-box
}

li,
em {
    list-style: none;
    font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%
}

img {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    border: 0;
}

p {
    word-wrap: break-word
}

a,
u {
    text-decoration: none
}

a {
    color: #CDCDCD;
    transition-duration: .3s
}

a:hover {
    color: #FFF;
}

input,
textarea,
body {
    color: #FFF;
    font-family: Aeonik-Regular, Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

body {
    background: #0D0D0D;
}

.wrap {
    width: 1480px;
    margin: 0 auto;
}

.header {
    padding: 16px 0;
}

.header .wrap {
    height: 40px
}

.header .logo_box {
    align-items: center;
}

.header .logo_box .logo {
    margin-right: 22px;
}

.header .logo_box .group {
    position: relative;
}

.header .logo_box .group .group_hd {
    align-items: center;
    transition-duration: .3s;
}

.header .logo_box .group .group_hd .i {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #252525;
    background: #161616;
    border-radius: 5px;
}

.header .logo_box .group .group_hd .name {
    margin: 0 0 0 3px;
    font-size: 14px;
    color: #CDCDCD;
    transition-duration: .3s;
}

.header .logo_box .group .group_hd .m {
    transform: rotate(90deg);
    color: #CDCDCD;
    transition-duration: .3s;
}

.header .logo_box .group:hover .group_hd .name {
    color: #fff;
}

.header .logo_box .group:hover .group_hd .m {
    color: #fff;
    transform: rotate(-90deg);
}

.header .logo_box .group .group_bd {
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease-in-out;
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 27px;
    background: #161616;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #1D1D1D
}

.header .logo_box .group .group_bd a {
    display: flex;
    width: 152px;
    padding: 5px;
    align-items: center;
    border-radius: 5px;
}

.header .logo_box .group .group_bd a .i {
    transition-duration: .3s;
    margin-right: 8px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #252525;
    height: 26px;
    border-radius: 5px;
}

.header .logo_box .group .group_bd a span {
    font-size: 14px;
    color: #fff;
}

.header .logo_box .group .group_bd a:hover {
    background: #252525
}

.header .logo_box .group .group_bd a:hover .i {
    background: #161616;
    border-color: #161616;
    color: #fff;
}

.header .logo_box .group:hover .group_bd {
    transform: scaleY(1);
}

.header .menu_box {
    align-items: center;
}

.header .menu_box .item {
    font-size: 14px;
    align-items: center;
    display: flex;
    margin-right: 23px;
}

.header .menu_box .c_btn {
    cursor: pointer;
    color: #121212;
    font-weight: bold;
    font-size: 14px;
    font-family: Aeonik-Medium, Helvetica, Arial, sans-serif;
    ;
    border-color: rgb(106 202 162 / 1);
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, 0)), #3dbf88;
    transition-duration: .3s;
    outline: 2px solid transparent;
    outline-offset: 2px;
    width: 132px;
    height: 40px;
    display: flex;
    border-radius: 5px;
    cursor: pointer;
    ;
    align-items: center;
    justify-content: center;
    margin-right: 23px;
    border: 0 solid #e5e7eb;
    ;
}

.header .menu_box .c_btn:hover {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .3), hsla(0, 0%, 100%, 0)), #54e4a7;
}

.header .menu_box .menu {
    position: relative;
}

.header .menu_box .menu .menu_hd {
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: .3s;
    width: 40px;
    height: 40px;
    background: #161616;
    border: 1px solid #252525;
    border-radius: 4px
}

.header .menu_box .menu .menu_hd .box {
    display: flex
}

.header .menu_box .menu .menu_hd .line {
    margin-right: 3px;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 4px;
}

.header .menu_box .menu .menu_hd .line:last-child {
    margin: 0;
}

.header .menu_box .menu .menu_bd {
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease-in-out;
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 50px;
    background: #161616;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #1D1D1D
}

.header .menu_box .menu .menu_bd a {
    display: flex;
    width: 162px;
    padding: 5px;
    align-items: center;
    border-radius: 5px;
}

.header .menu_box .menu .menu_bd a .i {
    transition-duration: .3s;
    margin-right: 8px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #252525;
    height: 26px;
    border-radius: 5px;
}

.header .menu_box .menu .menu_bd a span {
    font-size: 14px;
    color: #fff;
}

.header .menu_box .menu .menu_bd a:hover {
    background: #252525
}

.header .menu_box .menu .menu_bd a:hover .i {
    background: #161616;
    border-color: #161616;
    color: #fff;
}

.header .menu_box .menu:hover .menu_bd {
    transform: scaleY(1);
}



.main .swap .swap_box {
    border: 1px solid #252525;
    border-radius: 5px;
    padding: 15px;
    background: #161616;
}

.main .swap .title {
    align-items: center;
    margin-bottom: 25px;
}

.main .swap .title .t {
    font-size: 20px;
}

.main .swap .title .more {
    cursor: pointer;
    ;
    width: 34px;
    display: flex;
    align-items: center;
    background: #1D1D1D;
    justify-content: center;
    border: 1px solid #252525;
    height: 34px;
    border-radius: 5px;
}

.main .swap .title .more:hover {
    border-color: #424242;
}

.main .swap .group {
    display: flex;
}

.main .swap .group .money {
    position: relative;
    padding: 0 10px;
    cursor: pointer;
    transition-duration: .3s;
    border-radius: 5px 0 0 5px;
    width: calc(100% - 180px);
    height: 70px;
    background: #1D1D1D;
    border: 1px solid #252525;
    display: flex;
    align-items: center;
}

.main .swap .group .money:hover {
    border-color: #424242;
    background: #252525
}

.main .swap .group .money input {
    font-size: 24px;
    color: #fff;
    width: 100%;
    display: flex;
    background: none;
}

.main .swap .group .money span {
    display: block;
    margin-top: 5px;
    color: #909090;
    font-size: 12px;
}

.main .swap .group .money .label {
    display: flex;
    align-items: center;
    position: absolute;
    top: -15px;
    line-height: 20px;
    color: #909090;
    font-size: 12px;
    left: 10px;
}

.main .swap #receive .money {
    cursor: not-allowed;
    background: #1D1D1D;
    border: 1px solid #252525;
}

.main .swap #receive .money input {
    cursor: not-allowed;
    pointer-events: none
}

.main .swap .group .currency {
    transition-duration: .3s;
    cursor: pointer;
    ;
    border-radius: 0 5px 5px 0;
    width: 180px;
    height: 70px;
    background: #1D1D1D;
    border: 1px solid #252525;
    display: flex;
    align-items: center;
    justify-content: center;
    ;
}

.main .swap .group .currency .box {
    display: flex
}

.main .swap .group .currency .name {
    padding: 0 10px 0 15px
}

.main .swap .group .currency .name h3 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.main .swap .group .currency .name span {
    display: block;
    width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #909090
}

.main .swap .group .currency .logo {
    position: relative;
}

.main .swap .group .currency .logo .chain_icon {
    position: absolute;
    right: -5px;
    bottom: -5px;
}

.main .swap .group .currency .i {
    display: flex;
    align-items: center;
    opacity: .8;
}

.main .swap .group .currency:hover {
    border-color: #424242;
    background: #252525
}

.main .swap .swap_btn {
    transition-duration: .3s;
    transform: scaleX(-1);
    margin: 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    ;
    width: 38px;
    background: #1D1D1D;
    justify-content: center;
    border: 1px solid #252525;
    height: 38px;
    border-radius: 5px;
}

.main .swap .swap_btn svg {
    transition-duration: .3s;
    transform: rotate(90deg);
}

.main .swap .swap_btn:hover {
    border-color: #424242;
}

.main .swap .swap_btn:hover svg {
    transform: rotate(-90deg);
}

.main .swap .input {
    margin: 25px 0 20px;
}

.main .swap .input .item {
    margin-bottom: 15px;
    position: relative;
}

.main .swap .input .item:last-child {
    margin-bottom: 0;
}

.main .swap .input .item input {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    background: #1D1D1D;
    border: 1px solid #252525;
    padding: 0 10px;
    border-radius: 5px;
}
.main .swap .input .item button {
    height: 45px;
}
.main .swap .input .item .label {
    transition-duration: .3s;
    display: flex;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -8px;
}

.main .swap .input .item .label span {
    transition-duration: .3s;
    color: #909090;
    margin-left: 5px;
}

.main .swap .input .item.on .label {
    margin: 0;
    top: -5px;
}

.main .swap .input .item.on .label span {
    font-size: 12px;
}

.main .swap .button {
    cursor: pointer;
    color: #121212;
    font-weight: bold;
    font-size: 14px;
    font-family: Aeonik-Medium, Helvetica, Arial, sans-serif;
    ;
    border-color: rgb(106 202 162 / 1);
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, 0)), #3dbf88;
    transition-duration: .3s;
    outline: 2px solid transparent;
    outline-offset: 2px;
    width: 132px;
    height: 40px;
    display: flex;
    border-radius: 5px;
    cursor: pointer;
    ;
    align-items: center;
    justify-content: center;
    border: 0 solid #e5e7eb;
    ;
}

.main .swap .button:hover {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .3), hsla(0, 0%, 100%, 0)), #54e4a7;
}

.main .info .info_box {
    padding: 16px;
    border: 1px solid #252525;
    border-radius: 5px;
    position: relative;

}

.main .info .info_box:after {
    width: 100%;
    height: 100%;
    z-index: 2;
    ;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #161616, hsla(0, 0%, 9%, 0) 50%, #161616);
    content: ""
}

.main .info .info_box .bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.main .info .info_box .bg svg {
    width: 90%
}

.main .info .info_box .list {
    display: flex;
    position: relative;
    z-index: 3
}

.main .info .info_box .list .item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main .info .info_box .list .item span {
    margin-left: 2px;
    color: #909090
}

.main .info .info_box .txt {
    margin: 40px 0 50px;
    text-align: center;
    position: relative;
    z-index: 3;
}

.main .info .info_box .txt h3 {
    font-size: 20px;
    color: #909090;
}

.main .info .info_box .txt h3 span {
    color: #fff;
}

.main .info .info_box .txt .data {
    display: flex;
    margin: 25px auto 10px;
    justify-content: center;
    align-items: center;
}

.main .info .info_box .txt .data .item {
    display: flex;
    align-items: center;
}

.main .info .info_box .txt .data .item span {
    font-size: 30px;
    color: #fff;
}

.main .info .info_box .txt .data .item span:last-child {
    font-size: 14px;
    color: #909090;
    margin-left: 5px;
    font-weight: bold;
}

.main .info .info_box .txt .data svg {
    margin: 0 5px;
    color: #909090
}

.main .info .info_box .txt p {
    color: #909090;
}

.main .info .info_box .txt p span {
    color: #A8FFD5
}
.main .route{
    display: none;
}

.main .route .route_box {
    background: #161616;
    padding: 16px;
    border: 1px solid #252525;
    border-radius: 5px;
    position: relative;
}

.main .route .head {
    align-items: center;
}

.main .route .head .t h3 {
    font-size: 14px;
}

.main .route .head .more {
    display: flex;
    align-items: center;
}

.main .route .head .more .grid {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 5px;
    cursor: pointer;
    ;
    border: 1px solid #252525;
    background: #161616;
    color: #252525;
}

.main .route .head .more .c_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    height: 34px;
    background: #1D1D1D;
    cursor: pointer;
    border-radius: 1px solid #252525;
    border-radius: 5px;
}

.main .route .list .item {
    transition-duration: .3s;
    background: #1D1D1D;
    margin-top: 16px;
    padding: 16px;
    border: 1px solid #252525;
    border-radius: 5px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
}

.main .route .list .item .hd .c_btn {
    display: flex;
}

.main .route .list .item .hd .c_btn .p {
    cursor: pointer;
    transition-duration: .5s;
    ;
    border: 1px solid #424242;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    border-radius: 20px;
    margin-right: 5px;
    ;
    background: #252525;
}

.main .route .list .item .hd .c_btn .p img {
    margin-right: 2px;
}


.main .route .list .item .hd .ico {
    display: flex;
    align-items: center;
}

.main .route .list .item .hd .ico .p {
    cursor: pointer;
    ;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    width: 24px;
    height: 24px;
    background: #252525;
    border: 1px solid #424242;
    border-radius: 4px;
}

.main .route .list .item .hd .ico .p.xiala {
    transform: rotate(90deg);
}

.main .route .list .item .bd {
    margin: 17px 0 0 0;
}

.main .route .list .item .bd .t {
    display: flex;
    align-items: center;
}

.main .route .list .item .bd .t h3 {
    font-size: 20px;
    color: #fff;
}

.main .route .list .item .bd .t h3 span {
    margin-right: 5px;
}

.main .route .list .item .bd .t p {
    margin-left: 5px;
    font-size: 12px;
    color: #A8FFD5
}

.main .route .list .item .bd .p {
    font-size: 13px;
    color: #909090;
    margin: 3px 0 13px;
}

.main .route .list .item .bd .p h3 span {
    color: #909090;
    margin-right: 5px;
}

.main .route .list .item .bd .p h3 span.all_fee {
    color: #A8FFD5
}

.main .route .list .item .more .txt {
    display: flex;
    align-items: center;
}

.main .route .list .item .more .txt span {
    color: #CDCDCD;
    cursor: pointer;
}

.main .route .list .item .more .txt svg {
    margin: 0 4px;
}

.main .route .list .item .more .c_btn {
    display: flex;
    align-items: center;
}

.main .route .list .item .more .c_btn .p {
    display: flex;
    align-items: center;
    margin-left: 10px;
    font-size: 12px;
    color: #CDCDCD;
}

.main .route .list .item .item_content {
    cursor: pointer;
}

.route_selected {
    background: #032830 !important;
    border-color: #424242 !important;
    border-color: #087990 !important;
}

.main .route .list .item .item_content .line {
    width: 100%;
    height: 1px;
    background: #424242;
    margin: 10px 0;
}

.main .route .list .item .item_content .content_box {
    height: 30px;
    align-items: center;
}

.main .route .list .item .item_content .content_box .name {
    display: flex;
    align-items: center;
}

.main .route .list .item .item_content .content_box .name span {
    margin-left: 5px;
    color: #C0C0C0
}

.main .route .list .item .item_content .content_box .p {
    display: flex;
    align-items: center;
}

.main .route .list .item .item_content .content_box .p span {
    color: #909090;
    margin-left: 5px;
}

.main .route .list .item:hover,
.main .route .list .item.on {
    background: #2C2C2C;
    border-color: #424242;
}

.background {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    backdrop-filter: blur(5px) brightness(0.8);
    z-index: 99999;
}

.settings_box {
    width: 380px;
    display: none;
    border-radius: 5px;
    transform: translate(-50%, -50%);
    padding: 20px 25px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0px 0px 0px 2px #0a0a0a, 0px 0px 14px 0px rgba(0, 0, 0, .32), 3px 3px 18px 0px rgba(0, 0, 0, .16) inset;
    border: 1px solid #252525;
    background: #161616;
    position: fixed;
    top: 50%;
    z-index: 100000;
    left: 50%;
    ;
}

.settings_box .head .t {
    font-size: 20px;
    color: #fff;
}

.settings_box .head .del {
    width: 24px;
    height: 24px;
    display: flex;
    border-radius: 24px;
    justify-content: center;
    align-items: center;
    color: #909090;
    cursor: pointer;
}

.settings_box .head .del:hover {
    background: #424242;
    color: #fff;
}
/* !! */
.settings_box .line {
    width: 100%;
    height: 1px;
    background: #1D1D1D;
    margin: 22px 0;
}

.settings_box .info .flex {
    align-items: center;
    margin-bottom: 10px;
}

.settings_box .info .t {
    display: flex;
    align-items: center;
}

.settings_box .info .t span {
    font-size: 14px;
    margin-left: 5px;
}

.settings_box .info .t .blue {
    color: #A8E5FF
}

.settings_box .info .c_btn {
    width: 30px;
    height: 16px;
    border-radius: 30px;
    background: #262827;
    position: relative;
    cursor: pointer;
}

.settings_box .info .c_btn span {
    transition-duration: .3s;
    width: 12px;
    height: 12px;
    background: #46DA93;
    position: absolute;
    border-radius: 12px;
    top: 2px;
    left: 2px;
}

.settings_box .info .c_btn.on span {
    left: 16px
}

.settings_box .info p {
    line-height: 18px;
    color: #909090;
}

.settings_box .info p a {
    text-decoration: underline;
    color: #fff;
    opacity: .8;
}

.settings_box .info p a:hover {
    opacity: 1
}

.settings_box .info .item {
    margin: 15px 0 0 0;
}

.settings_box .info .item .name {
    display: flex;
    position: relative;
}

.settings_box .info .item .name .tip {
    background: #161616;
    left: -40px;
    line-height: 20px;
    display: none;
    padding: 10px;
    border: 1px solid #252525;
    bottom: 20px;
    border-radius: 5px;
    position: absolute;
    width: 350px;
    z-index: 55;
}

.settings_box .info .item .name h3 {
    color: #909090;
}

.settings_box .info .item .name span {
    width: 16px;
    height: 16px;
    color: #909090;
    background: #252525;
    border: 1px solid #1D1D1D;
    display: flex;
    border-radius: 100%;
    cursor: pointer;
    margin-left: 5px;
    ;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.settings_box .info .item .more {
    background: #1D1D1D;
    border: 1px solid #252525;
    border-radius: 4px;
    width: 56px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.settings_box .info .item .more input {
    padding: 0 2px;
    width: 30px;
    background: none;
    text-align: center;
}

.settings_box .info .item .more span {
    width: calc(100% - 30px);
    justify-content: center;
    display: flex;
    color: #909090;
    font-size: 12px;
}

.currency_box {
    display: none;
    width: 95%;
    max-width: 640px;
    height: 700px;
    border-radius: 5px;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 #0000, 0 0 #0000, 0px 0px 0px 2px #0a0a0a, 0px 0px 14px 0px rgba(0, 0, 0, .32), 3px 3px 18px 0px rgba(0, 0, 0, .16) inset;
    border: 1px solid #252525;
    background: #161616;
    position: fixed;
    top: 50%;
    z-index: 100000;
    left: 50%;
    ;
}

.currency_box h2 {
    font-size: 20px;
    color: #fff;
}

.currency_box .left {
    border-right: 1px solid #252525;
    padding: 15px;
}

.currency_box .left .chains ul {
    padding-top: 20px;
}

.currency_box .left .chains ul li {
    margin-bottom: 5px;
    cursor: pointer;
    display: flex;
    height: 40px;
    align-items: center;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #161616;
}

.currency_box .left .chains ul li span {
    font-size: 14px;
    color: #fff;
    margin: 0 8px;
}

.currency_box .left .chains ul li .new {
    width: 42px;
    height: 22px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(74.41deg, rgb(60, 195, 188) 2.03%, rgb(108, 145, 208) 51.44%, rgb(199, 70, 244) 97.97%) padding-box padding-box, linear-gradient(253.82deg, rgb(204, 90, 224) 1.72%, rgb(158, 150, 214) 49.52%, rgb(76, 204, 202) 98.28%) border-box border-box;
}

.currency_box .left .chains ul li.on {
    background: #252525;
    border-color: #424242
}

.currency_box .head .del {
    width: 24px;
    height: 24px;
    display: flex;
    border-radius: 24px;
    justify-content: center;
    align-items: center;
    color: #909090;
    cursor: pointer;
}

.currency_box .head .del:hover {
    background: #424242;
    color: #fff;
}

.currency_box .right {
    width: 100%;

    padding: 15px;
}

.currency_box .right .so {
    margin: 15px 0;
    height: 40px;
    background: #1D1D1D;
    display: flex;
    position: relative;
    border: 1px solid #252525;
    padding: 0 16px;
    border-radius: 5px;
}

.currency_box .right .so input {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    background: none;
}

.currency_box .right .so .tip {
    position: absolute;
    left: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    color: #575757
}

.currency_box .right .so .tip span {
    margin-left: 5px;
}

.currency_box .right .so:hover .tip,
.currency_box .right .so.on .tip {
    display: none
}

.currency_box .right .list .item {
    cursor: pointer;
    padding: 15px 10px;
    background: #161616;
    border: 1px solid #161616;
    border-radius: 5px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.currency_box .right .list .item .txt {
    display: flex;
    align-items: center;
}

.currency_box .right .list .item .txt .i {
    margin-right: 12px;
}

.currency_box .right .list .item .txt .name h3 {
    font-weight: bold;
    color: #CDCDCD;
    font-size: 14px;
    margin-bottom: 5px;
}

.currency_box .right .list .item .txt .name span {
    color: #909090;
    font-size: 14px;
}

.currency_box .right .list .item .more span {
    font-weight: bold;
    color: #E5E7EB;
    font-size: 14px;
    opacity: .8;
}

.currency_box .right .list .item .more img {
    display: none;
}

.currency_box .right .list .item.on,
.currency_box .right .list .item:hover {
    transition-duration: .5s;
    background: #1F1F1F;
    border-color: #313131;
}

.currency_box .right .list .item.on .txt .name {
    opacity: .5;
}

.currency_box .right .list .item:hover .more img {
    display: block;
}

.currency_box .right .list .no {
    text-align: center;
    color: #5F5F5F;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.currency_box .right .list .no p {
    font-size: 14px;
}

.currency_box .right .list .item .txt .i {
    position: relative;
}

.currency_box .right .list .item .txt .i .chain-icon {
    position: absolute;
    right: -5px;
    bottom: -5px;
}
.add_address_box {
    width: 95%;
    max-width: 430px;
    display: none;
    border-radius: 5px;
    transform: translate(-50%, -50%);
    padding: 20px 25px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0px 0px 0px 2px #0a0a0a, 0px 0px 14px 0px rgba(0, 0, 0, .32), 3px 3px 18px 0px rgba(0, 0, 0, .16) inset;
    border: 1px solid #252525;
    background: #161616;
    position: fixed;
    top: 50%;
    z-index: 100000;
    left: 50%;
}
.add_address_box .head .t {
    font-size: 20px;
    color: #fff;
}

.add_address_box .head .del {
    width: 24px;
    height: 24px;
    display: flex;
    border-radius: 24px;
    justify-content: center;
    align-items: center;
    color: #909090;
    cursor: pointer;
}

.add_address_box .head .del:hover {
    background: #424242;
    color: #fff;
}
.add_address_box .line {
    width: 100%;
    height: 1px;
    background: #1D1D1D;
    margin: 22px 0;
}


.add_address_box .info p {
    line-height: 18px;
    color: #909090;
}


.add_address_box .info .item {
    margin: 15px 0 0 0;
}
.main .code{display: none;width:280px;align-items:flex-start;justify-content:center;margin-right:20px;position:relative;}
.main .code .back{cursor:pointer;;position:absolute;left:0;top:-25px;display:flex;align-items:center;}
.main .code .back span{font-size:14px;color:#CDCDCD;margin-left:5px;}
.main .code_box{background:#161616;border:1px solid #252525;display:flex;justify-content:center;;border-radius:5px;width:100%;padding:30px 0;}
.main .code_box .p{text-align:center;}
.main .code_box p{margin-top:20px;font-size:14px;color:#CDCDCD; width:300px;}
.main .swap_details{display: none;width:420px}
.main .swap_details_box{background:#161616;border:1px solid #252525;border-radius:5px;position: relative;}
.main .swap_details .head{border-bottom:1px solid #252525;height:55px;display:flex;align-items:center;font-size:15px;color:#CDCDCD;padding:0 12px;}
.main .swap_details .group{padding:12px;position:relative;}
.main .swap_details .group .svg{position:absolute;left:50%;top:50%;margin:-15px 0 0 -28px}
.main .swap_details .group .item{padding:15px 0;text-align:center;border:1px solid #424242;border-radius:5px;display:flex;align-items:center;justify-content:center;width:calc(50% - 10px);background: linear-gradient(180deg, hsla(0, 0%, 100%, .06) -19.26%, hsla(0, 0%, 100%, 0) 60.89%), #252525;}
.main .swap_details .group .item .box{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main .swap_details .group .item h3{font-size:12px;color:#909090;}
.main .swap_details .group .item .i{position:relative;margin:10px 0;width: 50px;}
.main .swap_details .group .item .i .s{position:absolute;right:1px;bottom:0px}
.main .swap_details .group .item .c{font-size:14px;color:#fff;font-weight:bold;margin-bottom:8px;}
.main .swap_details .group .item .p{font-size:13px;color:#909090;}
.main .swap_details .address{margin:12px;padding:12px;border-radius:5px;background:#1D1D1D;border:1px solid #252525}
.main .swap_details .address .item{margin-bottom:10px;align-items:center;}
.main .swap_details .address .item:last-child{margin-bottom:0;}
.main .swap_details .address .item .name{font-size:14px;color:#909090;}
.main .swap_details .address .item .more{display:flex;align-items:center;}
.main .swap_details .address .item .more span{width:75px;font-size:14px;color:#CDCDCD;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.main .swap_details .address .item .more .copy{display:flex;justify-content: center;align-items: center;width:24px;cursor:pointer;margin-left:5px;height:24px;border-radius:4px;border:1px solid #424242;background:#252525;}
.main .swap_details .address .item .more .copy svg{width:16px;height:16px;}
.main .swap_details .bd{padding:12px;margin:0 12px;border-radius:5px;background:#1D1D1D;border:1px solid #252525}
.main .swap_details .bd .line{width:100%;height:1px;background:#424242;margin:8px 0;}
.main .swap_details .bd .content_box{height: 30px;align-items:center;}
.main .swap_details .bd .content_box .p{display:flex;align-items:center;}
.main .swap_details .bd .content_box .name{display:flex;align-items:center;}
.main .swap_details .bd .content_box:first-child .name{font-size:14px}
.main .swap_details .bd .content_box .name svg{color:#909090;}
.main .swap_details .bd .content_box .name span{color:#909090;margin-left:5px;}
.main .swap_details .bd .content_box .p span{color:#909090;margin-left:5px;}
.network-waiting {
    margin: 100px;
    display: flex;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    color: white;
    font-size: 18px;
}
.spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.spinner .path {
    stroke: #ffffff;
    stroke-linecap: round;
    animation: spin 2s linear infinite;
}
.address_copy {
    /* button */
--button-bg: #353434;
--button-hover-bg: #464646;
--button-text-color: #CCCCCC;
--button-hover-text-color: #8bb9fe;
--button-border-radius: 10px;
--button-diameter: 36px;
--button-outline-width: 1px;
--button-outline-color: rgb(141, 141, 141);
/* tooltip */
--tooltip-bg: #f4f3f3;
--toolptip-border-radius: 4px;
--tooltip-font-family: Menlo, Roboto Mono, monospace;
/* 👆 this field should not be empty */
--tooltip-font-size: 12px;
/* 👆 this field should not be empty */
--tootip-text-color: rgb(50, 50, 50);
--tooltip-padding-x: 7px;
--tooltip-padding-y: 7px;
--tooltip-offset: 8px;
/* --tooltip-transition-duration: 0.3s; */
/* 👆 if you need a transition, 
just remove the comment,
but I didn't like the transition :| */
}

.address_copy {
box-sizing: border-box;
width: var(--button-diameter);
height: var(--button-diameter);
border-radius: var(--button-border-radius);
background-color: var(--button-bg);
color: var(--button-text-color);
border: none;
cursor: pointer;
position: relative;
outline: none;
}

.tooltip {
position: absolute;
opacity: 0;
visibility: 0;
top: 0;
left: 50%;
transform: translateX(-50%);
white-space: nowrap;
font: var(--tooltip-font-size) var(--tooltip-font-family);
color: var(--tootip-text-color);
background: var(--tooltip-bg);
padding: var(--tooltip-padding-y) var(--tooltip-padding-x);
border-radius: var(--toolptip-border-radius);
pointer-events: none;
transition: all var(--tooltip-transition-duration) cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.tooltip::before {
content: attr(data-text-initial);
}

.tooltip::after {
content: "";
position: absolute;
bottom: calc(var(--tooltip-padding-y) / 2 * -1);
width: var(--tooltip-padding-y);
height: var(--tooltip-padding-y);
background: inherit;
left: 50%;
transform: translateX(-50%) rotate(45deg);
z-index: -999;
pointer-events: none;
}

.address_copy svg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.checkmark {
display: none;
}

/* actions */

.address_copy:hover .tooltip,
.address_copy:focus:not(:focus-visible) .tooltip {
opacity: 1;
visibility: visible;
top: calc((100% + var(--tooltip-offset)) * -1);
}

.address_copy:focus:not(:focus-visible) .tooltip::before {
content: attr(data-text-end);
}

.address_copy:focus:not(:focus-visible) .clipboard {
display: none;
}

.address_copy:focus:not(:focus-visible) .checkmark {
display: block;
}

.address_copy:hover,
.address_copy:focus {
background-color: var(--button-hover-bg);
}

.address_copy:active {
outline: var(--button-outline-width) solid var(--button-outline-color);
}

.address_copy:hover svg {
color: var(--button-hover-text-color);
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
@media screen and (min-width: 946px) {
    .main {
        padding-top: 100px;
        display: flex;
        justify-content: center;
    }

    .main .swap {
        margin-right: 25px;
        width: 485px;
    }

    .main .info {
        width: 400px;
        border-radius: 5px;
    }
    .main .code{
        width: 400px;
        border-radius: 5px;
    }

    .main .route {
        width: 400px;
        border-radius: 5px;

    }


    .main .info .info_box .show {
        overflow: hidden;
        position: relative;
    }

    .main .info .info_box .show .logo {
        display: flex;
        transition-duration: .3s;
    }

    .main .info .info_box .show .logo .item {
        border-radius: 5px;
        min-width: 52px;
        height: 52px;
        border: 1px solid #252525;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 30px;
    }
}

@media screen and (max-width: 945px) {
    .main {
        margin: 10px;
        display: grid;
        grid-template-rows: repeat(2, auto);
        justify-content: center;
    }

    .main .swap {
        width: 100%;
        max-width: 485px;
        order: 2;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .main .info {
        width: 100%;
        max-width: 485px;
        border-radius: 5px;
        order: 1;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .main .code{
        width: 100%;
        max-width: 485px;
        border-radius: 5px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .main .swap_details{
        width: 100%;
        max-width: 485px;
        border-radius: 5px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .main .route {
        width: 100%;
        max-width: 485px;
        display: none;
        border-radius: 5px;
        order: 1;
        margin-top: 20px;
        margin-bottom: 10px;
    }


    .main .info .info_box .show {
        overflow: hidden;
        position: relative;
    }

    .main .info .info_box .show .logo {
        display: flex;
        transition-duration: .3s;
    }

    .main .info .info_box .show .logo .item {
        border-radius: 5px;
        min-width: 52px;
        height: 52px;
        border: 1px solid #252525;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 30px;
    }
}

.progress-circle {
    position: relative;
    display: inline-block;
    width: 188px;
    height: 188px;
}

.progress-ring {
    transform: rotate(-90deg);
}

.progress-ring__circle {
    transition: 0.35s stroke-dashoffset;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    stroke-dasharray: 565.2; /* 2 * Math.PI * r (r = 90) */
    stroke-dashoffset: 565.2; /* Start at 0% */
}

.progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    color: currentColor;
}

.swap_loading
{
    margin-top: 30px;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
}

.swap_loading_text
{
    margin-top: 8px;
    text-align: center;
    font-size: 18px;
    color: #CCCCCC;
    margin-bottom: 12px;
}