﻿.head[data-v-4a2a1c93],
.head-container[data-v-4a2a1c93] {
    height: 54px
}

.head[data-v-4a2a1c93] {
    align-items: center;
    background-color: #2aae67;
    box-sizing: border-box;
    display: flex;
    padding: 0 32px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

.logo[data-v-4a2a1c93] {
    background-image: url("./static/image/clink_logo.png");
    background-size: cover;
    display: inline-block;
    flex-shrink: 0;
    height: 26px;
    margin-right: 32px;
    opacity: .9;
    vertical-align: middle;
    width: 32px
}

.nav[data-v-4a2a1c93] {
    align-items: center;
    display: flex;
    flex: 1;
    font-size: 16px;
    overflow: hidden
}

.nav a[data-v-4a2a1c93] {
    color: #fff;
    color: rgba(255, 255, 255, .8);
    display: block;
    line-height: 54px;
    margin-right: 24px;
    white-space: nowrap
}

.nav a[data-v-4a2a1c93]:hover {
    color: #fff;
    transition: color .3s
}

.lang_change[data-v-4a2a1c93] {
    display: flex;
    flex-shrink: 0;
    font-size: 16px;
    line-height: 1
}

.lang_change a[data-v-4a2a1c93] {
    color: rgba(255, 255, 255, .7);
    padding: 0 8px
}

.lang_change a[data-v-4a2a1c93]:hover {
    color: #fff;
    transition: color .3s
}

.lang_change a+a[data-v-4a2a1c93] {
    border-left: 1px solid hsla(0, 0%, 100%, .3)
}

.lang_change a.current[data-v-4a2a1c93] {
    color: #fff
}

@media (max-width:1024px) {
    .head[data-v-4a2a1c93] {
        justify-content: space-between;
        min-width: 0;
        padding: 0 24px
    }

    .head .nav[data-v-4a2a1c93] {
        display: none
    }

    .logo[data-v-4a2a1c93] {
        height: 22px;
        width: 27px
    }

    .nav[data-v-4a2a1c93] {
        visibility: hidden
    }
}

@media (max-width:1024px) and (max-width:450px) {
    .lang_change[data-v-4a2a1c93] {
        visibility: hidden
    }
}

.footer-wrp[data-v-fc1ddcce] {
    height: 140px
}

.footer[data-v-fc1ddcce] {
    background-color: #fff;
    bottom: 0;
    color: rgba(255, 255, 255, .7);
    padding: 40px 0 32px;
    position: absolute;
    text-align: center;
    width: 100%
}

.footer__bd[data-v-fc1ddcce] {
    line-height: 1
}

.footer__links[data-v-fc1ddcce] {
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 13px;
    justify-content: center;
    line-height: 1.6;
    margin-bottom: 8px;
    padding: 0 24px
}

.footer a[data-v-fc1ddcce] {
    margin: 0 8px
}

.footer a[data-v-fc1ddcce]:link,
.footer a[data-v-fc1ddcce]:visited {
    color: rgba(0, 0, 0, .7);
    text-decoration: none
}

.footer a[data-v-fc1ddcce]:hover {
    color: rgba(0, 0, 0, .7);
    text-decoration: underline
}

.footer .footer__record[data-v-fc1ddcce] {
    color: #000 !important;
    display: block;
    font-size: 12px;
    line-height: 17px;
    opacity: .5
}

.footer .footer__record[data-v-fc1ddcce]:visited {
    color: #000
}

.footer__copyright[data-v-fc1ddcce] {
    color: #000;
    font-size: 12px;
    line-height: 17px;
    margin-top: 2px;
    opacity: .5
}

.graytext[data-v-fc1ddcce] {
    color: rgba(0, 0, 0, .7)
}

.post .footer[data-v-fc1ddcce] {
    background-color: transparent;
    bottom: 0;
    position: absolute;
    width: 100%
}

.post .footer[data-v-fc1ddcce]:before {
    border-top: 1px solid #d9d9d9;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(.5);
    transform-origin: left top
}

.error-page[data-v-90efd750] {
    display: flex;
    flex: 1;
    flex-direction: column;
    overflow: auto;
    padding: 96px 88px;
    position: relative
}

.error-page h1[data-v-90efd750] {
    font-size: 32px;
    font-weight: 500
}

@media (max-width:1024px) {
    .error-page[data-v-90efd750] {
        padding: 96px 88px
    }
}

@media screen and (max-width:600px) {
    .error-page[data-v-90efd750] {
        padding: 64px 24px
    }
}