@font-face { font-family: "Times Newer Roman"; src: url('TimesNewerRoman-Regular.otf'); }
/*.pace {*/
/*    -webkit-pointer-events: none;*/
/*    pointer-events: none;*/
/*    -webkit-user-select: none;*/
/*    -moz-user-select: none;*/
/*    user-select: none;*/
/*}*/

/*.pace-inactive {*/
/*    display: none;*/
/*}*/

/*.pace .pace-progress {*/
/*    background-color: white;*/
/*    position: fixed;*/
/*    !*z-index: 0;*!*/
/*    top: 0;*/
/*    right: 100%;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*}*/
html,body {
    /*cursor: url(arrow.png), auto;*/
    /*position: fixed;*/
    /*overflow-y: scroll;*/
    margin: 0;
    border: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    /*display: flex;*/
    background: linear-gradient(#86888C 80%, #E9E7EB 100%);
    background-attachment: fixed;
    /*transition: background-color 0s;*/
}
a, p, div {
    text-decoration: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 18px;
    /*letter-spacing: 0.1px;*/
    color: #e0e0e0;
    /*hyphens: auto;*/
    /*-webkit-hyphens: auto;*/
    /*-moz-hyphens: auto;*/
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
a[href^=tel] {
    text-decoration:inherit;
    color: inherit;
}
::selection {
    background: grey;
}
::-moz-selection {
    background: grey;
}
::-webkit-scrollbar, body::-webkit-scrollbar {
    display: none;
    width: 0;
    background: transparent;
}
.project-images{
    position: fixed;
    z-index: 9999999;
}
.project-img{
    position: fixed;
    width: 65vw;
}
.project-img-1{
    top: 12%;left: 4%;
}
.project-img-2{
    top: 7%;left: 18%;
}
.project-img-3{
    top: 22%;left: 28%;
}
.project-img-4{
    top: 30%;left: 23%;
}
.navi{
    position: fixed;
    background: linear-gradient(#86888C 80%, rgba(134,136,140,0) 100%);
    width: 100vw;
    height: 20vh;
    top: 0;
    left: 0;
    z-index: 999;
}
.semi-title-text{
    position: fixed;
    top: 3vh; left: 2vw;
    font-weight: bold;
    color: #D6D5D5;
    font-size: 16px;
}
.title-right-text{
    position: fixed;
    top: 15vh;
    right: 10vw;
    font-size: 14px;
    color: white;
    font-weight: normal;
}
.bar-img{
    position: fixed;
    top: 10vh;
    left: 5vw;
    height: 35px;
}
.bar-img:hover{
    opacity: 0.5;
}
.title-img{
    position: fixed;
    top: 10vh;
    left: 8vw;
    height: 35px;
}
.title-img-2{
    margin-top: 40px;
    top: 10vh;
    opacity: 0;
    transition-duration: 0.3s;
    transition-delay: 0.2s;
    transition: opacity 0.3s;
}
.title-img-3{
    margin-top: 80px;
    top: 10vh;
    opacity: 0;
    transition-duration: 0.3s;
    transition-delay: 0.2s;
    transition: opacity 0.3s;
}
.title-1,.title-2,.title-3{
    transition-duration: 0.3s;
    transition-delay: 0.2s;
    transition: opacity 0.3s;
}
.content{
    position: relative;
    top: 15vh;
    left: 8vw;
    width: 530px;
}
#content2, #content3{
    display: none;
}
.content-img{
    height: 450px;
    padding: 3%;
}
.img-scroll-view{
    margin-left: -8vw;
    width: 100vw;
    overflow-x: scroll;
}
.img-scroll-view-1{
    display: inline-flex;
    object-fit: contain;
    margin-left: -8vw;
    width: 100vw;
    overflow-x: scroll;
}
.scroll-img{
    padding: 5% 1%;
    height: 450px;
}
#scroll1{
    padding-left: 8vw;
}
.articlePic{
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    height: 80%;
    background-color: grey;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.part1{
    position: relative;
    font-weight: 400;
    font-size: 26px;
}
.part1 a{
    font-weight: bold;
    line-height: 32px;
}
.part2{
    position: relative;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: black;
    letter-spacing:1px;
}
.part3{
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: black;
}
.part4{
    color: white;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    float: left;
    padding-right: 10%;
    padding-bottom: 10%;
}
.part5{
    color: black;
    font-family:  "Times", "Times New Roman","Times Newer Roman", "Songti SC", "宋体", STSong, Simsun, 'Noto Serif CJK SC', 'Source Han Serif SC', ‘Source Han Serif’, source-han-serif-sc, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
    font-size: 16px;
    line-height: 22px;
}
.part6 ,.part6 a{
    color: black;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
}
.part7 ,.part7 a{
    color: white;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
}
.img2{
    padding-left: 30%;
}
.img4{
    padding-right: 20%;
    padding-left: 8%;
}
@media (max-aspect-ratio: 1/1) {
    .project-img{
        width: 85vw;
    }
    .project-img-1{
        top: 9%;left: 11%;
    }
    .project-img-2{
        top: 32%;left: 18%;
    }
    .project-img-3{
        top: 45%;
        left: 3%;
    }
    .project-img-4{
        top: 64%;
        left: 14%;
    }
}
@media (max-width: 1000px) {
    a, p, div {
        line-height: 1.5vh;
        font-size: 1.5vh;
    }

    .semi-title-text{
        top: 0.4vh; left: 2vw;
        font-size: 2vh;
    }
    .title-right-text{
        display: none;
    }
    .bar-img{
        top: 7vh;
        left: 7vw;height: 4%;
    }
    .title-img{
        top: 7vh;
        left: 15vw;height: 4%;
    }
    .title-img-2{
        top: 12vh;
        margin-top: 0;
    }
    .title-img-3{
        top: 17vh;
        margin-top: 0;
    }
    .content{
        position: relative;
        top: 15vh;
        left: 15vw;
        width: 80vw;
    }
    .content-img{
        height: auto;
        width: 70vw;
    }
    .img-scroll-view{
        margin-left: -15vw;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .img-scroll-view-1{
        margin-left: -15vw;
    }
    .scroll-img{
        padding: 1.5%;
        width: 80vw;
        object-fit: contain;
        height: auto;max-height: 40vh;
    }
    #scroll1{
        padding-left: 15vw;
    }
    .part1{
        font-size: 3vh;
        line-height: 3vh;
    }
    .part1 a{
        font-size: 2.8vh;
        line-height: 3vh;
    }
    .part2{
        font-size: 1.5vh;
        line-height: 1.7vh;
        color: black;
        letter-spacing:1px;
    }
    .part3{
        font-size: 1.3vh;
        line-height: 1.5vh;
    }
    .part4{
        font-size: 1vh;
        line-height: 1.2vh;
        padding-right: 6%;
    }
    .part5, .part6, .part7, .part6 a ,.part7 a{
        font-size: 2vh;
        line-height: 2.4vh;
    }
    .img2{
        padding-left: 3%;
    }
    .img4{
        height: 50vh;
        padding-left: 15vw;
        padding-right: 15vw;
        width: auto;
    }
}

@keyframes open-navi {
    from {
        height: 20vh;
    }
    to {
        height: 30vh;
    }
}
@keyframes close-navi {
    from {
        height: 30vh;
    }
    to {
        height: 20vh;
    }
}
@keyframes opacityUp {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}