﻿body {
    background-image: linear-gradient(to right, #112732, #05141C);
}

#main-layer {
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100vw;
}

#introduction-title {
    color: #ffffff;
    font-size: .5rem;
    font-weight: bold;
    text-align: center;
    padding: .5rem 0;
}

#introduction1 {
    margin: 0 auto;
    padding-top: .5rem;
    width: 8rem;
}

#introduction1-note {
    color: #ffffff;
    font-size: .2rem;
    line-height: .4rem;
    margin: 0 auto;
    padding: .5rem 0;
    width: 12rem;
}

.introduction-p2 {
    margin: 0 auto;
    padding-top: 6vh;
    width: 4.16rem;
}

.introduction-p2-note {
    margin: 0 auto;
    padding-top: 4vh;
    width: 11.33rem;
}

.tec-item {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 4vh;
    width: 11.95rem;
}

.tec-item .item {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: 2.8rem;
}

.tec-item .item .m {
    align-items: center;
    background-color: rgba(0, 89, 55, .5);
    color: #ffffff;
    display: flex;
    font-size: .2rem;
    font-weight: bold;
    height: calc(100% - .4rem);
    justify-content: center;
    left: 0;
    padding: .2rem;
    position: absolute;
    top: 0;
    word-wrap: break-word;
    width: calc(100% - .4rem);
}

.introduction-p3 {
    margin: 0 auto;
    padding-top: 6vh;
    width: 4.16rem;
}

.introduction-p3-note {
    margin: 0 auto;
    padding-top: 4vh;
    width: 10rem;
}

.center-box {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-top: 4vh;
    width: 14rem;
}

.t3-img3 {
    width: 7.02rem;
}

.center-box-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.center-num {
    /* align-items: center; */
    display: flex;
    height: 2rem;
    justify-content: center;
    width: 3.4rem;
}

.center-num-box {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.introduction-icon1 {
    width: .77rem;
}

.introduction-icon2 {
    width: .9rem;
}

.introduction-icon3 {
    width: .95rem;
}

.introduction-icon4 {
    width: 1.82rem;
}

.num {
    background-image: linear-gradient(to right, #91c73d, #02af4c);
	-webkit-background-clip: text;
	color: transparent;
    font-size: .36rem;
    font-weight: bold;
    position: absolute;
    top: 1.16rem;
}

#culture {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    width: 14rem;
}

.culture-name {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 2.5rem;
    justify-content: center;
    width: 7rem;
}

.title {
    color: #ffffff;
    font-size: .42rem;
    font-weight: bold;
    margin-bottom: .25rem;
}

.note {
    color: #ffffff;
    font-size: .22rem;
    margin-bottom: .25rem;
}

.culture-line {
    background-color: #005937;
    height: .1rem;
    width: .8rem;
}

#honor-banner {
    /* padding-bottom: calc((100vh - 4rem - 3.4rem) / 2); */
    padding-bottom: 10vh;
}

#honor {
    margin: 0 auto;
    position: relative;
    width: 14rem;
}

#honor-wrapper {
    position: relative;
}

#honor-layer {
    margin: 0 auto;
    margin-left: .15rem;
    overflow: hidden;
    position: relative;
    width: 14rem;
}

.honor {
    width: 3.2rem;
}

.honor-box {
    align-items: center;
    background-color: #cccccc;
    display: flex;
    height: 2rem;
    justify-content: center;
    position: relative;
    width: 3.2rem;
}

.honor-box img {
    height: 100%;
}

.honor-note {
    color: #ffffff;
    font-size: .2rem;
    font-weight: bold;
    height: 1.4rem;
    line-height: .3rem;
    margin-top: .2rem;
    text-align: center;
    width: 3.2rem;
}

#honor-l {
    cursor: pointer;
    height: .6rem;
    left: -1.35rem;
    position: absolute;
    top: 1.1rem;
    width: .6rem;
}

#honor-r {
    cursor: pointer;
    height: .6rem;
    right: -1.35rem;
    position: absolute;
    top: 1.1rem;
    width: .6rem;
}

.page1, .page5 {
    overflow-y: scroll;
}