.video {
    user-select: none;
    pointer-events: none;
}

.huijian-intro {
    position: relative;
    width: 100%;
    padding-top: 160px;
    padding-bottom: 80px;
    overflow: hidden;
    background-color: rgba(240, 244, 255, 0.5);
}


.huijian-intro-container_des {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

.huijian-intro-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.huijian-intro-container h1 {
    text-align: center;
    width: 100%;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    color: #1F2329;
}


.huijian-intro-container p {
    text-align: center;
    width: 800px;
    font-size: 16px;
    margin: 40px 0;
    line-height: 1.6;
}

.huijian-intro-container img {
    width: 1000px;
    margin-top: 30px;
}

.huijian-doc {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.huijian-doc-container {
    display: flex;
    position: relative;
    transition: background-image .2s ease-in;
}

.huijian-doc-container-left {
    width: 42vw;
    height: calc(100vh - 70px);
    margin: 0px 0px 0px;
    float: none;
    padding: 0px;
    border: 0px;
    border-spacing: 0px;
    font-size: 1em;
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
}


.huijian-doc-2 .huijian-doc-container-left {}

.huijian-doc-container-right {
    height: 100%;
    inset: 0px 0px auto 50vw;
    background-color: rgb(225, 234, 255);
    position: absolute;
    width: auto;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    transition: background-color .5s ease;
    overflow: hidden;
}

.huijian-doc-2 .huijian-doc-container-right {
    inset: 0 50vw auto 0;
}

.huijian-doc-container-right-fixed {
    margin-top: 0px;
    position: fixed;
    top: 70px
}

.huijian-doc-container-right-no-fixed {
    position: absolute;
}


.huijian-doc-container-circle {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    display: none;
    transform: translate3d(-50%, -50%, 0);
    transition: background-color .5s ease;
    height: calc(83vh - 58.1px);
    width: calc(83vh - 58.1px);
    background-color: rgb(217, 228, 255);
}


.huijian-doc-2 .huijian-doc-container-circle {
    transform: translate3d(50%, -50%, 0);
}



.huijian-doc-container-title-box {
    display: flex;
    align-items: center;
    z-index: 0;
    flex-shrink: 0;
    height: calc(100vh - 70px);
    position: static;
    width: auto;
    padding-left: 16vw;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

.huijian-doc-2 .huijian-doc-container-title-box {
    padding-right: 16vw;
    padding-left: 10vw;
}

.huijian-doc-container-title-box-fixed {
    position: fixed;
    top: 70px;
}

.huijian-doc-container-title-box-no-fixed {
    transform: translateY(1430px);
    position: static;
}


.huijian-doc-slides-img-icon {
    width: 48px;
    height: 48px;
}

.huijian-doc-slides-img-title {
    margin-top: 24px;
}

.huijian-doc-slides-img-title {
    position: relative;
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    color: #1f2329;
    margin-top: 24px;
    max-width: 370px;
}

.huijian-doc-slides-img-descList {
    margin-top: 24px;
}

.animation {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: transform 1.2s cubic-bezier(.25, .74, .22, .99), opacity 1.2s cubic-bezier(.25, .74, .22, .99);

}


.huijian-doc-slides-img-descriptions-item {
    display: none
}

.huijian-doc-slides-img-descriptions-item p {
    margin: 20px 0px;
    line-height: 1.6;
    width: 360px;
}


.huijian-doc-slides-img-info h3 {
    display: inline-block;
    margin: 0;
    white-space: pre-wrap;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 400;
}



.huijian-doc-slides {
    width: 729px;
    min-width: 729px;
    left: 50px;
    position: relative;
    z-index: 1;
    flex-grow: 1;
    display: inline-block;
}

.huijian-doc-2 .huijian-doc-slides {
    left: -50px;
    right: 50px;
}

.huijian-doc-slides-item {
    display: flex;
    align-items: center;
    height: calc(100vh - 70px);
}

.huijian-doc-slides-Wrapper {
    width: 100%;
    height: auto;
}

.huijian-doc-slides-img-img {
    position: relative;
    min-width: 660px;
    width: 100%;
    height: auto;
    border-radius: 8px;
    /* box-shadow: 0 5.98891px 23.9556px rgb(31 35 41 / 8%); */
}


.show {
    display: block;
}


.hide {
    display: none;
}




/** roll **/
.roll {
    width: 100%;
    height: 300px;
    margin: 40px auto;
}

.roll ul {
    position: relative;

}

.roll li {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all 2s;
    padding: 12px 45px 12px 35px;
    font-size: 22px;
    text-align: center;
    list-style: none;
}

.roll li a {
    position: relative;
    color: #333;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
}

.roll li a .time {
    position: absolute;
    right: 0;
}

.roll li.roll_1 {
    opacity: 0.5;
    top: 0;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}

.roll li.roll_2 {
    opacity: 0.8;
    top: 35px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.roll li.roll_3 {
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
    top: 78px;
    height: 48px;
}

.roll li.roll_4 {
    opacity: 0.8;
    top: 125px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.roll li.roll_5 {
    opacity: 0.5;
    top: 160px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}

.roll li.roll_hide {
    opacity: 0;
    top: 185px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}



.scrollindicator {
    display: block;
    opacity: .75;
    position: fixed;
    z-index: 50;
    bottom: 40px;
    text-align: center;
}

.scrollarrows {
    width: 22px;
    height: 42px;
    margin-top: 10px
}

.scroll-description {
    /* animation: scd 6s infinite;
    -webkit-animation: scd 6s infinite */
    font-size: 18px;
    font-weight: 600;
    color: #3f73f6;
}

.scrollarrows path {
    stroke: #3f73f6;
    fill: transparent;
    stroke-width: 2px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite
}

@keyframes arrow {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes arrow {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes scd {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes scd {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.scrollarrows path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s
}

.scrollarrows path.a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s
}

.scrollarrows path.a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s
}

.huijian-developer {
    color: #fff;
   
    padding-top: 80px;
    display: block;
    position: relative;
    height: 1214.75px;
}

.huijian-developer__container {
    align-items: flex-start;
    display: flex;
    height: calc(100vh - 60px);
    justify-content: center;
    overflow: hidden;
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    height: 891px;
    top: 60px;

}


.home-intro {
    display: block;
    position: relative;
    height: 1214.75px;
    background-image: linear-gradient(272.36deg, #587fff -3.14%, #385ed9 93.45%);

}



.home-intro__container {
    align-items: flex-start;
    display: flex;
    height: calc(100vh - 60px);
    justify-content: center;
    overflow: hidden;
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    height: 891px;
    top: 60px;

}

.home-intro__title {
    position: absolute;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%) translateY(280px);

}

.home-intro__des{
    position: absolute;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%) translateY(320px);
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
}

.home-intro__title .title {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 52.8px;
    height: 52.8px;
}

.home-intro__icon{
    display: flex;
    width: 120px;
    height: 120px;
    cursor: pointer;
    text-align: center;
    position: absolute;
}


.huijian-developer-title {
    width: 100%;
    text-align: center;
    color: #0b2640;
}

.huijian-developer p {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
}



.huijian-price {
    padding: 80px 0px;
}

.huijian-price-table {
    width: 1200px;
    margin: 0 auto;
}



table,
table tr th,
table tr td {
    border: 1px solid #eee;
    padding: 10px;
}

table tr th {
    background: #e5f2ff;
    color: #1F2329;
}

table {
    width: 60vw;
    min-height: 25px;
    line-height: 25px;
    text-align: center;
    border-collapse: collapse;
    padding: 2px;
    margin: 40px auto;

}

table tr:nth-child(even) {
    background: #f2f2f2;
}



/** 价值 **/
.huijian-value {
    padding: 80px 0px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}

.huijian-value .info-wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 618px;
    width: 51.5%;
}

.huijian-value .info-wrapper img {
    width: 100%;
}

.huijian-value .info-wrapper .info-ul {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.huijian-value .info-wrapper .info-ul .info-li.li1,
.huijian-value .info-wrapper .info-ul .info-li.li2,
.huijian-value .info-wrapper .info-ul .info-li.li3 {
    top: 0;
    left: 90%;
    text-align: left;
}

.huijian-value .info-wrapper .info-ul .info-li .info-tit {
    margin-bottom: 7px;
    font-size: 20px;
    font-weight: 500;
    color: #0b2640;
    line-height: 28px;
}

.container-wrapper .huijian-value-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.container-wrapper .huijian-value-container .container-title-box {
    padding-bottom: 37px;
}

.huijian-value .info-wrapper .info-ul .info-li {
    position: absolute;
    display: inline-block;
    max-width: 280px;
    width: 46%;
}


.huijian-value .info-wrapper .info-ul .info-li.li2 {
    top: 40%;
    left: 100%;
}

.huijian-value .info-wrapper .info-ul .info-li.li3 {
    top: 80%;
    left: 90%;
}


.info-wrapper .info-ul .info-li.li4,
.huijian-value .info-wrapper .info-ul .info-li.li5,
.huijian-value .info-wrapper .info-ul .info-li.li6 {
    top: 0;
    right: 90%;
    text-align: right;
}

.huijian-value .info-wrapper .info-ul .info-li.li5 {
    top: 40%;
    right: 100%;
}

.huijian-value .info-wrapper .info-ul .info-li.li6 {
    top: 80%;
    right: 90%;
}

.huijian-value-container-content {
    padding-top: 40px;
}

.intro-list {
    margin-top: 0px;
}

.intro-list .intro-list-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 32px;
}

.intro-list .intro-list-item svg {
    margin-right: 10px;
}