
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	user-select: none
}


a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

li {
    list-style: none;
}

.gap {
    height: 10em!important;
    width: 100%;
    display: block!important;
    border: 0!important;
}

.click {
    cursor: pointer!important;
}

.strong {
    font-weight: bold!important;
}

.ios-qr,.android-qr,.pc-qr {
    border: 1px solid #2e2e2e;
    border-radius: 12px;
}

.popover img {
    width: 120px;
    height: border-radius;
}

.hover:hover,.pannel .active {
    background: #fff;
    color: black!important;
}

.hover-black:hover {
    background: #000!important;
    color: #fff!important;
}

#box img {
    display: block;
    height: 76px;
    width: 76px;
}

.pl-5 {
    padding: 0 0 0 5em!important;
}

.border {
    border: 1px solid #2e2e2e!important;
}

.border-white {
    border: 1px solid #fff!important;
}

.rounded {
    border-radius: 12px!important;
}

.pannel .active,.rounded-circle {
    border-radius: 25px!important;
}

.pannel .nav-item {
    width: 7em;
    text-align: center;
}

.text-left {
    text-align: left!important;
}

.pointer {
    cursor: pointer!important;
}


.icon-arrow-up::before {
    top: 0;
    right: 0;
    position: absolute!important;
    transform: rotate(180deg);
}

.border-left {
    border-left: 2px solid #f8f9fa!important;
}

.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: #008cd6;
    bottom: 0;
    left: 5%;
}

.text-huobi {
    color: #008cd6;
}

article ul {
    padding: 0!important;
}

article img {
    display: block!important;
    max-width: 90%!important;
    margin: auto!important;
}

.goTop {
    display: none;
    position: fixed;
    right: 0;
    bottom: 50%;
    opacity: .7;
    z-index: 9999;
}

.hover-light:hover {
    background: #f8f9fa;
    color: #008cd6;
} 

.pannel .active {
    background: #008cd6;
    color: #fff!important;
}

.text-nowrap {
  white-space: nowrap!important;
}

.top-1 {
    top: .5rem;
}

.right {
    right: 0;
}




