body {
    font-family: 'Raleway';
}

ul {
    list-style: none;
}

.hc-mobile-nav.side-right {
    right: 0;
}

    .hc-mobile-nav.side-right .nav-container {
        right: 0;
        transform: translate3d(100%, 0, 0);
    }

    .hc-mobile-nav.side-right.nav-levels-overlap li.level-open > .nav-wrapper {
        transform: translate3d(20px, 0, 0);
    }

    .hc-mobile-nav.side-right.nav-levels-overlap li .nav-wrapper {
        right: 0;
        transform: translate3d(100%, 0, 0);
    }

.hc-mobile-nav .nav-container {
    position: fixed;
    z-index: 9998;
    top: 0;
    width: 70%;
    max-width: 100%;
    height: 100%;
    transition: transform .4s ease;
}

.hc-mobile-nav .nav-wrapper {
    width: 100%;
}

    .hc-mobile-nav .nav-wrapper.nav-wrapper-1 {
        position: static;
        height: 100%;
        overflow: scroll;
        overflow-x: visible;
        overflow-y: auto;
    }

.hc-mobile-nav li.level-open > .nav-wrapper {
    visibility: visible;
}

.hc-mobile-nav input[type="checkbox"] {
    display: none;
}

.hc-mobile-nav label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer;
}

.hc-mobile-nav a {
    position: relative;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
}

    .hc-mobile-nav a,
    .hc-mobile-nav a:hover {
        text-decoration: none;
    }
/* 整局取消 */
.hc-mobile-nav.disable-body::after,
.hc-mobile-nav.disable-body .nav-wrapper::after {
    content: '';
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overscroll-behavior: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease .4s, opacity .4s ease;
}

.hc-mobile-nav.disable-body.nav-open::after,
.hc-mobile-nav.disable-body .sub-level-open::after {
    visibility: visible;
    opacity: 1;
    transition-delay: .05s;
}

.hc-mobile-nav.nav-levels-overlap ul .nav-wrapper {
    position: absolute;
    z-index: 9999;
    top: 0;
    height: 100%;
    visibility: hidden;
    transition: visibility 0s ease .4s, transform .4s ease;
}

.hc-mobile-nav.nav-levels-overlap ul li.level-open > .nav-wrapper {
    visibility: visible;
    transition: transform .4s ease;
}

.hc-mobile-nav.side-left .nav-container {
    left: 0;
    transform: translate3d(-100%, 0, 0);
}

.hc-mobile-nav.side-left.nav-levels-overlap li.level-open > .nav-wrapper {
    transform: translate3d(-40px, 0, 0);
}

.hc-mobile-nav.nav-open .nav-container {
    transform: translate3d(0, 0, 0);
}

.hc-mobile-nav::after,
.hc-mobile-nav .nav-wrapper::after {
    background: rgba(0, 0, 0, 0.3);
}

/* 背景颜色 */
.hc-mobile-nav .nav-wrapper {
    background: #fff;
}

.hc-mobile-nav.nav-open .nav-wrapper {
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
}

/* 标题颜色 */
.hc-mobile-nav h2 {
    font-size: 19px;
    font-weight: normal;
    text-align: left;
    padding: 0px 17px;
    color: #000;
}

/* 字体颜色、边框颜色 */
.hc-mobile-nav a {
    padding: 10px 10px;
    color: #000;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #E0E0E0;
}


/* 选项点击效果 */
.hc-mobile-nav:not(.touch-device) a:hover {
    background: #fff;
}

.hc-mobile-nav li {
    text-align: left;
}

    /* 大标题颜色 */
    .hc-mobile-nav li.nav-close a,
    .hc-mobile-nav li.nav-back a {
        background: #E9E9E8;
        border-bottom: 1px solid #fff;
    }

        .hc-mobile-nav li.nav-close a:hover,
        .hc-mobile-nav li.nav-back a:hover {
            background: #fff;
        }


    .hc-mobile-nav li.nav-close span,
    .hc-mobile-nav li.nav-parent span.nav-next,
    .hc-mobile-nav li.nav-back span {
        width: 45px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        cursor: pointer;
        transition: background .2s ease;
    }

        .hc-mobile-nav li.nav-close span::before,
        .hc-mobile-nav li.nav-close span::after {
            display: block;
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 6px;
            height: 6px;
            margin-top: -3px;
            border-top: 2px solid #000;
            border-left: 2px solid #000;
        }

        .hc-mobile-nav li.nav-close span::before {
            margin-left: -6px;
            transform: rotate(135deg);
        }

        .hc-mobile-nav li.nav-close span::after {
            transform: rotate(-45deg);
        }

        .hc-mobile-nav span.nav-next::before,
        .hc-mobile-nav li.nav-back span::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 8px;
            height: 8px;
            margin-left: -2px;
            box-sizing: border-box;
            border-top: 2px solid #000;
            border-left: 2px solid #000;
            transform-origin: center;
        }

.hc-mobile-nav span.nav-next::before {
    transform: translate(-50%, -50%) rotate(135deg);
}

.hc-mobile-nav li.nav-back span::before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

#main-nav {
    display: none;
}

.hc-mobile-nav li.cryptocurrency > a::before,
.hc-mobile-nav li.devices > a::before,
.hc-mobile-nav li.magazines > a::before,
.hc-mobile-nav li.store > a::before,
.hc-mobile-nav li.collections > a::before,
.hc-mobile-nav li.credits > a::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    text-indent: 0;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    display: inline-block;
    width: 19px;
    height: 19px;
    vertical-align: top;
    content: '';
}

.hc-mobile-nav .cryptocurrency-center {
    width: 100%;
    text-align: center;
}

/* 搜索 */
.cryptocurrency-search {
    padding: 5px 20px;
    color: #000;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #E0E0E0;
}

.cryptocurrencySearchBox {
    height: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 20px;
}

.cryptocurrency-search input {
    height: 28px;
    width: 80%;
    border-radius: 20px 0px 0px 20px;
    padding: 5px 15px;
    outline: 0px;
    border: 0px;
    background-color: transparent;
}

.cryptocurrency-search i {
    /*color: #fff;*/
    float: right;
    margin-right: 15px;
    margin-top: 7px;
}
