.app {
    overflow: hidden;
}

.pageOne {
    overflow: hidden;
}

.pageOne_title {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 33px;
    text-align: center;
    margin-top: 59px;
}

.pageOne_describe {
    width: 280px;
    height: 66px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    line-height: 22px;
    text-align: center;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 60px;

}

.pageTwo {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.pageTwo img {
    width: 100%;
    height: 100%;
    display: block;
}

.pageTwo_box {
    position: absolute;
    top: 60px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.pageTwo_box_img {
    display: flex;
    justify-content: center;
}

.pageTwo_box_img img {
    width: 105px;
    height: 35px;
}

.pageTwo_box_title {
    margin-top: 10px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 33px;
    text-align: center;
}

.pageTwo_box_describe {
    width: 314px;
    height: 110px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    line-height: 22px;
    margin: 0 auto;
    text-align: center;
}

.pageThree {
    background-image: url('https://hsimage.fotile.com/202309232000344292361.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 1103px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.pageThree_title {
    margin-top: 60px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 33px;
    text-align: center;
}

.pageThree_describe {
    width: 314px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 22px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}

.pageThree_box {
    margin-top: 255px;
}

.pageThree_box1 {
    position: relative;
}

.pageThree_box1_title {
    position: absolute;
    top: 265px;
    left: 25px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
}

.pageThree_box1_describe {
    width: 236px;
    font-size: 12px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    line-height: 17px;
    position: absolute;
    top: 325px;
    left: 25px;
}

.pageThree_box1_title1 {
    position: absolute;
    top: 335px;
    left: 25px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
}

.pageThree_box1_describe3 {
    width: 236px;
    font-size: 12px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    line-height: 17px;
    position: absolute;
    top: 375px;
    left: 25px;
}

.pageThree_box1_describe1 {
    position: absolute;
    width: 484px;
    left: 50px;
    bottom: 44px;
    zoom: 0.5;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
}

/* 分页 */
.paginations {
    /* position: absolute; */
    /* bottom: 59px !important;
    z-index: 1;
    right: 0 !important;
    left: 0 !important;
    margin: 0 auto; */
    z-index: 1;
    text-align: center;
}

.pageThree .swiper-pagination-bullet {
    width: 12px !important;
    height: 3px !important;
    display: inline-block;
    background: #fff !important;
    border-radius: 0 !important;
    opacity: 1 !important;
}

.pageThree .swiper-pagination-bullet-active {
    padding: 0px 0px;
    background: rgba(156, 29, 34, 1) !important;
    height: 3px !important;
    width: 61px !important;
}

.pageOne-icon {
    position: absolute;
    width: 100%;
    bottom: 12px;
    display: flex;
    z-index: 1;
    justify-content: center;
}

.pageOne-icon>.arrow {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}

.img-arrow2,
.img-arrow1 {
    width: 20px !important;
    height: 20px !important;
    animation: arrowTop 1.5s infinite ease-in-out;
}

.arrow .img-arrow2 {
    position: absolute;
    top: 0;
    left: 0;
    animation: arrowBottom 1.5s infinite ease-in-out;
}

@keyframes arrowTop {
    0% {
        opacity: 50%;
    }

    25% {
        opacity: 0%;
    }

    50% {
        opacity: 50%;
    }

    75% {
        opacity: 100%;
    }

    100% {
        opacity: 50%;
    }
}

@keyframes arrowBottom {
    0% {
        opacity: 50%;
    }

    25% {
        opacity: 100%;
    }

    50% {
        opacity: 50%;
    }

    75% {
        opacity: 0%;
    }

    100% {
        opacity: 50%;
    }
}


/* 第四屏幕 */
.pageFour {
    overflow-x: scroll;
    height: 573px;
    margin-bottom: 10px;
}

.pageFour img {
    width: auto;
    height: 100%;
    display: block;
}

/* 第五屏幕 */
.pageFive {
    overflow: hidden;
    position: relative;
    margin-bottom: 90px;
}

.pageFive img {
    width: 100%;
    height: 100%;
}

.pageFive_title {
    position: absolute;
    top: 60px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    right: 0;
    left: 0;
    margin: 0 auto;
}


/* 黑子 */
.pageFive_box {
    position: absolute;
    top: 409px;
    display: flex;
    justify-content: center;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.pageFive_box_left {
    overflow: hidden;
}

.pageFive_box_left>.pageFive_box_left_one {
    box-sizing: border-box;
    border-top: 1.67px solid #9FAAB0;
    border-bottom: 1.67px solid #9FAAB0;
    height: 33.4px;
    display: flex;
    width: 242px;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    zoom: 0.67;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #13191D;
}


.pageFive_box_right {
    overflow: hidden;
}

.pageFive_box_right>.pageFive_box_right_one {
    box-sizing: border-box;
    border-top: 1.67px solid #9FAAB0;
    border-bottom: 1.67px solid #9FAAB0;
    height: 33.4px;
    display: flex;
    width: 242px;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding-left: 24px;
    font-size: 12px;
    zoom: 0.67;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #13191D;
}
  /* 面包屑 */
  .breadcrumb{
    display: flex;
    height: 62px;
    line-height: 62px;
    /* width: 100%; */
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #61646A;
    background: #f5f5f5;
    position: relative;
}
.breadcrumb::after{
position: absolute;
clear: both;
content: "";
height: 1px;
background: rgba(220, 220, 220, 0.5);
left: 0;
right: 0;
bottom: 0;
display: block;
}

.breadcrumb_img{
display: flex;
justify-content: center;
align-items: center;
}
.breadcrumb_img img{
width: 20px;
height: 20px;
}