*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 13px;
}
html,body {
    height: 100%;
    background-color: #006EFF;
}
h1,h2,h3,h4,h5,h6 {
    font-style: normal;
    font-weight: normal;
}
a {
    text-decoration: unset;
    color: white;
    font-size: 14px;
}
i{
    font-style: normal;
}
h2 {
    font-size: 24px;
    font-weight: 600;
    padding: 20px 15px;
    color: #fff;
}
.recommended {
    padding: 15px;
    font-size: 14px;
    color: #4B5563;
}
.wallet {
    padding: 0 15px;
}
.wallet-list-container {
    background-color: #fff;
    padding: 1px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.wallet-list {
    padding: 0 15px;
}
.wallet-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F3F6FB;
    padding: 15px;
    margin-bottom: 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.wallet-item img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    width: 40px;
    height: 40px;
}
.wallet-item .wallet-logo {
    display: flex;
    align-items: center;
}
.wallet-download-link {
    padding: 4px 15px;
    background-color: #19bca0;
    color: #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
.wallet-info {
    margin-left: 10px;
}
.wallet-info .wallet-title {
    font-size: 18px;
    font-weight: 500;
}
.wallet-info .wallet-msg {
    color: #4B5563;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 160px;
}

.wallet-list {
    padding: 0 15px;
}
.download-safe {
    padding: 0 15px;
    margin-top: 20px;
}
.download-safe-container {
    background-color: #fff;
    padding: 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.download-safe-title {
    display: flex;
    align-items: center;
}
.download-safe-title img {
    margin-right: 10px;
    width: 20px;
}
.download-safe-title span {
    font-size: 16px;
    font-weight: 500;
}
.download-safe-container>p {
    font-size: 16px;
    margin-top: 5px;
}
.address {
    padding: 0 15px;
    margin-top: 20px;
}
.address-container {
    background-color: #fff;
    padding: 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.download-safe-title h4 {
    font-size: 16px;
    font-weight: 500;
}
.address-container>p {
    font-size: 16px;
}
.copy-btn {
    display: flex;
    justify-content: flex-end;
    font-size: 16px;
    color: #19bca0;
    margin-top: 10px;

}
.copy-text {
    position: relative;
    background: rgba(25,188,164,0.16);
    padding: 4px 15px;
    -webkit-border-radius: 16PX;
    -moz-border-radius: 16PX;
    border-radius: 16PX;
}
.copy-text>i {
    position: absolute;
    bottom: 30px;
    right: 0;
    background-color: #19bca0;
    color: white;
    padding: 5px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: none;
}
.model {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 1000;
    overflow: scroll;
    display: none;
}
.model-top {
    height: 50px;
    background-color: #000;
}
.model-bottom {
    height: 50px;
    background-color: #000;
}
.model img {
    width: 100%;
}
.show-guide {
    padding: 0 15px;
    margin-top: 20px;
}
.guide-container {
    background-color: #fff;
    padding: 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.download-safe-title h4 {
    font-size: 16px;
    font-weight: 500;
}

.address-container>p.expectation {
    margin-top: 10px;
    font-size: 24px;
    text-align: center;
    color: rgba(0,0,0,.3);
}
.show-guide .guide-link {
    display: flex;
    justify-content: flex-end;
}
.show-guide .guide-link span {
    color: #19bca0;
    font-size: 14px;
    margin-top: 10px;
    padding: 4px 15px;
    -webkit-border-radius: 16PX;
    -moz-border-radius: 16PX;
    border-radius: 16PX;
    background: rgba(25,188,164,0.16);
    text-align: center;
}
.bg-img {
    position: absolute;
    right: 0;
    top: -50px;
    z-index: 1;
}
.bg-img img {
    width: 150px;
}
.cn,.en{
    position: relative;
    z-index: 100;
}