
html,body {
    font-family: BinancePlex, Arial, sans-serif!important;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    height: 100%;
    width: 100%;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover,article a {
    color: #f0b90b;
}

header .btn {
    font-size: 13px!important;
}

.popover {
    pointer-events: none;
}

.popover img {
    width: 140px;
    height: border-radius;
}

.top {
    top: 0;
}

.right {
    right: 0;
}

.right-1 {
    right: 1vw;
}

.bottom {
    bottom: 0;
}

.red {
    color: red!important;
}

.green {
    color: #0ecb81!important;
}

.bg-gray,.more-icon {
    background-color: #eaecef;
}

.hover-bg-light:hover {
    background-color: #f8f9fa!important;
}

.ellipsis {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#apps:hover .download-box,#apps:hover .bi-chevron-up {
    display: block;
}

.download-box,#apps .bi-chevron-up,#apps:hover .bi-chevron-down {
    display: none;
}

.download-box,#apps .bi-chevron-up,#apps .bi-chevron-down {
    position: absolute;
}

#apps .bi-chevron-up,#apps .bi-chevron-down {
    right: 0;
    top: .4em;
}

.mini {
    font-size: 10px!important;
}

.text-bian,header a:hover,.hover:hover {
    color: #f0b90b!important;
}

.strong {
    font-weight: bold!important;
}

.pointer {
    cursor: pointer;
}

.download-box {
    top: 65px;
    left: 0;
}

.goTop {
    display: none;
    position: fixed;
    right: 0;
    bottom: 50%;
    opacity: .7;
    z-index: 9999;
}

.phone {
    background: url('../static/phone-wrap.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 30px;
    overflow: hidden;
}

.title {
    width: auto;
    overflow: hidden;
    position: relative;
    padding: .8em 0 .8em 0;
    font-weight: bold;
    
}

.title::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 65%;
    background-color: #f0b90b;
    bottom: 0;
    left: 17.5%;
}

img {
    -webkit-transition:all .3s ease-in-out!important;
    -moz-transition:all .3s ease-in-out!important;
    transition:all .3s ease-in-out!important;
}

.hand-up,.hand-down {
    width: 30px;
    height: 30px;
    transition:all .1s ease-in-out!important;
}

.hand-up {
    background: url(../icons/hand-thumbs-up.svg) no-repeat;
    background-size: 100% 100%;
}

.hand-down {
    background: url(../icons/hand-thumbs-down.svg) no-repeat;
    background-size: 100% 100%;
}

#scale.hand-up {
    background: url(../icons/hand-thumbs-up-fill.svg) no-repeat;
    background-size: 100% 100%;
}

#scale.hand-down {
    background: url(../icons/hand-thumbs-down-fill.svg) no-repeat;
    background-size: 100% 100%;
}

.scale:hover {
    transform:scale3d(1.1,1.1,1.1)!important;
    -webkit-transition:all .3s ease-in-out!important;
    -moz-transition:all .3s ease-in-out!important;
    transition:all .3s ease-in-out!important;
    filter:alpha(Opacity=85)!important;
    -moz-opacity:.85!important;
    opacity:.85!important;
}


#scale {
    transform:scale3d(1.5,1.5,1.5)!important;
}

.indistinctly:hover {
    opacity: .8!important;
}

.index-icon {
    padding: 0;
    margin: 0;
    display: block;
    height: 2rem;
    width: 2rem;
    overflow: hidden;
    border-radius: 5px;
    font-size: 1rem!important;
}

.more-icon {
    border-radius: 100%;
    color: #000;
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
    top: .5em;
    height: 1.5em;
    width: 1.5em;
    line-height: 1.6em;
    text-align: center;
}

.more-icon::before {
    font-weight: bold!important;
}

#question .hover-bg-light:hover .more-icon {
    background-color: #f0b90b!important;
}

article p img {
    display: block!important;
    margin: auto;
    max-width: 90%;
    padding: 1em 0;
}

article p {
    line-height: 1.8rem;
}

article a {
    font-weight: bold!important;
    border-bottom: 2px solid #f0b90b;
    padding: .1em 0;
}

article h2 {
    position: relative;
    margin: 0  0 0 .8rem;
}

article h2::before {
    content: "";
    position: absolute;
    left: -.8rem;
    top: 25%;
    width: 5px;
    height: 50%;
    background-color: #f0b90b;
    
}

#list-chapter .active {
    color: #f0b90b!important;
    text-decoration: underline;
    position: relative;
}

#list-chapter .active::before {
    content: "";
    display: block;
    position: absolute;
    left: -1.2rem;
    top: .5rem;
    height: 1rem;
    width: 1rem;
    background: url(../icon//caret-right-fill.svg) no-repeat;
    opacity: .3;
}

.img-box {
    height: 140px;
}

/*XS*/
@media (max-width:576px){
    .vw-1 {
        font-size: 1.1vh!important;
    }
    
    .vw-2 {
        font-size: 2.1vh!important;
    }
    
    .vw-3 {
        font-size: 3.1vh!important;
    }
    
    .vw-4 {
        font-size: 4.1vh!important;
    }
    
    .vw-5 {
        font-size: 5vh!important;
    }
}

/*SM*/
@media (min-width:576px){
    .fs-sm-1 {
        font-size: calc(1.375rem + 1.5vw)!important;
    }
    
    .fs-sm-2 {
        font-size: calc(1.325rem + .9vw)!important;
    }
    
    .fs-sm-3 {
        font-size: calc(1.3rem + .6vw)!important;
    }
    
    .fs-sm-4 {
        font-size: calc(1.275rem + .3vw)!important;
    }
    
    .fs-sm-5 {
        font-size: 1.25rem!important;
    }
    
    .fs-sm-6 {
        font-size: 1rem!important;
    }
    
}

/*MD*/
@media (min-width:768px){
    
    header {
        height: 65px;
    }
    
    .img-box {
        display: block;
        
        overflow: hidden;
    }
    
    .download-box {
        
        width: 740px;
    }
    
    .fs-md-1 {
        font-size: calc(1.375rem + 1.5vw)!important;
    }
    
    .fs-md-2 {
        font-size: calc(1.325rem + .9vw)!important;
    }
    
    .fs-md-3 {
        font-size: calc(1.3rem + .6vw)!important;
    }
    
    .fs-md-4 {
        font-size: calc(1.275rem + .3vw)!important;
    }
    
    .fs-md-5 {
        font-size: 1.25rem!important;
    }
    
    .fs-md-6 {
        font-size: 1rem!important;
    }
    
    .vw-1 {
        font-size: 1.1vw!important;
    }
    
    .vw-2 {
        font-size: 2.0vw!important;
    }
    
    .vw-3 {
        font-size: 3.1vw!important;
    }
    
    .vw-4 {
        font-size: 4.1vw!important;
    }
    
    .vw-5 {
        font-size: 5vw!important;
    }
    
}
.coin-name{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/*LG*/
@media (max-width:768px){
    .top-url{flex-direction: column}
    .top-url a{margin: 10px !important;}
}
