@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Microsoft Yahei, sans-serif, SimSun, SimHei
}

.culture-container {
    width: 100%;
    min-height: 3.75rem;
    height: calc(100vh - 0.5208rem);
    position: relative;
    color: #fff;
}

.culture-bg {
    background-image: url(/static/img/culture-bg1.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.culture-layer-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(270deg, rgba(85, 134, 237, 0) 0%, #0D3893 100%);
}

.culture-header {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2.651rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
}

.culture-title {
    font-size: 0.1875rem;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0em;
}

.culture-desc {
    height: 0.2578125rem;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    margin: 0.1667rem 0 0.1667rem 0;
}

.culture-line {
    width: 0.67185rem;
    border: 0.015625rem solid rgba(255, 255, 255, 0.16);
}


.culture-menu {
    width: 2.015625rem;
    height: 100%;
    border-right: 0.0052rem solid rgba(255, 255, 255, 0.16);
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.culture-menu .culture-menu-item {
    width: 1.0573rem;
    height: 0.3177rem;
    margin-right: -0.0104rem;
    /* 字体 */
    font-size: 0.1042rem;
    font-weight: normal;
    line-height: normal;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.6);
    /* 自动布局 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 0.0833rem;
    /* 边框 */
    border-width: 0 0.0208rem 0 0;
    border-style: solid;
    border-color: transparent;

    transition: .3s ease;

    cursor: pointer;
}

.culture-menu .culture-menu-item:hover, .culture-menu .culture-menu-item.active {
    color: #ffffff;
    /* 容器 */
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
    /* 边框 */
    border-width: 0 0.0208rem 0 0;
    border-style: solid;
    border-color: #14BDFF;
}

.culture-menu .culture-menu-item + .culture-menu-item {
    margin-top: 0.2083rem;
}<!--0.00010895729064941-->