body {
    padding-top: 56px;
}

.left-aligned {
    margin-left: auto;
}

.bg-dark {
    background-color: #33536c !important;
}

.bg-hero {
    background-color: #33536c;
}

/* CALLOUT */
.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem
}

.bd-callout h4 {
    margin-bottom: .25rem
}

.bd-callout p:last-child {
    margin-bottom: 0
}

.bd-callout code {
    border-radius: .25rem
}

.bd-callout+.bd-callout {
    margin-top: -.25rem
}

.bd-callout-info {
    border-left-color: #5bc0de
}

.bd-callout-warning {
    border-left-color: #f0ad4e
}

.bd-callout-danger {
    border-left-color: #d9534f
}

body {
    overflow-x: hidden;
    background-color: #fff0ed;
    /* 主题色 */
}

/* FLEX 布局 */
.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.align-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.flex-wrap {
    flex-wrap: wrap;
}

/* footer */
footer {
    position: relative;
    z-index: 200;
}

footer a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

footer a:hover {
    color: white;
    text-decoration: underline;
}

/* header */
header {
    width: 100vw;
}

header img {
    width: 100vw;
    height: auto;
    margin-top: -80px;
}

body { 
    overflow-x: hidden;
    background-color: transparent;  /* 主题色 */
}
.left-aligned { margin-left: auto; }
.bg-dark { background-color: #33536c !important; }
.bg-hero { background-color: #33536c; }

/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }
.bd-callout h4 { margin-bottom:.25rem }
.bd-callout p:last-child { margin-bottom:0 }
.bd-callout code { border-radius:.25rem }
.bd-callout+.bd-callout { margin-top:-.25rem }
.bd-callout-info { border-left-color:#5bc0de }
.bd-callout-warning { border-left-color:#f0ad4e }
.bd-callout-danger { border-left-color:#d9534f }


/* FLEX 布局 */
.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.align-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.flex-wrap {
    flex-wrap: wrap;
}

/* footer */
footer a { color: white; font-weight: bold; text-decoration: none; }
footer a:hover { color: white; text-decoration: underline; }


/* header */
header {
    width: 100vw;
}

header img {
    width: 100vw;
    height: auto;
}





/* home */

.myContainer {
    width: 100vw;
    height: 1550vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.bgImage {
    width: 100vw;
    position: fixed;
    z-index: -1;
    opacity: 0.8;
    top: 0;
}

.imageBox {
    width: 100vw;
    height: 1550vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    position: absolute;
    z-index: 10;
}

.textBox {
    width: 100vw;
    height: 1550vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    position: absolute;
    z-index: 20;
}

.text1 {
    position: absolute;
    top: 1578px;
    width: 500px;
    right: 129px;
    height: 512px;
    font-size: 30px;
    letter-spacing: 4px;
}

.text2 {
    position: absolute;
    top: 2956px;
    width: 500px;
    left: 246px;
    height: 512px;
    font-size: 30px;
    letter-spacing: 4px;
}

.text3 {
    position: absolute;
    top: 4921px;
    width: 500px;
    right: 485px;
    height: 512px;
    font-size: 30px;
    letter-spacing: 4px;
}

.text4 {
    position: absolute;
    top: 5942px;
    width: 597px;
    right: 403px;
    height: 512px;
    font-size: 24px;
    letter-spacing: 4px;
}

.text5 {
    position: absolute;
    top: 6980px;
    width: 597px;
    left: 311px;
    height: 512px;
    font-size: 28px;
    letter-spacing: 4px;
}

.text6 {
    position: absolute;
    top: 8279px;
    width: 848px;
    left: 339px;
    height: 512px;
    font-size: 28px;
    letter-spacing: 4px;
}

.text7 {
    position: absolute;
    top: 9994px;
    width: 542px;
    right: 288px;
    height: 512px;
    font-size: 28px;
    letter-spacing: 4px;
    text-align: center;
}

.text8 {
    position: absolute;
    top: 10907px;
    width: 542px;
    right: 288px;
    height: 512px;
    font-size: 28px;
    letter-spacing: 4px;
    text-align: center;
}

/* team */
.teamContainer {
    width: 100vw;
    height: 400vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.photoBox {
    position: absolute;
    top: 1073px;
    width: 1100px;
    height: 1700px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.photoStyle {
    position: relative;
    width: 300px;
    z-index: 20;
}

.pic {
    position: absolute;
    z-index: 30;
    width: 400px;
}

.nonep {
    display: none;
}

.phoSty {
    max-width: 200px;
    max-height: 200px;
    margin-top: 80px;
}

.innPic {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.texPho {
    font-size: 12px;
    margin: 20px;
}

/* des */
.detextBox {
    width: 100vw;
    z-index: 20;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.deNav {
    width: 24vw;
    position: sticky;
    height: 50vh;
    top: 140px;
    float: left;
    padding-left: 50px;
    bottom: 200px;
}

.deCont {
    width: 60vw;
    height: 400vh;
    float: right;
    padding-right: 60px;
    background-color: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 0.666667px solid rgba(255, 255, 255, 0.18);
    box-shadow: rgba(142, 142, 142, 0.19) 0px 6px 15px 0px;
    -webkit-box-shadow: rgba(142, 142, 142, 0.19) 0px 6px 15px 0px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    color: rgba(255, 255, 255, 0.75);
}

.detitle {
    font-size: 35px;
    font-weight: 600;
    margin: 20px 0;
}

.nortext {
    font-size: 20px;
    margin: 10px 0;
}

.depicture {
    width: 80%;
    margin: 20px 0;
}

.navAStyle {
    text-decoration: none;
    color: #000;
}

.navAStyle:hover {
    color: #000;
}

.navTitle {
    font-size: 20px;
    font-weight: 400;
    color: #000;
}