﻿
    * {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    body {
        background: #f3f3f3;
        width: 100vw;
    }
    /*顶部横幅*/
    .top {
        display: flex;
        height: 18vw;
        align-items: center;
        width: 100vw;
        background-color: white;
    }

    .other {
        top: 18vw;
        position: absolute;
    }

    .top img:first-child {
        width: 13vw;
        height: 13vw;
        margin-left: 2vw;
    }

    .top .logotext {
        display: flex;
        flex-direction: column;
        height: 13vw;
    }

        .top .logotext img {
            width: 24vw;
            margin-top: 1vw;
            margin-left: 2vw;
            height: 7vw;
        }

        .top .logotext small {
            line-height: 6vw;
            margin-left: 2vw;
            font-family: SourceHanSansCN-Medium;
            font-size: 3.5vw;
            font-weight: normal;
            font-stretch: normal;
            letter-spacing: 0px;
            color: #999999;
        }

    .top .downBtn {
        right: 2vw;
        top: 5vw;
        position: unset;
        width: 26vw;
        height: 7.3vw;
        border-radius: 1rem;
        -moz-border-radius: 1rem;
        -webkit-border-radius: 1rem;
        border: solid 1px #2ad176;
        opacity: 0.9;
        text-align: center;
    }

        .top .downBtn a {
            text-decoration: none;
        }

            .top .downBtn a text {
                line-height: 7.3vw;
                font-family: SourceHanSansCN-Regular;
                font-size: 4vw;
                font-weight: normal;
                font-stretch: normal;
                letter-spacing: 0px;
                color: #2ad176;
                opacity: 0.9;
            }


    .play {
        width: 100vw;
        height: 56vw;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

        .play .cover {
            display: flex;
            position: absolute;
            z-index: 99;
            width: 100vw;
            height: 56vw;
            align-items: center;
            justify-content: center;
            background-repeat: no-repeat;
            background-size: cover;
            left: 0;
            top: 0;
        }

            .play .cover .cover-play {
                width: 20vw;
                height: 19.44vw;
                display: flex;
                justify-content: center;
                flex-direction: column;
            }

    .cover-play img {
        width: 13vw;
        height: 13vw;
        margin-bottom: 1vw;
        margin-left: auto;
        margin-right: auto;
    }

    .cover-play text {
        height: 4.44vw;
        font-size: 4.44vw;
        line-height: 4.44vw;
        color: #ffffff;
        font-family: "SourceHanSansCN-Normal","Arial","Microsoft YaHei","黑体","宋体",sans-serif;
        text-shadow: #0aa24f 1px 0 0, #0aa24f 0 1px 0, #0aa24f -1px 0 0, #0aa24f 0 -1px 0;
        margin: 0 auto 0 auto;
    }

    .play audio {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100vw;
    }

    .info {
        display: flex;
        align-items: center;
        width: 100vw;
        height: 16vw;
        position: relative;
        background-color: white;
    }

        .info div:first-child {
            display: flex;
            flex-direction: column;
            margin-left: 2.5vw;
            margin-top: 0;
            width: auto;
            height: 14vw;
        }

            .info div:first-child text {
                font-family: SourceHanSansCN-Regular;
                font-size: 4.5vw;
                font-weight: normal;
                font-stretch: normal;
                line-height: 8vw;
                color: #333333;
                width: auto;
                text-align: left;
            }

            .info div:first-child small {
                width: 204px;
                height: 29px;
                font-family: SourceHanSansCN-Medium;
                font-size: 3vw;
                font-weight: normal;
                font-stretch: normal;
                line-height: 4vw;
                letter-spacing: 0px;
                color: #999999;
                width: auto;
                text-align: left;
            }

        .info .secondDiv {
            display: flex;
            flex-direction: column;
            position: absolute;
            right: 1vw;
            top: 0.8vw;
            height: 14vw;
            width: 21vw;
            align-items: center;
        }

            .info .secondDiv img {
                width: 14vw;
                height: 10vw;
                margin-left: 6vw;
            }

            .info .secondDiv .DianZan-selected {
                width: 8vw;
                height: 8vw;
                margin-top: 2vw;
                margin-right: 5vw;
            }

            .info .secondDiv text {
                font-family: SourceHanSansCN-Regular;
                font-size: 3vw;
                font-weight: normal;
                font-stretch: normal;
                letter-spacing: 0vw;
                color: #fc82a5;
            }

    .toDown {
        display: flex;
        width: 100vw;
        height: 20vw;
        align-items: center;
        justify-content: center;
        background-color: white;
        margin-top: 1.8vw;
    }

        .toDown text {
            width: 81vw;
            height: 10vw;
            border-radius: 5vw;
            border: 0.28vw solid #2ad176;
            font-family: "SourceHanSansCN-Normal","Arial","Microsoft YaHei","黑体","宋体",sans-serif;
            font-size: 4.44vw;
            line-height: 10vw;
            letter-spacing: 0vw;
            color: #2ad176;
        }

        .toDown img {
            width: 80.74vw;
            height: 10vw;
            border-radius: 5vw;
            border: solid 0.28vw #2ad176;
        }

    .list {
        display: flex;
        width: 100vw;
        margin-top: 2vw;
        flex-wrap: wrap;
        background-color: white;
    }

    .list-head {
        width: 100vw;
        display: flex;
        height: 10vw;
        align-items: center;
        position: relative;
        margin-left: 2.5vw;
        margin-right: 2.5vw;
    }

        .list-head img {
            width: 4vw;
            height: 4vw;
        }

        .list-head text {
            height: 4vw;
            font-size: 4vw;
            line-height: 4vw;
            margin-left: 1vw;
            color: #666666;
        }

        .list-head div {
            display: flex;
            position: absolute;
            right: 2vw;
            top: 3vw;
            height: 3vw;
            color: #2ad176;
            font-size: 3vw;
            align-items: center;
            line-height: 3vw;
            text-decoration: none;
        }

            .list-head div img {
                width: 2vw;
                height: 2vw;
                margin-left: 0.3vw;
            }

    .item {
        width: 45vw;
        height: 38vw;
        background-color: #ffffff;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 2.5vw 2vw 2.5vw;
        position: relative;
        overflow: hidden;
    }
        /*.item .bgImg {
    width: 45vw;
    height: 27vw;
    background-color: #decece;
    border-radius: 2vw 2vw 0vw 0vw;
    border: solid 0vw #d8d8d8;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    background-color: #f5f9ff;
    z-index:5;
}*/
        .item .bgImg {
            width: 45vw;
            height: 27vw;
            border-radius: 1.85vw 1.85vw 1.85vw 1.85vw;
            border: solid 0.09vw #d8d8d8;
            overflow: hidden;
            position: relative;
        }

        .item .mImg {
            width: 45vw;
            height: 27vw;
            filter: blur(9px);
            position: absolute;
            top: 0;
            left: 0;
            z-index: 5;
        }
        /*.item .bgImg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: blur(20px);
    z-index: -1;
    background-image: url(./resource/images/bg1.jpg);
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}*/
        .item .mhDiv {
            width: 45vw;
            height: 27vw;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 10;
        }

            .item .mhDiv .mhImg {
                max-height: 27vw;
                margin-left: auto;
                margin-right: auto;
            }

        .item b {
            font-size: 4vw;
            line-height: 6vw;
            width: 45vw;
            height: 6vw;
            color: #333333;
            font-weight: 400;
            text-align: left;
            overflow:hidden;
        }

        .item .name {
            height: 4vw;
            display: flex;
            width: 45vw;
            align-items: center;
        }

            .item .name text {
                height: 4vw;
                line-height: 4vw;
                font-size: 3vw;
                text-align: left;
                color: #999999;
            }

    .about-Me {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100vw;
        height: 107vw;
        background-image: url(TellaStory_Works_Share2/bg.png);
        background-size: contain;
        background-position-y: bottom;
        background-repeat: no-repeat;
        margin-top: 2vw;
        background-color: white;
    }

    .a-title {
        display: flex;
        margin-top: 3vw;
        height: 7vw;
    }

        .a-title img {
            width: 4vw;
            height: 4vw;
            margin-left: 2.5vw;
            margin-right: 2vw;
        }

        .a-title text {
            height: 4vw;
            line-height: 4vw;
            font-size: 4vw;
            color: #666666;
        }

    .about-Me .img1 {
        width: 48vw;
        height: 12vw;
        margin-bottom: 4vw;
        margin: 0 auto 4vw auto;
    }

    .about-Me .text1 {
        font-size: 4vw;
        color: #333333;
        line-height: 7vw;
        margin: 0 auto 0 auto;
    }

    .about-Me .text2 {
        font-size: 3.8vw;
        color: #333333;
        line-height: 8vw;
        margin: 0 auto 0 auto;
    }

    .about-Me .img2 {
        width: 31vw;
        height: 31vw;
        margin: 4vw auto 4vw auto;
    }

    .about-Me .text3 {
        font-size: 4vw;
        height: 4vw;
        line-height: 4vw;
        color: #999999;
        margin: 0 auto 0 auto;
    }

    .about-Me .text4 {
        display: flex;
        font-size: 3.8vw;
        height: 4vw;
        line-height: 4vw;
        color: #999999;
        margin: 3vw auto 0 auto;
    }

        .about-Me .text4 .img3 {
            width: 8vw;
            height: 4vw;
        }

    .toTop {
        width: 11vw;
        height: 20vw;
        position: fixed;
        bottom: 10vw;
        opacity: 0;
        right: 1vw;
        flex: 99;
    }

    #myVideo {
        width: 100vw;
        height: 56vw;
        object-fit: fill
    }