/*网页版*/



@media screen and (min-width: 768px){

    .workContainer {
        position: relative;
        min-height: 100vh;
        padding-top: 120px;
        padding-bottom: 60px;
        margin-right: 0!important;
        box-sizing: border-box;
    }

    .workDetailContainer {
        position: relative;
        height: 100vh;
        overflow: hidden;
        padding-top: 120px;
        padding-bottom: 60px;
        margin-right: 0!important;
        box-sizing: border-box;
        font-family: inherit;
    }

    .projectListTitle {
        display: block;
        margin-top: 15px;
        width: 100%;
        font-size: 12px;
        color: #000;
    }

    .contentLeft {
        padding-bottom: 50px;
    }

    .scrollable-column {
        height: calc(100vh - 180px);
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch; /* 关键属性，解决 Safari 滚动问题 */
    }

    .scrollable-column::-webkit-scrollbar {
        position: fixed;
        width: 1px;
        height: 1px;
        scrollbar-arrow-color: #898989;
    }
    /*滚动条里面/方块*/
    .scrollable-column::-webkit-scrollbar-thumb {
        border-radius: 1px;
        -webkit-box-shadow: inset 0 0 1px #000;
        background: rgba(250, 250, 250, 0.4);
        scrollbar-arrow-color: #898989;
    }
    /*滚动条里面轨道*/
    .scrollable-column::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
        border-radius: 0;
        background: #000;
    }







    .workListContainer {
        margin-top: 25px;
    }




    .projectListContainer {
        display: block;
        float: left;
        width: 20%;
        height: 27vh;
        color: #000;
        text-align: center;
        margin: 0 0 100px 0;
    }

    /* 图片容器样式 */
    .imgContainer {
        position: absolute;
        bottom: 0;
        left: 0;
        display: flex;
        width: 100%;
        height: 0;
        overflow: hidden;
        flex-direction: column;
        justify-content: flex-end;
        transition-duration: .5s;
        transition-timing-function: cubic-bezier(0,0,.2,1);
    }

    .imgContainer img {
        height: 22vh;
        width: auto;
        margin: auto;
    }












}







/*手机版*/

@media screen and (max-width: 768px){

    .workContainer {
        position: relative;
        min-height: 100vh;
        padding-top: 90px;
        padding-bottom: 60px;
        margin-right: 0!important;
        box-sizing: border-box;
    }

    .workDetailContainer {
        position: relative;
        min-height: 100vh;
        padding-top: 90px;
        padding-bottom: 10px;
        margin-right: 0!important;
        box-sizing: border-box;
        font-family: inherit;
        opacity: 0;
    }





    .projectListContainer {
        display: block;
        float: left;
        width: 100%;
        height: 50vh;
        color: #000;
        text-align: center;
        margin: 0 0 80px 0;
    }

    /* 图片容器样式 */
    .imgContainer {
        position: absolute;
        bottom: 0;
        left: 0;
        display: flex;
        width: 100%;
        height: 0;
        overflow: hidden;
        flex-direction: column;
        justify-content: flex-end;
        transition-duration: .5s;
        transition-timing-function: cubic-bezier(0,0,.2,1);
    }

    .imgContainer img {
        height: 35vh;
        width: auto;
        margin: auto;
    }




    .projectListTitle {
        display: block;
        margin-top: 15px;
        width: 100%;
        color: #000;
    }

}










/*通用*/



.workDetailContainer pre {
    margin-top: 50px;
    font-family: inherit;
}

.listAll {
    width: calc(100vw - 30px);
    text-align: left;
    font-size: 0;
}

.projectListTitleContainer {
    width: 100%;
}

.projectImgContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.projectImgContainer img {
    vertical-align: bottom !important;
}


.projectListTitle a {
    color: #000;
    padding: 5px;
}

.projectListTitle a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000;
}

.listAll .breakMark {
    font-size: inherit;
    margin: 0 9vw;
}

.colorBlockContainer {
    display: inline-block;
    /*width: 120px;*/
    width: 33px;
    height: 15px;
    margin-right: -5px;
}

.colorBlock {
    display: block;
    position: relative;
    float: left;
    width: 15px;
    height: 15px;
    margin-top: 2px;
    margin-right: 0;
}



.blockCover {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 17px;
    height: 17px;
    border-radius: 0;
    pointer-events: none;
    z-index: 5;
    transition: all linear 300ms;
}

.colorBlockContainerDetail {
    display: inline-block;
    width: 160px;
    height: 20px;
}

.colorBlockDetail {
    display: block;
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    margin-right: 0;
}

.blockCoverDetail {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 22px;
    height: 22px;
    border-radius: 0;
    pointer-events: none;
    z-index: 5;
    transition: all linear 300ms;
}

.textBackground {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 0 25px 0 28px;
    height: 100vh;
}

.imgDisplay {
    position: relative;
    width: 100%;
}




.tags {
    color: #ff5a00 !important;
}

.space {
    margin-left: 11px;
}

.space:first-child {
    margin-left: 0px !important;
}

.workBrief {
    width: 96%;
    color: #fff;
}


.detailTitle {
    font-size: 2rem;
    margin-bottom: 40px;
    color: #ff5a00 !important;
}

.titleDetail {
    display: inline-block;
    font-weight: bolder;
    text-align: left;
}


@media screen and (max-width: 768px){

    .colorBlockContainerDetail {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .titleDetail {
        display: block;
        width: 100%;
        text-align: left;
    }

    .workDetailContainer {
        padding-top: 50px;
    }

    .detailRow {
        padding-left: 0;
    }

    .detailTitle {
        margin-top: 30px;
    }

    .tags {
        margin-top: 40px;
    }


    .workBrief {
        width: 100%;
        text-align: justify !important;
    }

    .workTag {
        margin-left: 0px;
    }

}

@media screen and (max-width: 576px){

    .workDetailContainer {
        padding-top: 50px;
    }

    .listAll {
        margin-top: 15px;
    }

    .detailRow {
        padding-left: 0;
    }

    .detailTitle {
        margin-top: 30px;
    }

    .tags {
        margin-top: 40px;
    }

}

.workPre {
    color: #fff;
    opacity: .5;
}

.projectImgList img{
    width: 100% !important;
    margin-bottom: 15px;
}

.projectImgList video {
    width: 100% !important;
    height: auto;
}






/*自定义样式*/

@media screen and (min-width: 768px) {

    .workDetailCol {
        display: flex;
    }

    .col-cus {
        /*display: inline-flex;*/
        width: 100%;
        box-sizing: border-box;
    }

    .col-cus-1 {
        max-width: 10%;
        font-size: 16px;
    }

    .col-cus-3 {
        max-width: 30%;
        font-size: 16px;
    }

    .col-cus-4 {
        max-width: 40%;
        font-size: 16px;
    }

    .col-cus-6 {
        max-width: 60%;
        font-size: 1.25rem;
    }


    .goNext {
        position: fixed;
        display: block;
        width: 30%;
        left: 15px;
        bottom: 50px;
        font-size: 2rem;
        color: #808080;
        background-color: #000;
        z-index: 20;
        text-transform: uppercase;
        font-family: 'fontBold', 'hei';
    }

    .goNext:hover {
        text-decoration: none !important;
        font-family: 'fontBold', 'hei';
        color: #ff5a00 !important;
    }

    .goNext i {
        margin-left: 15px;
        font-size: 30px;
    }
    
}
/*自定义样式*/

@media screen and (max-width: 768px) {

    .workDetailCol {
        display: block;
    }

    .col-cus {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }


    .goNext {
        position: relative;
        display: block;
        width: 100%;
        left: 0px;
        bottom: 50px;
        font-size: 2rem;
        color: #808080;
        background-color: #000;
        z-index: 20;
        text-transform: uppercase;
        font-family: 'fontBold', 'hei';
    }

    .goNext:hover {
        text-decoration: none !important;
        font-family: 'fontBold', 'hei';
        color: #ff5a00 !important;
    }

    .goNext i {
        margin-left: 15px;
        font-size: 30px;
    }

}














.popTitle {
    position: fixed;
    display: none;
    left: 50vw;
    top: 50vh;
    width: auto;
    height: 35px;
    line-height: 24px;
    font-weight: bold;
    overflow: hidden;
    background-color: #fff;
    color: #000;
    padding: 5px 10px;
    z-index: 1000;
    border: 1px solid #000;
    transition: all 0.1s cubic-bezier(0,0,.2,1);
}


.popTitle.show {
    transition-delay: 0.3s;
    transition: all 0.2s cubic-bezier(0,0,.2,1);
}


.popTitle.hide {
    left: 0;
    top: 0;
}










