* {
    padding: 0;
    margin: 0;
}
html, body{
    height: 100%;
    color: #fff;
}
i {
    font-style: normal;
}
.container {
    padding-bottom: 50px;
    max-width: 600px;
    margin: 0 auto;
    background-image: url("../img/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center top;
}
.banner {
    padding-top: 10px;
    margin-bottom: 40px;
}
.banner-container {
    height: 175px;
    padding-left: 30px;
    background-image: url('../img/banner.png');
    background-size: 104% 104%;
    background-repeat: no-repeat;
    background-position: center right;
}
.banner h3 {
    font-size: 24px;
    padding-top: 50px;
}
.banner h6 {
    padding-top: 5px;
    width: 180px;
}
a {
    text-decoration: none;
    color: #fff;
}
h6 {
    color: rgba(255,255,255,0.8);
    padding-top: 10px;
}
.info {
    padding: 0 20px;
    text-align: center;
}
.node-info {
    padding: 0 20px;
}
.node-info p {
    color: rgba(255,255,255,0.8);
    font-size: 12px;
}
.node-info h5 {
    margin-top: 10px;
}
.info-message {
    font-size: 12px;
    color: rgba(255,255,255,0.8);
    text-align: left;
    padding-top: 10px;
}
h5 {
    padding-top: 5px;
}
.node {
    padding-top: 40px;
}
.node-info-title {
    text-align: center;
    padding-top: 40px;
}
.website {
    background-image: linear-gradient(to bottom, #0084F3, #1356BB);
    padding: 8px 20px;
    font-size: 13px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-top: 20px;
    display: inline-block;
    color: #fff;
}
.disclaimer {
    font-size: 12px;
    padding: 0 20px;
    margin-top: 30px;
    text-align: center;
    color: rgba(255,255,255,0.6);
}
p {
    line-height: 1.8;
}
.sticky {
    padding: 20px 20px 0;
    color: #ffffff;
    text-align: center;
}
.sticky a {

    background-image: linear-gradient(to bottom, #0084F3, #1356BB);
    display: block;
    padding: 10px 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.sticky-btn.fixed {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    width: calc(100% - 40px);
    max-width: calc(600px - 40px);
}
.guidance {
    padding: 0 20px;
}
.guidance h3{
    text-align: center;
}
.guidance h5{
    text-align: center;
    margin-bottom: 10px;
}
.guidance p {
    color: #0084F3;
    text-decoration: underline;
    padding-bottom: 10px;
    font-size: 12px;
    display: inline-block;
}
.guidance .copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    margin-bottom: 10px;
}
.guidance .copy .copy-btn {
    color: #0084F3;
    position: relative;
    width: 80px;
    text-align: center;
}
.guidance .copy .copy-btn i {
    display: none;
    position: absolute;
    top: -30px;
    left: -20px;
    color: #ffffff;
    background-color: rgba(0,132,243,.5);
    padding: 5px 8px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.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%;
}
.transfer-uid {
    padding: 20px 20px 0;
}
.transfer-uid-info {
    font-size: 12px;
}
.en .banner-container h3 {
    width: 200px;
    font-size: 20px;
}
.en .banner-container h6 {
    font-size: 11px;
}
.en .banner h6 {
    width: 100%;
}
.text-disable {
    color: rgba(255,255,255,.4);
}
.node-info .text-disable {
    color: rgba(255,255,255,.4);
}