    /*
purple: rgb(84, 13, 110);
red: rgb(238, 66, 102);
yello: rgb(255, 210, 63);
cyanBlue: rgb(59, 206, 172);
green: rgb(14, 173, 105);
*/
    
    @font-face {
        font-family: 'Roboto';
        src: url('font/Roboto-Bold.ttf');
        src: url('font/Roboto-Medium.ttf');
    }
    
    body {
        font-family: "Roboto", "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
        margin: 0;
        padding: 0;
    }
    
    #navDiv {
        background-color: rgba(14, 173, 105, 0.8);
        display: flex;
        height: 50px;
        /* margin: 0; */
        align-items: center;
        overflow: hidden;
    }
    
    #topLogo img {
        margin-left: 10px;
        margin-right: 10px;
        /* margin-top: 8px; */
    }
    
    #topSlogan {
        font-weight: 600;
        font-size: 0.8em;
        letter-spacing: 2px;
        color: white;
        width: 220px;
        height: 50px;
        display: none;
        flex-direction: column;
        animation: show 10s linear infinite;
    }
    
    #topSlogan>div {
        padding: 20px 6px 10px 10px;
        height: 60px;
        /* display: block; */
        width: 210px;
        margin-bottom: 50px;
    }
    
    #topSlogan div {
        background-color: rgb(84, 13, 110);
    }
    
    #topSlogan div:first-child {
        background-color: rgb(59, 206, 172);
    }
    
    #topSlogan div:last-child {
        background-color: rgb(238, 66, 102);
    }
    
    @keyframes show {
        0% {
            margin-top: -550px;
        }
        2% {
            margin-top: -440px;
        }
        20% {
            margin-top: -360px;
        }
        38% {
            margin-top: -205px;
        }
        66% {
            margin-top: -155px;
        }
        71% {
            margin-top: -105px;
        }
        99.99% {
            margin-top: -10px;
        }
        100% {
            margin-top: -550px;
        }
    }
    
    #navOpt {
        list-style: none;
        display: flex;
        font-size: 20px;
        font-weight: 600;
        color: white;
        text-align: center;
        padding: 10px 10px;
        flex-grow: 2;
        justify-content: flex-end;
    }
    
    .nav {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 0.8em;
    }
    
    .nav a {
        text-decoration: none;
        color: white;
    }
    
    .nav a:hover {
        color: rgb(238, 66, 102);
    }
    
    header {
        height: 80px;
        width: auto;
        /* margin-left: -10px;
    margin-right: -10px; */
        background-color: rgba(238, 66, 102, 0.8);
        font-size: 0.7em;
        display: block;
    }
    
    .bannerParent {
        color: white;
        /* line-height: 1.5em; */
    }
    
    .bannerParent>div {
        padding: 5px 10px;
    }
    
    #banner {
        display: block;
        background-color: rgba(84, 13, 110, 0.8);
        font-weight: bold;
        padding: 5px 10px;
    }
    
    #owl {
        margin-top: 10px;
        margin-left: 300px;
        animation: owlSay 30s linear infinite;
        transition: transform;
    }
    
    @keyframes owlSay {
        0% {
            margin-left: 150px;
        }
        50% {
            margin-left: 600px;
        }
        100% {
            margin-left: 150px;
        }
    }
    
    aside {
        float: right;
        padding: 4px;
    }
    
    .mainContainer {
        margin-top: -15px;
        margin-left: 10%;
        margin-right: 10%;
        display: flex;
        flex-direction: column;
        border-radius: 20px;
        box-shadow: 0px 0px 20px 5px rgba(47, 63, 63, 0.5);
    }
    
    #titleBar {
        font-size: 1.2em;
        font-weight: bold;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        color: white;
        background-color: rgb(59, 206, 172);
        ;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }
    
    .commentText {
        color: white;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 1.5em;
        font-size: 0.8em;
        margin-right: 20px;
    }
    
    .commentText h1,
    h2,
    h3,
    h4 {
        text-align: center;
        font-weight: bold;
        font-size: 1.2em;
    }
    
    .card {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: cneter;
        justify-content: center;
    }
    
    .row1 {
        background-color: rgb(14, 173, 105);
        ;
        width: auto;
        height: auto;
    }
    
    .row2 {
        background-color: rgb(84, 13, 110);
        height: auto;
    }
    
    .row3 {
        background-color: rgb(238, 66, 102);
        height: auto;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    
    .imgLogo {
        width: 120px;
        /* border-radius: 50%; */
        align-self: center;
        margin-left: 20px;
    }
    
    .introVideo {
        width: 300px;
        height: auto;
        align-self: center;
        border-radius: 10px;
        margin-left: 10px;
    }
    
    .video1 {
        margin-top: 15px;
    }
    
    #intro {
        display: flex;
        align-items: center;
        font-size: 30px;
        flex-direction: column;
    }
    
    div.moreContents {
        display: flex;
        margin-top: 20px;
        /* margin-left: 10%;
    margin-right: 10%; */
        justify-content: space-around;
        flex-wrap: wrap;
    }
    
    div.articleBox {
        display: block;
        border: 1px solid rgba(100, 100, 81, 0.3);
        width: 280px;
        height: auto;
        border-radius: 20px;
        font-size: 0.8em;
        padding-bottom: 20px;
    }
    
    img.articleBox {
        width: 280px;
        height: auto;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        padding: 0;
        margin: auto;
    }
    
    .articleBox p {
        display: inline-block;
        padding: 10px;
        /* border: 1px solid black; */
    }
    
    .articleBox h4 {
        color: rgb(238, 66, 102);
        line-height: 0.5em;
    }
    
    .articleBox a {
        color: rgb(238, 66, 102);
        margin-top: -10px;
        padding-left: 10px;
        /* border: 1px solid black; */
    }
    
    .snap {
        display: flex;
        margin: 20px auto;
        /* margin-left: 10%;
    margin-right: 10%; */
        flex-wrap: wrap;
        justify-content: space-around;
    }
    
    .snapCard {
        margin-bottom: 20px;
        box-shadow: 5px 3px 20px 5px rgba(47, 63, 63, 0.5);
    }
    
    .wechatPic {
        width: 200px;
        border-radius: 10px;
    }
    
    .wechatPic:hover {
        transform: scale(1.05);
    }
    
    .wechatPic:active {
        transform: scale(1.04);
    }
    
    #endBottom {
        display: flex;
        justify-content: flex-end;
        padding: 5px;
        flex-direction: column;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    /* 下方为contact page 配置 */
    
    .contact img {
        width: 800px;
        height: auto;
        margin: 15px auto;
        display: block;
    }
    
    @media (max-width: 860px) {
        #topLogo img {
            width: 80%;
            height: auto;
        }
        #topSlogan>div {
            font-size: 0.5em;
            width: 160px;
            margin-left: -25px;
        }
        .nav {
            font-size: 0.5em;
            font-weight: normal;
        }
        .navBar {
            display: block;
            /* margin-left: -8px;
            margin-right: -8px; */
        }
        header {
            height: 80px;
        }
        .mainContainer {
            margin-right: 2%;
            margin-left: 2%;
        }
        #titleBar {
            font-size: 20px;
        }
        .introVideo {
            display: block;
            width: 90%;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 20px;
            margin-top: 20px;
            border-radius: 10px;
            align-self: center;
        }
        .commentText {
            font-size: 14px;
        }
        h4.commentText {
            font-size: 18px;
        }
        .row1 {
            display: block;
            align-items: center;
        }
        .row2 {
            display: block;
            align-items: center;
        }
        .row3 {
            display: block;
            flex-direction: column;
            align-items: center;
        }
        .imgLogo {
            margin-left: 40%;
            width: 100px;
        }
        #owl {
            margin-top: 10px;
            margin-left: 10px;
            animation: owlSay 20s linear infinite;
        }
        @keyframes owlSay {
            0% {
                margin-left: 10px;
            }
            50% {
                margin-left: 80px;
            }
            100% {
                margin-left: 10px;
            }
        }
        .articleBox {
            margin-bottom: 20px;
        }
        .articleBox h4 {
            line-height: 0.5em;
        }
        .articleBox p {
            margin-top: -10px;
        }
        .articleBox a {
            margin-bottom: -10px;
        }
        .snap {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
        }
        .wechatPic {
            width: 240px;
            margin-top: 10px;
            margin-bottom: 10px;
        }
        #qr {
            width: 120px;
        }
        /* contact page  */
        .contact img {
            width: 320px;
            height: auto;
        }
        ;
    }