.page-help-index a {
    color: #31b2f9;
}
.page-help-index .page-title {
    padding-left: 30px;
}
.page-help-index .page-title h2,
.page-help-index h3 {
    position: relative;
    margin-bottom: 11px;
    line-height: 50px;
    font-size: 36px;
    font-weight: 400;
    color: #34495e;
}
.page-help-index .page-title h2:before,
.page-help-index .section-qa-list h3:before {
    content: "";
    position: absolute;
    top: 11px;
    left: -21px;
    display: block;
    width: 8px;
    height: 30px;
    background-image: linear-gradient(-174deg, #5FD9FD 0%, #31B2F9 100%);
    border-radius: 1px;
}
.page-help-index p {
    font-size: 20px;
    line-height: 28px;
    color: #34495e;
}
.page-help-index .section-main {
    margin-top: 80px;
}
.nav-tutorial {
    padding-top: 36px;
    padding-bottom: 86px;
    background: #fff;
}
.nav-tutorial .item {
    text-align: center;
}
.nav-tutorial .item img {
    width: 100%;
    max-width: 270px;
    border-radius: 24px;
}
.nav-tutorial .img-common {
    display: inline;
    transform: scale(0.9);
    box-shadow: 0 2px 12px 0 rgba(49,178,249,0.40);
    background: #fff;
    border: 2px solid #88D0F8;
}
.nav-tutorial .img-hover {
    display: none;
    transform: scale(1);
    box-shadow: 0 11px 55px 0 rgba(49,178,249,0.60);
    background-image: linear-gradient(-180deg, #12A8FF 8%, #5082EF 100%);
}
.nav-tutorial .item:hover .img-hover {
    display: inline;
}
.nav-tutorial .item:hover .img-common {
    display: none;
}
.nav-tutorial h3 {
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
    text-align: center;
    color: #31b2f9;
    font-size: 28px;
    font-weight: normal;
}
.nav-tutorial .item:hover h3 {
    color: #fff;
}
.page-help-index .section-bg-blue {
    position: relative;
    background-image: linear-gradient(-180deg, #14A0FF 0%, #3A8EFF 100%);
}
.page-help-index .section-bg-blue:before{
    content: "";
    display: block;
    position: absolute;
    top: -19px;
    left: 0;
    width: 100%;
    height: 20px;
    background-image: url(../images/bg-sawtooth.png);
    background-repeat: repeat-x;
    background-size: contain;
}
.page-help-index .section-bg-blue h2 {
    margin-top: 50px;
    margin-bottom: -20px;
    font-size: 36px;
    color: #fff;
    font-weight: normal;
}
.page-help-index .tab-coin.nav-tabs {
    border-bottom: 0;
}
.page-help-index .tab-coin.nav-tabs a {
    display: block;
}
.page-help-index .scrtabs-tab-container {
    margin-top: 24px;
}
.page-help-index .scrtabs-tab-scroll-arrow {
    position: relative;
    margin-top: 8px;
    border: none;
    width: auto;
    height: 92px;
}
.page-help-index .scrtabs-tab-scroll-arrow:hover {
    background: transparent;
}
.page-help-index .scrtabs-tab-scroll-arrow-left:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: -10px;
    right: -29px;
    width: 30px;
    height: 90px;
    background: linear-gradient(-90deg, rgba(49, 178, 249, 0) 0%, #14A0FF 60%);
}
.page-help-index .scrtabs-tab-scroll-arrow-right:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: -10px;
    left: -29px;
    width: 30px;
    height: 90px;
    background: linear-gradient(90deg, rgba(49, 178, 249, 0) 0%, #14A0FF 60%);
}
.page-help-index .scrtabs-tab-scroll-arrow-left.scrtabs-disable:after,
.page-help-index .scrtabs-tab-scroll-arrow-right.scrtabs-disable:after {
    display: none;
}
.page-help-index .icon-previous,
.page-help-index .icon-next {
    display: block;
    width: 28px;
    height: 49px;
    transform: scale(0.8);
}
.page-help-index .scrtabs-tab-container,
.page-help-index .scrtabs-tabs-fixed-container {
    height: 108px;
}
.page-help-index .tab-coin a {
    text-decoration: none;
}
.page-help-index .nav-item {
    width: 88px;
    text-align: center;
}
.page-help-index .nav-link {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.page-help-index .nav-link.active:after {
    content: "";
    display: block;
    position: absolute;
    left: 30px;
    bottom: -14px;
    border-color: transparent;
    border-style: solid;
    border-bottom-color: #fff;
    border-width: 15px;
}
.page-help-index .nav-tabs .nav-link:focus,
.page-help-index .nav-tabs .nav-link:hover,
.page-help-index .nav-tabs .nav-link.active {
    border: none;
}
.page-help-index .nav-tabs .nav-link.active {
    background: transparent;
}
.page-help-index .tab-coin .currency-name {
    display: none;
}
.page-help-index .tab-coin img {
    display: inline-block;
    width: 72px;
    height: 72px;
}
.page-help-index .tab-coin .nav-link.active img,
.page-help-index .tab-coin .nav-link:hover img {
    margin-top: -6px;
    width: 84px;
    height: 84px;
}
.page-help-index .tab-content > .active {
    display: flex;
}
.page-help-index .tab-coin-content .tab-pane {
    background: #fff;
    box-shadow: 0 10px 42px 0 rgba(33, 86, 157, 0.45);
    border-radius: 10px;
    word-break: break-word;
}
.page-help-index .pane-head {
    padding-top: 0;
    padding-bottom: 36px;
    width: 25%;
    min-width: 265px;
    max-width: 365px;
}
.page-help-index .pane-title {
    height: 140px;
    text-align: center;
}
.page-help-index .pane-title-img,
.page-help-index .pane-title .pane-title-text {
    display: inline-block;
    vertical-align: top;
}
.page-help-index .pane-title-img {
    margin-right: 12px;
    text-align: center;
}
.page-help-index .pane-title .pane-title-text {
    padding-top: 10px;
    color: #333;
    text-align: left;
}
.page-help-index .pane-title img {
    width: 84px;
}
.page-help-index .pane-title h3 {
    margin-bottom: 12px;
    line-height: 30px;
    letter-spacing: 1px;
    font-size: 38px;
    color: #333;
}
.page-help-index .pane-title .sub-key-title {
    margin-top: -8px;
    margin-bottom: 10px;
    padding-left: 2px;
    line-height: 12px;
}
.page-help-index .pane-title .sub-key-title-inner {
    display: inline-block;
    width: 68px;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
}
.page-help-index .pane-title .sub-key-title-inner span {
    margin-top: -1px;
    line-height: 12px;
}
.page-help-index .pane-title h4 {
    margin-bottom: 0;
    margin-left: 1px;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
}
.page-help-index .pane-info {
    padding-top: 14px;
    margin-left: 6px;
    margin-right: 6px;
    border-top: 1px solid rgba(204, 204, 204, 0.5);
}
.page-help-index .pane-info .item {
    margin-bottom: 10px;
    padding: 7px 18px;
    border: 1px solid #2889fc;
    border-radius: 4px;
    line-height: 16px;
    word-wrap: break-word;
    word-break: normal;
}
.page-help-index .pane-info .item:last-child {
    margin-bottom: 0;
}
.page-help-index .pane-info .item .alternate-port {
    margin-top: 2px;
}
.page-help-index .pane-info .icon-mining,
.page-help-index .pane-info .icon-map {
    display: inline-block;
    margin-bottom: -5px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}
.page-help-index .pane-info .icon-mining {
    background-image: url('../images/icon-mining-44.png');
}
.page-help-index .pane-info .icon-map{
    background-image: url('../images/icon-map-44.png');
}
.page-help-index .pane-info h5 {
    margin-left: 5px;
    display: inline-block;
    font-size: 16px;
    color: #2889fc;
}
.page-help-index .pane-comment {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 14px;
    font-size: 12px;
    line-height: 16px;
    color: #ff7443;
}
.page-help-index .pane-body {
    padding-top: 36px;
    padding-right: 0;
    padding-left: 0;
    border-left: 1px solid #ebeef3;
    width: 100%;
}
.page-help-index .table-currency-info {
    font-size: 16px;
}
.page-help-index .table-currency-info.table-striped tbody tr:nth-of-type(odd) {
    background: #f1f5f9;
}
.page-help-index .table-currency-info th,
.page-help-index .table-currency-info td {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: none;
    line-height: 24px;
    color: #34495e;
}
.page-help-index .table-currency-info th {
    min-width: 145px;
    text-align: right;
}
.page-help-index .table-currency-info td {
    text-align: center;
    vertical-align: middle;
    padding-right: 24px;
}
.page-help-index .more-info {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.page-help-index .more-info p {
    margin-bottom: 0;
    line-height: 24px;
    font-size: 14px;
    color: #e9e9e9;
}
.page-help-index .more-info p:last-child {
    margin-bottom: 0;
}
.page-help-index .section-qa-list {
    padding-top: 90px;
    padding-bottom: 90px;
}
.page-help-index .section-qa-list h3 {
    margin-left: 28px;
    margin-bottom: 28px;
}
.page-help-index dl {
    margin-left: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #354b5e;
}
.page-help-index dt {
    position: relative;
    margin-top: 12px;
    margin-bottom: 3px;
    padding: 12px 20px;
    padding-right: 36px;
    background: #f7fcfd;
    cursor: pointer;
}
.page-help-index dt:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    bottom: 0;
    background-image: linear-gradient(-174deg, #5FD9FD 0%, #31B2F9 100%);
}
.page-help-index dt .fa {
    position: absolute;
    right: 20px;
    top: 12px;
    color: #9dc2e0;
    font-size: 18px;
    line-height: 24px;
}
.page-help-index dt.collapsed .fa:before {
    content:"\f107"
}
.page-help-index dt.collapsed {
    border-color: #9dc2e0;
}
.page-help-index dd {
    padding: 20px 10px 26px;
}
@media(max-width: 991px) {
    .page-help-index .pane-info {
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .page-help-index .pane-info .item > div {
        padding-left: 32px;
    }
    .page-help-index .pane-title-img {
        width: 120px;
    }
    .page-help-index .pane-head {
        padding-bottom: 15px;
        width: 100%;
        max-width: none;
    }
    .page-help-index .pane-body {
        padding-top: 0;
        width: 100%;
    }
    .page-help-index .pane-comment {
        padding-left: 40px;
        padding-right: 40px;
    }
    .page-help-index .more-info {
        margin-top: 30px;
    }
}
@media(max-width: 767px) {
    .nav-tutorial .item {
        padding-left: 4px;
        padding-right: 4px;
    }
    .page-help-index .section-main {
        margin-top: 60px;
    }
    .nav-tutorial {
        padding-top: 25px;
        padding-bottom: 50px;
    }
    .page-help-index .tab-coin img {
        width: 72px;
        height: 72px;
    }
    .page-help-index .scrtabs-tab-scroll-arrow {
        margin-top: 6px;
        height: 68px;
    }
    .page-help-index .scrtabs-tab-scroll-arrow-left:after,
    .page-help-index .scrtabs-tab-scroll-arrow-right:after {
        height: 100px;
    }
    .page-help-index .nav-link {
        padding-left: 1px;
        padding-right: 1px;
    }
    .page-help-index .section-qa-list {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .page-help-index .section-qa-list h3 {
        margin-bottom: 30px;
    }
}

.help-doc-nav {
    padding-top: 50px;
    padding-bottom: 80px;
    border-right: 1px solid #e9e9e9;
}
.help-doc-nav .list-group-item {
    border: none;
    border-radius: 0;
    color: #34495e;
    font-weight: bold;
    cursor: pointer;
}
.help-doc-nav a.list-group-item:hover {
    text-decoration: underline;
}
.help-doc-nav .list-group-item img {
    margin-top: -2px;
    margin-right: 6px;
    width: 24px;
}
.help-doc-nav .list-group-item.active {
    color: #31b2f9;
    background: #f1f5f9;
}
.help-doc-nav .list-group-item.level2,
.help-doc-nav .list-group-item.level3 {
    padding-left: 36px;
    font-weight: normal;
}
.help-doc-nav .list-group-item.level3 {
    position: relative;
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.help-doc-nav .list-group-item.level1 + .level3,
.help-doc-nav .list-group-item.level2 + .level3 {
    margin-top: 15px;
}
.help-doc-nav .list-group-item.level3 + .level1,
.help-doc-nav .list-group-item.level3 + .level2 {
    margin-top: 5px;
}
.help-doc-nav .list-group-item.level3:before {
    content: "";
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 4px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #34495e;
}
.help-doc-nav .list-group-item.active.level3:before {
    background: #31b2f9;
}
.help-doc-nav .list-group-item.active.level3.active {
    background: transparent;
    text-decoration: underline;
}
.help-doc-right {
    padding: 50px 50px 50px 30px;
    color: #34495e;
}
.help-doc-right a {
    color: #1581bd;
}
.help-doc-right .breadcrumb {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
}
.help-doc-right .breadcrumb-item.active {
    color: #34495e;
}
.help-doc-right .help-doc-list {
    padding-left: 0;;
}
.help-doc-right .help-doc-list li {
    list-style: none;
}
.help-doc-right .help-doc-list a {
    display: block;
    margin-top: 12px;
    margin-bottom: 3px;
    padding: 12px 20px;
    background: #f7fcfd;
    border-left: 5px solid #31b2f9;
    cursor: pointer;
}
.help-doc-right .alert-warning {
    margin-bottom: 30px;
    border-color: #ffd1bc;
    border-radius: 0;
    background: #fffbf8;
    color: #e25819;
    font-size: 14px;
}

.help-doc-nav.bootsidemenu-left > .toggler {
    z-index: 10;
    top: auto;
    right: 10px;
    bottom: 50px;
    border: none;
    box-shadow: none;
    background-color: transparent;
}
.help-doc-nav.bootsidemenu-left > .toggler span {
    display: block;
    width: 73px;
    height: 56px;
}
.help-doc-nav .toggler .icon-aside-left {
    background: url('../images/aside-toggle-left-146-112.png');
    background-size: contain;
}
.help-doc-nav .toggler .icon-aside-right {
    background: url('../images/aside-toggle-right-146-112.png');
    background-size: contain;
}

.help-doc-nav.bootsidemenu {
    z-index: 900;
    top: 140px;
    min-width: 320px;
}
.help-doc-nav.bootsidemenu > .menu-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}
@media(max-width: 991px) {
    .help-doc-nav .list-group-item img {
        width: 15px;
    }
    .help-doc-nav .list-group-item.level1.active,
    .help-doc-nav .list-group-item.level2.active,
    .page-api .help-doc-nav .list-group-item.active {
        border-left: 5px solid #31b2f9;
    }
    .help-doc-right {
        min-height: 800px;
        padding-top: 30px;
        padding-left: 45px;
        padding-right: 15px;
    }
    .help-doc-nav.bootsidemenu > .menu-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.page-api .help-doc-nav.bootsidemenu {
    min-width: 280px;
}
.page-api h2 {
    padding-top: 30px;
    padding-bottom: 15px;
}
.page-api pre {
    padding: 12px 20px;
    background: #f1f5f9;
    border: 1px solid #dfe5eb;
    border-radius: 2px;
}
.page-api code {
    color: #e25819;
    background: #FDF2ED;
    border-radius: 4px;
}
.page-api pre code {
    background: transparent;
    color: #34495e;
    font-size: 12px;
}
.page-api a.anchor {
    display: block;
    position: relative;
    top: -170px;
    visibility: hidden;
}
.page-api .help-doc-nav {
    height: 100%;
}
.page-api .banner {
    height: 185px;
    padding-left: 30px;
    padding-right: 30px;
    background: url('../images/bg-api.png');
    background-size: cover;
}
.page-api .banner h2 {
    display: block;
    padding-top: 80px;
    padding-bottom: 0;
    width: 100%;
    line-height: 30px;
    color: #fff;
    font-size: 22px;
    text-align: center;
}
[data-toggle="tooltip"] {
    white-space: nowrap;
    min-width: 800px;
}
.tooltip-inner {
    min-width: 600px;
}
.lang-en_US .nav-tutorial h3,
.lang-es_ES .nav-tutorial h3 {
    font-size: 22px;
}
.lang-en_US .page-help-index .table-currency-info th,
.lang-es_ES .page-help-index .table-currency-info th {
    min-width: 165px;
}
@media(max-width: 1200px) {
    .lang-en_US .nav-tutorial h3,
    .lang-es_ES .nav-tutorial h3 {
        font-size: 18px;
    }
}
@media(max-width: 991px) {
    .page-help-index .page-title h2,
    .page-help-index h3 {
        font-size: 35px;
    }
    .tooltip-inner {
        min-width: 400px;
    }
    .page-api .help-doc-nav {
        height: auto;
    }
    .page-api .banner {
        margin-top: -30px;
        height: 150px;
    }
    .page-api .banner h2 {
        padding-top: 50px;
        font-size: 16px;
        line-height: 20px;
    }
    .page-help-index .section-qa-list h3:before {
        display: none;
    }
    .lang-en_US .nav-tutorial h3,
    .lang-es_ES .nav-tutorial h3 {
        font-size: 22px;
    }
}
