body {
    margin: 0;
    padding: 0;
    color: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.container {
    width: 100vw;
    height: 100vh;
    max-width: 650px;
    margin: 0px auto;
    position: relative;
}

.container .article-box {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 650px;
    overflow: hidden;
}

.container .article-box .progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 120px;
    height: 10px;
    background: #fff;
    border: 1px solid #b00000;
    border-radius: 3vw;
    margin-top: 224px;
    margin-left: 0px;
    overflow: hidden;
}

.container .article-box .progress .progress-status {
    position: absolute;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    left: 0;
    top: 0;
    width: 0%;
    height: 10px;
    background: linear-gradient(to right, #ffe6a3, #ffc04f);
}

.container .article-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: url("https://image.cns.com.cn/default/358008ac/20240927/FengMianDiTu.jpg") no-repeat;
    background-size: 100% 100%;
    max-width: 650px;
    overflow: hidden;
    background-position: center;
}

.container .article-one .word {
    width: 124px;
    height: 329px;
    background: url("https://image.cns.com.cn/default/358008ac/20240927/yuzongshuji.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 14vh;
    opacity: 0;
    animation: fadeIn 2s ease-in-out forwards;
}

.container .article-one .guiding {
    position: absolute;
    bottom: 142px;
    text-align: center;
    animation: gradientOpacity 4s linear forwards;
}

.container .article-one .getInto{
    display: none;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 58%;
    left: 66%;
}

.container .article-one .getInto div{
    width: 55px;
    height: 67px;
    background: url("https://image.cns.com.cn/default/358008ac/20241017/ShouZhi.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 30%;
    left: 30%;
    animation: finger 2s linear infinite;
    z-index: 100;
    // display: none;
}

@keyframes finger {
    0% {
        width: 43px;
        height: 57px;
        opacity: 1;
    }

    50% {
        width: 36px;
        height: 45px;
        opacity: 0.5;
    }

    100% {
        width: 43px;
        height: 57px;
        opacity: 1;
    }
}

/* 封面逐字动画 开始*/
@supports (-webkit-overflow-scrolling: touch) {

    /* 仅针对iOS的样式调整 */
    p {
        font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
        line-height: 1.5;
        vertical-align: baseline;
        text-combine-upright: all;
    }
}

p {
    text-combine-upright: all;
}

.animated-text {
    font-size: 1em;
    text-align: left;
    padding: 0 8vw;
    text-indent: 2em;
    display: block;
    width: 84vw;
    overflow: hidden;
    text-align: left;
    letter-spacing: 0.05em;
    /* 根据需要微调间距 */
    word-spacing: 0.1em;
}

/* 针对宽度小于768px的屏幕 */
@media screen and (max-width: 768px) {
    /* 在这里写入针对移动设备的样式 */

}

/* 针对宽度大于或等于768px的屏幕 */
@media screen and (min-width: 768px) {

    /* 写入针对桌面浏览器的样式 */
    .animated-text {
        width: 550px;
    }
    .article-two .first_con .listPage img{top: 0px;}
    .article-two .first_con .getPeople {width: 165px !important;height: 315px !important;}
    .article-two .first_con video{width: 60% !important;top: 19% !important;left: 20% !important;}
    .article-two .two_con .getPeople{width: 172px !important;height: 351px !important;bottom: 58% !important;}
    .article-two .two_con video{width: 60% !important;left: 20% !important;top: 13% !important;}
    .article-two .third_con .getPeople{width: 155px !important;height: 333px !important;bottom: 51% !important;left: 46% !important;}
    .article-two .third_con .peopleContent{top: 21% !important;
        height: auto !important;
        padding-bottom: 32px !important;
        background-size: 100% 100% !important;}
    .article-two .third_con .peopleContent img:first-child{width: 64% !important;}
    .article-two .third_con .peopleContent img:last-child{width: 85% !important;}
    .article-two .two_con .peopleContent{padding-top: 42px !important;}
    .article-two .four_con .getPeople{width: 140px !important;height: 291px !important;bottom: 25% !important;left: 47% !important;}
    .article-two .four_con video{width: 60% !important;top: 12% !important;left: 20% !important;}
    .article-two .four_con .peopleContent{top: 30% !important;
        height: auto !important;
        background-size: 100% 100% !important;
        padding-bottom: 32px !important;
        width: 80% !important;
        left: 5% !important;}
    .contentRedAni{z-index: 9999 !important;}
    .article-two .peopleGuiding{top: 32% !important;}

}

.animated-text span {
    opacity: 0;
    animation: fadeIn 0.1s ease-in-out forwards;
    font-family: 'PingFang SC', 'Microsoft YaHei', '微软雅黑', sans-serif;
    text-align: justify;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
    vertical-align: baseline;
    font-family: 'STHeiti', 'Heiti SC', 'PingFang SC', 'Microsoft YaHei', '微软雅黑', sans-serif;
    text-combine-upright: all;
}

.article-one .redsilk img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 50vh;
    display: block;
}

/* 继续为每个字符添加animation-delay */

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

/* 封面逐字动画 结束*/

.page {
    width: 100%;
    height: 100%;
    display: none;
}

.article-two .first {
    display: block;
}

.article-two .cont_cloud {}

.article-two .cont_cloud .yun_01 {
    width: 650px;
    height: 481px;
    background: url("https://image.cns.com.cn/default/358008ac/20240927/Yun2.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 24vh;
    left: 0vw;
    z-index: 99;
}

.article-two .cont_cloud .yun_02 {
    width: 650px;
    height: 340px;
    background: url("https://image.cns.com.cn/default/358008ac/20240927/Yun3.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 24vh;
    right: 0vw;
    z-index: 99;
}

@keyframes yun_01 {
    0% {
        top: 24vh;
        left: -20vw
    }

    100% {
        top: 24vh;
        left: -140vw;
    }
}

@keyframes yun_02 {
    0% {
        top: 24vh;
        right: -18vw;
    }

    100% {
        top: 24vh;
        right: -140vw;
    }
}

.article-two .first {
    display: block;
}

.article-two .first_con {
    height: 100vh;
    background: url("https://image.cns.com.cn/default/358008ac/20240927/MuLuYeBeiJing.jpg") no-repeat;
    background-size: 100% 100%;
}

.article-two .first_con .directory {
    padding: 82px 0 0 0;
    position: absolute;
    top: 0px;
}

.article-two .first_con .directory div div {
    float: left;
    width: 20%;
    opacity: 0;
}

.article-two .first_con .directory div img {
    width: 100%
}

@keyframes gradientOpacitymulu01 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.6;
    }
}

@keyframes gradientOpacitymulu02 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.7;
    }
}

@keyframes gradientOpacitymulu03 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.8;
    }
}

.article-two .first_con .road {
    position: absolute;
    bottom: 0px;
}

.article-two .first_con .road img {
    width: 100%
}

/* // 目录页 */
.article-two .first_con .listPage {}

.article-two .first_con .listPage img {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.article-two .first_con .smallbird {}

.article-two .first_con .smallbird img {
    display: none;
    width: 100%;
    position: absolute;
    top: 0px;
}

.article-two .first_con .redsilk {
    display: none;
}

.article-two .first_con .redsilk img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100vw;
    height: 100vh;
}
.article-two .first_con .getPeople{
    position: absolute;
    bottom: 41%;
    left: 30px;
    width: 100px;
    height: 275px;
    display: none;
}

.article-two .first_con .getPeople div{
    width: 55px;
    height: 67px;
    background: url(https://image.cns.com.cn/default/358008ac/20241017/ShouZhi.png) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0%;
    right: 22%;
    animation: finger 2s linear infinite;
    z-index: 100;
}

.article-two .peopleGuidingMulu {
    display: none;
    position: absolute;
    top: 96px;
    left: 48px;
    width: 80px;
}

.article-two .peopleGuidingMulu img {
    width: 100%;
}

.article-two .peopleGuiding {
    position: absolute;
    display: none;
    top: 36%;
    padding: 26px 6% 23%;
    font-size: 19px;
    color: #490000;
    ;
    z-index: 999;
    background: url(https://image.cns.com.cn/default/358008ac/20241016/ChunWenZiYuLuDeWenZiKuang.png) no-repeat;
    background-size: 100%;
    position: absolute;
    background-size: 100% 100%;
    width: 78%;
    left: 5%;
}

.article-two .peopleGuiding img {
    width: 100%;
}

.article-two .first_con .getPeopleGuiding {
    display: none;
    position: absolute;
    top: 61%;
    right: 14%;
    width: 100px;
    height: 100px;
    z-index: 10000;
}
.article-two .first_con .getPeopleGuiding div{
    width: 55px;
    height: 67px;
    background: url(https://image.cns.com.cn/default/358008ac/20241017/ShouZhi.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 40%;
    left: 40%;
    animation: finger 2s linear infinite;
}

.article-two .first_con .peopleContent {
    display: none;
    position: absolute;
    top: 38%;
    padding: 120px 5% 0px;
    color: #672828;
    font-size: 16px;
    line-height: 1.4;
    background: url(https://image.cns.com.cn/default/358008ac/20241016/ShiPinHeTuXiaDeWenZiKuang.png) no-repeat;
    background-size: 100%;
    width: 84%;
    left: 3%;
    height: 349px;
    overflow-y: auto;
    z-index: 9;
}

.article-two .first_con video {
    width: 80%;
    position: absolute;
    top: 20%;
    z-index: 99;
    left: 10%;
    display: none;
}

.article-two .first_con .comeon {
    display: none;
    background: url(https://image.cns.com.cn/default/358008ac/20241016/JiXuQianJin-JiaoBiao.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0px;
    right: 0%;
    width: 175px;
    height: 62px;
}

@keyframes gradientOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes gradientOpacity0 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.article-two .two_con {
    height: 100vh;
    background: url("https://image.cns.com.cn/default/358008ac/20240927/MuLuYeBeiJing.jpg") no-repeat;
    background-size: 100% 100%;
}

.article-two .two_con .directory {
    padding: 50px 0 0 8%;
    opacity: 0;
}

.article-two .two_con .directory div {
    float: left;
    width: 20%
}

.article-two .two_con .directory div img {
    width: 100%
}

.article-two .two_con .road {
    position: absolute;
    bottom: 0px;
}

.article-two .two_con .road img {
    width: 100%
}

.article-two .two_con .redsilk {
    display: none;
}

.article-two .two_con .redsilk img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100vw;
    height: 100vh;
}
.article-two .two_con .getPeople{
    width: 150px;
    height: 200px;
    position: absolute;
    bottom: 40%;
    left: 37%;
    z-index: 999;
    display: none;
}
.article-two .two_con .getPeople div{
    width: 55px;
    height: 67px;
    background: url(https://image.cns.com.cn/default/358008ac/20241017/ShouZhi.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 10%;
    animation: finger 2s linear infinite;
    z-index: 100;
}

.article-two .two_con video {
    width: 80%;
    position: absolute;
    top: 23%;
    z-index: 99;
    left: 10%;
    display: none;
}

.article-two .two_con .getPeopleGuiding {
    display: none;
    position: absolute;
    top: 57%;
    right: 14%;
    width: 100px;
    height: 100px;
    z-index: 10000;
}
.article-two .two_con .getPeopleGuiding div{
    width: 55px;
    height: 67px;
    background: url(https://image.cns.com.cn/default/358008ac/20241017/ShouZhi.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 44%;
    right: 14%;
    animation: finger 2s linear infinite;
}

.article-two .two_con .peopleContent {
    display: none;
    position: absolute;
    top: 36%;
    padding: 120px 5% 0px;
    color: #672828;
    font-size: 14px;
    line-height: 1.4;
    background: url(https://image.cns.com.cn/default/358008ac/20241016/ShiPinHeTuXiaDeWenZiKuang.png) no-repeat;
    background-size: 100%;
    width: 84%;
    left: 3%;
    height: 451px;
    text-align: center;
    z-index: 9;
}

.article-two .two_con .comeon {
    display: none;
    background: url(https://image.cns.com.cn/default/358008ac/20241016/JiXuQianJin-JiaoBiao.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0px;
    right: 0%;
    width: 175px;
    height: 62px;
}

.article-two .third_con {
    height: 100vh;
    background: url("https://image.cns.com.cn/default/358008ac/20240927/MuLuYeBeiJing.jpg") no-repeat;
    background-size: 100% 100%;
}

.article-two .third_con .directory {
    padding: 50px 0 0 8%;
    opacity: 0;
}

.article-two .third_con .directory div {
    float: left;
    width: 20%
}

.article-two .third_con .directory div img {
    width: 100%
}

.article-two .third_con .road {
    position: absolute;
    bottom: 0px;
}

.article-two .third_con .road img {
    width: 100%
}

.article-two .third_con .redsilk {
    display: none;
}

.article-two .third_con .redsilk img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100vw;
    height: 100vh;
}

.article-two .third_con .getPeople{
    width: 150px;
    height: 200px;
    position: absolute;
    bottom: 35%;
    left: 46%;
    z-index: 999;
    display: none;
}
.article-two .third_con .getPeople div{
    width: 55px;
    height: 67px;
    background: url(https://image.cns.com.cn/default/358008ac/20241017/ShouZhi.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 71%;
    left: 71%;
    animation: finger 2s linear infinite;
    z-index: 100;
}
.article-two .third_con .getPeopleGuiding{
    display: none;
    position: absolute;
    top: 57%;
    right: 14%;
    width: 100px;
    height: 100px;
    z-index: 10000;
}
.article-two .third_con .getPeopleGuiding div{
    width: 55px;
    height: 67px;
    background: url(https://image.cns.com.cn/default/358008ac/20241017/ShouZhi.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 40%;
    right: 14%;
    animation: finger 2s linear infinite;
}

.article-two .third_con .peopleContent {
    display: none;
    position: absolute;
    top: 34%;
    padding: 10px 5% 0px;
    color: #672828;
    font-size: 16px;
    line-height: 1.4;
    background: url(https://image.cns.com.cn/default/358008ac/20241016/ShiPinHeTuXiaDeWenZiKuang.png) no-repeat;
    background-size: 100%;
    width: 84%;
    left: 3%;
    height: 444px;
    z-index: 9;
    text-align: center;
}

.article-two .third_con .comeon {
    display: none;
    background: url(https://image.cns.com.cn/default/358008ac/20241016/JiXuQianJin-JiaoBiao.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0px;
    right: 0%;
    width: 175px;
    height: 62px;
}

.article-two .four_con {
    height: 100vh;
    background: url("https://image.cns.com.cn/default/358008ac/20240927/MuLuYeBeiJing.jpg") no-repeat;
    background-size: 100% 100%;
}

.article-two .four_con .directory {
    padding: 50px 0 0 8%;
    opacity: 0;
}

.article-two .four_con .directory div {
    float: left;
    width: 20%
}

.article-two .four_con .directory div img {
    width: 100%
}

.article-two .four_con .road {
    position: absolute;
    bottom: 0px;
}

.article-two .four_con .road img {
    width: 100%
}

.article-two .four_con .redsilk {
    display: none;
}

.article-two .four_con .redsilk img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100vw;
    height: 100vh;
}
.article-two .four_con .getPeople{
    display: none;
    width: 174px;
    height: 267px;
    position: absolute;
    bottom: 43%;
    left: 40%;
    z-index: 999;
}
.article-two .four_con .getPeople div{
    width: 55px;
    height: 67px;
    background: url(https://image.cns.com.cn/default/358008ac/20241017/ShouZhi.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 63%;
    bottom: 5%;
    animation: finger 2s linear infinite;
    z-index: 100;

}

.article-two .four_con .getPeopleGuiding{
    display: none;
    position: absolute;
    top: 63%;
    right: 14%;
    width: 100px;
    height: 100px;
    z-index: 10000;
}
.article-two .four_con .getPeopleGuiding div{
    width: 55px;
    height: 67px;
    background: url(https://image.cns.com.cn/default/358008ac/20241017/ShouZhi.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 40%;
    right: 14%;
    animation: finger 2s linear infinite;
}

.article-two .four_con .peopleContent {
    display: none;
    position: absolute;
    top: 38%;
    padding: 120px 5% 0px;
    color: #672828;
    font-size: 16px;
    line-height: 1.4;
    background: url(https://image.cns.com.cn/default/358008ac/20241016/ShiPinHeTuXiaDeWenZiKuang.png) no-repeat;
    background-size: 100%;
    width: 84%;
    left: 3%;
    height: 349px;
    overflow-y: auto;
    z-index: 9;
}

.article-two .four_con video {
    width: 80%;
    position: absolute;
    top: 23%;
    z-index: 99;
    left: 10%;
    display: none;
}

.article-two .four_con .comeon {
    display: none;
    background: url(https://image.cns.com.cn/default/358008ac/20241016/JiXuQianJin-JiaoBiao.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0px;
    right: 0%;
    width: 175px;
    height: 62px;
}

.article-two .five_con {
    height: 100vh;
    background: url(https://www.chinanews.com.cn/fileftp/2024/10/2024-10-17/U947P4T47D54770F24533DT20241017151656.png) no-repeat top, 
    url(https://www.chinanews.com.cn/fileftp/2024/10/2024-10-17/U947P4T47D54770F24534DT20241017151656.jpg) no-repeat bottom;
    background-size: 100%;
    position: relative;
}

.article-two .five_con .button {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 39.5%;
    left: 7px;
    animation: speakbutton 2s linear infinite;
    display: none;
}

@keyframes speakbutton {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }

    50% {
        width: 35px;
        height: 35px;
        opacity: 0.7;
    }

    100% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }
}

.fifth-next-button {
    position: absolute;
    top:80%;
    right: 0;
}
.fifth-next-button img {
    width:90px;
    height: 25px;
}

.article-two .five_con .JieWeiYeYuLu img {
    width: 80%;
    position: absolute;
    top: 40%;
    left: 10%;
}

.article-two .six_con {}

.article-two .six_con .sixred {}

.article-two .six_con .sixred img {
    /* display: none; */
    width: 100%;
}

.contentRedAni {
    display: none;
    position: absolute;
    bottom: 0px;
    z-index: 99;
}

.contentRedAni img {
    width: 100%
}

@keyframes backgroundSize {
    0% {
        background-size: 100% 100%;
    }

    100% {
        background-size: 105% 105%;
    }
}

@keyframes keywordSmall {
    0% {
        width: 80px;
        left: 48px;
    }

    100% {
        width: 36px;
        ;
        left: 28px;
    }
}

/*音乐和logo start*/
.logo {
    position: absolute;
    bottom: 10px;
    right: 0px;
    width: 63px;
    height: 21px;
    background: url(https://www.chinanews.com.cn/fileftp/2024/09/2024-09-19/U947P4T47D54705F29953DT20240929182241.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 999;
}

/* music */
@-webkit-keyframes reverseRotataZ {
    0% {
        -webkit-transform: rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(-360deg);
    }
}

@-webkit-keyframes rotataZ {
    0% {
        -webkit-transform: rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
    }
}

.article-four {
    position: absolute;
    right: 20px;
    bottom: 7px;
    margin-top: 0;
    display: inline-block;
    z-index: 99999
}

.article-four #mc_play {
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: 70px;
    bottom: 7px;
}

.article-four #mc_play audio {
    width: 100%;
    height: 56px;
}

.article-four #mc_play.stop {
    background-position: left bottom;
}

.article-four #mc_play.on {
    background-position: 0px 1px;
    -webkit-animation: reverseRotataZ 3.2s linear infinite
}

#music_play_filter {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999998;
}

/*音乐和logo end*/

.JieWeiMingDan{
    position: absolute;
    top: 7%;
    text-align: center;
    display: none;
}
.JieWeiMingDan img{
    width: 85%;
}
.closeJieWeiMingDan{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 8%;
}