:root{
    --themeColor:#00A0E9;
}
@keyframes bounce {
    0% {
        transform: translateY(0); /* 初始位置 */
    }
    50% {
        transform: translateY(-10px); /* 向上移动 10px */
    }
    70% {
        transform: translateY(5px); /* 向下弹起 5px */
    }
    100% {
        transform: translateY(0); /* 回到初始位置 */
    }
}
.w{
    width:1440px;
    margin:0 auto;
    box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
    .w{
        width:100%;
        padding:0 5%;
    }
}
.space{
    height:2.5rem;
}
.waveContainer {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%
}

.waves {
    height: 13vh;
    margin-bottom: -5px;
    max-height: 170px;
    min-height: 120px;
    position: relative;
    width: 100%
}

.useXlinkG > use {
    animation: move-forever-16697418 26s cubic-bezier(.17, .16, .53, .84) infinite
}

.useXlinkG > use:first-child {
    animation-delay: -2s;
    animation-duration: 7s
}

.useXlinkG > use:nth-child(2) {
    animation-delay: -2s;
    animation-duration: 11s
}

.useXlinkG > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 15s
}

.useXlinkG > use:nth-child(4) {
    animation-delay: -4s;
    animation-duration: 17s
}

@keyframes move-forever-16697418 {
    0% {
        transform: translate3d(-90px, 0, 0)
    }
    to {
        transform: translate3d(85px, 0, 0)
    }
}

@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px
    }

    h1 {
        font-size: 24px !important;
    }
}

.htmlContainer {
    overflow: hidden;
    width: 100%
}

.htmlContainer p {
    width: 100%
}

.htmlContainer img {
    height: auto;
    width: 100%
}

.commonProductTitle {
    margin: 30px 0px;
    font-size: 24px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
    .commonProductTitle {
        font-size: 20px;
    }
}
.checkMoreButton {
    margin:0px 0px 30px ;
}
.productDetailLayout .commonProblemContainer {
    width:1200px;
    margin: 0 auto;
    box-sizing: border-box
}
@media screen and (max-width: 1200px) {
    .productDetailLayout .commonProblemContainer {
        width: 100%;
        padding: 0 5%;
    }
}
.productDetailLayout .commonProblemContainer .commonProblemList {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 4%
}

.productDetailLayout .commonProblemContainer .commonProblemList .tipsText {
    color: #666;
    font-size: .875rem;
    padding: 3.25rem 0;
    text-align: center
}

.productDetailLayout .updateLogContainer {
    align-items: center;
    background: #f4f6f8;
    display: flex;
    flex-direction: column
}

.productDetailLayout .updateLogContainer .checkMoreButton button {
    background-color: #605ca8;
    border: none;
    border-radius: 30px;
    color: #fff;
    padding: 15px 25px
}

.productDetailLayout .updateLogContainer .title02 {
    color: #888;
    font-size: 1rem;
    max-width: 700px;
    padding-bottom: 20px;
    text-align: center
}

.productDetailLayout .updateLogContainer .timeLineContainer {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    justify-content: center;
    margin: 2.5rem 0;
    position: relative
}

.productDetailLayout .updateLogContainer .timeLineContainer:before {
    background: #ccc;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 3px
}

.productDetailLayout .updateLogContainer .timeLineContainer .timeLineItem {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%
}

.productDetailLayout .updateLogContainer .timeLineContainer .timeLineItem:nth-child(2n) {
    flex-direction: row-reverse
}

.productDetailLayout .updateLogContainer .timeLineContainer .timeLineItem:nth-child(2n) .timeLineItemRight {
    left: 32%;
    right: 0
}

.productDetailLayout .updateLogContainer .timeLineContainer .timeLineItem:nth-child(2n) .timeLineItemRight:after {
    border-left: 20px solid #737ab4;
    border-right: none;
    content: "";
    left: 100%;
    transform: translateY(-50%)
}

.productDetailLayout .updateLogContainer .timeLineContainer .timeLineItem:nth-child(2n) .timeLineItemLeft:after {
    border-left: none;
    border-right: 20px solid #fff;
    right: 100%
}

@media screen and (max-width: 992px) {
    .productDetailLayout .updateLogContainer .timeLineContainer .timeLineItem:nth-child(2n) .timeLineItemRight {
        left: 18%
    }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
    .productDetailLayout .updateLogContainer .timeLineContainer .timeLineItem:nth-child(2n) .timeLineItemRight {
        left: 8%
    }
}

.productDetailLayout .updateLogContainer .timeLineContainer .timeLineItem .timelineIcon {
    background-color: #fff;
    border: 2px solid #888;
    border-radius: 50%;
    height: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px
}

.productDetailLayout .updateLogContainer .timeLineContainer .timeLineItem .timelineIcon:before {
    background-color: #737ab4;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px
}

.productDetailLayout .updateLogContainer .timeLineContainer .timeLineItem .timeLineItemRight {
    align-items: center;
    background-color: #737ab4;
    color: #fff;
    display: flex;
    height: 2.5rem;
    justify-content: center;
    padding: 0 1.5rem;
    position: absolute;
    right: 32%;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    width: 7.8125rem
}

.productDetailLayout .updateLogContainer .timeLineContainer .timeLineItem .timeLineItemRight:after {
    border-bottom: 20px solid transparent;
    border-right: 20px solid #737ab4;
    border-top: 20px solid transparent;
    content: "";
    left: -20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.productDetailLayout .updateLogContainer .timeLineContainer .timeLineItem .timeLineItemLeft {
    align-items: flex-start;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.975rem 2.5rem;
    position: relative;
    width: 45%
}

.productDetailLayout .updateLogContainer .timeLineContainer .timeLineItem .timeLineItemLeft:after {
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fff;
    border-top: 20px solid transparent;
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%)
}

.productDetailLayout .updateLogContainer .timeLineContainer .timeLineItem .timeLineItemLeft .version {
    align-items: flex-end;
    display: flex;
    gap: 1.25rem
}

.productDetailLayout .updateLogContainer .timeLineContainer .timeLineItem .timeLineItemLeft .version .versionNum {
    color: #00a0e9;
    font-size: 28px;
    font-weight: 600
}

.productDetailLayout .updateLogContainer .timeLineContainer .timeLineItem .timeLineItemLeft .version .versionMain {
    color: #888;
    font-size: 14px
}

.productDetailLayout .updateLogContainer .timeLineContainer .timeLineItem:first-child:before {
    background: #fff;
    border: 2px solid #d6d5d5;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 10px
}

.productDetailLayout .updateLogContainer .timeLineContainer .timeLineItem:last-child:before {
    background: #fff;
    border: 2px solid #d6d5d5;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 10px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 10px
}

@media screen and (max-width: 992px) {
    .productDetailLayout .updateLogContainer .timeLineContainer .timeLineItem .timeLineItemRight {
        right: 18%
    }

    .productDetailLayout .updateLogContainer .timeLineContainer .timeLineItem .timeLineItemLeft {
        padding: .975rem 1.5rem
    }

    .productDetailLayout .updateLogContainer .timeLineContainer .timeLineItem .timeLineItemLeft .version {
        align-items: flex-start;
        flex-direction: column;
        gap: .625rem
    }
}

@media screen and (max-width: 768px) {
    .productDetailLayout .updateLogContainer .timeLineContainer .timeLineItem .timeLineItemRight {
        right: 8%
    }

    .productDetailLayout .updateLogContainer .timeLineContainer .timeLineItem {
        gap: .625rem
    }
}

.productDetailLayout .screenShotContainer {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%
}

.productDetailLayout .screenShotContainer .swiperContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.875rem;
    width: 100%
}

.productDetailLayout .screenShotContainer .swiperContainer .swiperContentContainer .mySwiper01 {
    height: 100%;
    max-width: 1440px
}

.productDetailLayout .screenShotContainer .swiperContainer .swiperContentContainer .mySwiper01 .swiper-slide {
    align-items: center;
    display: flex;
    font-size: 18px;
    height: 450px;
    justify-content: center;
    text-align: center;
    width: 100%
}

.productDetailLayout .screenShotContainer .swiperContainer .swiperContentContainer .mySwiper01 .swiper-slide img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: auto
}

.productDetailLayout .screenShotContainer .swiperContainer .swiperContentContainer .mySwiper01 .swiper-slide {
    width: 55%
}

.productDetailLayout .screenShotContainer .swiperContainer .changeSwiperContainer {
    display: flex;
    gap: 1.25rem;
    justify-content: center
}

.productDetailLayout .screenShotContainer .swiperContainer .changeSwiperContainer .changeSwiperButton {
    border: none;
    border-radius: .625rem;
    cursor: pointer;
    padding: .625rem 1.875rem
}

.productDetailLayout .screenShotContainer .swiperContainer .changeSwiperContainer .changeSwiperButton.primary {
    background-color: #00a0e9;
    color: #fff
}

.productDetailLayout .banner {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 80px);
    position: relative;
    width: 100%
}

.productDetailLayout .banner .bannerContent {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.productDetailLayout .banner .mask {
    background: linear-gradient(#363f48d9, #363f48d9);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.productDetailLayout .banner .bannerInfo {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 5rem;
    height: 100%;
    justify-content: center;
    width: 100%
}

.productDetailLayout .banner .bannerInfo .buttonFuncContaienr {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
    z-index: 1
}

.productDetailLayout .banner .bannerInfo .buttonFuncContaienr .buttonContainer {
    display: flex;
    gap: 1.5rem;
    justify-content: space-between
}

.productDetailLayout .banner .bannerInfo .buttonFuncContaienr .buttonContainer .layui-btn {
    height: 48px;
    padding: 0 30px
}

.productDetailLayout .banner .bannerInfo .buttonFuncContaienr .functionContainer {
    display: flex;
    gap: 1.55rem;
    justify-content: center;
}

.productDetailLayout .banner .bannerInfo .buttonFuncContaienr .functionContainer .functionItem {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    gap: .5rem
}

.productDetailLayout .banner .bannerInfo .info {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    justify-content: center;
    z-index: 1
}

.productDetailLayout .banner .bannerInfo .info .systemTitle {
    color: #fff;
    font-size: 3.2rem;
    font-weight: 600;
    text-align: center
}

.productDetailLayout .banner .bannerInfo .info .systemDesc {
    color: #bbb;
    font-size: 1.3rem;
    text-align: center;
    width: 60%
}

@media screen and (max-width: 768px) {
    .productDetailLayout .banner .bannerInfo .info .systemTitle {
        font-size: 2.1rem
    }

    .productDetailLayout .banner .bannerInfo .info .systemDesc {
        width: 100%
    }
}

.productDetailLayout .banner {
    height: 90vh;
}

.ProductImage h1, h2, h3, h4 {
    margin: 10px 0 !important;
}

.ProductImage {
    text-align: left;
    width: 100%;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow: hidden;
}
.ProductImage p {
    margin: 1px 0;
    text-indent: 2em;
    word-break: break-all;
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
    line-height: 1.5;
    text-align: left;
}

.ProductImage img {
    margin-bottom: 0px;
    width: 100%;
    height: auto;
}

@media (max-width: 992px) {
    #Reviewinfo .ProductImage {
        text-align: center;
        padding-bottom: 40px;
    }

    .ProductImage img {
        width: 100% !important;
        height: auto !important;
    }
}

.button {
    width: 80%;
    margin: 0 auto 40px;
    display: flex;
    justify-content: center;
}
@media (max-width: 992px) {
    .button {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}
.button button {
    cursor: pointer;
    width: 120px;
    height: 40px;
    margin: 0 50px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.customized{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.titleBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.titleBox .title{
    font-size:24px;
    font-weight: 600;
    color: #333;
}
@media (max-width: 768px) {
    .titleBox .title{
        font-size:20px;
    }
}
.titleBox .subtitle{
    font-size:14px;
    color: #999;
    max-width: 40%;
    text-align: center;
    line-height: 1.5;
}
.customizedList{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 992px) {
    .customizedList{
       flex-wrap: wrap;
    }
}
.customizedList .customizedItem{
    /* 一行五个 */
    flex:0 1 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;;
    padding: 20px;
    gap: 30px;
    position: relative;
}
.customizedList .customizedItem .icon:hover img{
    animation: bounce 0.3s ease-in-out;
}
@media (max-width: 768px) {
    .customizedList .customizedItem{
        flex:0 1 50%;
        gap:10px;
    }
}
.customizedItem .icon{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color:var(--themeColor);
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 992px) {
    .customizedItem .icon{
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 768px) {
    .customizedItem .icon{
        width: 60px;
        height: 60px;
    }
}
.customizedItem .icon img{
    width:50%;
    height: 50%;
    object-fit: cover;
}
.customizedItem .info{
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    color:#7b7b7b;
    font-size: 14px;
}
.customizedItem .line{
    background-repeat: no-repeat;
    height: 30px;
    width: 80px;
    background-image: url(/static/image/lineIcon.png);
    background-size: cover;
    position: absolute;
    left: 100%;
    top: 20%;
    transform: translateX(-50%);
}
.customizedItem:nth-child(2n) .line{
    transform: translateX(-50%) rotateX(180deg);
}
.customizedItem:last-child .line{
    display: none;
}
@media (max-width: 992px) {
    .customizedItem .line{
        display: none;
    }
}
.speech-bubble {
    background: var(--themeColor);
    color: #fff;
    padding: 18%;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    left: 45%;
    transform: translateX(-50%);
    font-size: 32px;
}
@media (max-width: 992px) {
    .speech-bubble {
        font-size: 24px;
    }
}
@media (max-width:768px){
    .speech-bubble {
       left:150%;
    }
}
/* 如果需要尖角效果，可以添加以下代码 */
.speech-bubble::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 30px;
    border-width: 51px 20px 0;
    border-style: solid;
    transform: rotate(-45deg);
    border-color: var(--themeColor) transparent transparent transparent;
}
@media (max-width: 768px) {
    .speech-bubble::after {
        right:unset;
        left:30px;
        transform: rotate(45deg);
        border-width: 31px 10px 0;
    }
}
.solutions{
    background-color: #f5f5f7;
}
.solutionsContainer{
    display: flex;
    justify-content:space-between;
    gap: 40px;
}
@media (max-width: 768px) {
    .solutionsContainer{
        flex-direction: column;
    }
}
.solutionsContainer .bubble{
    width: 30%;
}
@media (max-width: 768px) {
    .solutionsContainer .bubble{
        width: 50%;
    }
}
.solutionsContainer .info{
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color:#333;
}
@media (max-width: 768px) {
    .solutionsContainer .info{
        width: 100%;
    }
}
.solutionsContainer .info .title{
    font-size:24px;
    font-weight:600;
}
@media (max-width: 768px) {
    .solutionsContainer .info .title{
        font-size:20px;
    }
}
.solutionsContainer .info .subtitle{
    font-size:14px;
}
.solutionsContainer .info .card{
    display: flex;
    max-height:19.6875rem;
    background-color: #fff;
}
@media (max-width: 768px) {
    .solutionsContainer .info .card{
        flex-direction: column-reverse;
        max-height:unset;
    }
}
.info .card .cardLeft{
    width:40%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    padding: 30px;
    box-sizing: border-box;
}
@media (max-width: 768px){
    .info .card .cardLeft{
        width:100%;
    }
}
.card .cardLeft .cardLeftTitle{

    display: flex;

    flex-direction: column;
    gap: 12px;
}

.cardLeftTitle span:nth-child(1){
    font-size:20px;
    font-weight:600;
}
@media (max-width: 768px){
    .cardLeftTitle span:nth-child(1){
        font-size:18px;
    }
}
.cardLeftTitle span:nth-child(2){
    font-size:14px;
}
.cardLeftTitle span:nth-child(3){
    font-size:12px;
    color:#979494;
    display: flex;
    align-item:center;
    gap: 10px;
}
.cardPrice .price{
    font-size:32px;
    color: #D04949;
    font-weight:600;
}
.cardPrice .unit{
    font-size:12px;
    color:#333;
}
.consultBtn{
    cursor: pointer;
    width: 140px;
    height: 40px;
    background-color: var(--themeColor);
    color:#fff;
    font-size:14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border:none;
}
.card .cardRight{
    width:60%;
}
@media (max-width: 768px){
    .card .cardRight{
        width:100%;
    }
}
.cardRight img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customerCaseSwiper .swiper-slide{
    width: 520px;
    height: 408px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
    transition: all .3s ease-in-out;
}

@media (max-width: 992px) {
    .customerCaseSwiper .swiper-slide{
        width: 400px;
        height: auto;
    }
}
@media (max-width: 768px) {
    .customerCaseSwiper .swiper-slide{
        width: 360px;
    }
}
.customerCaseSwiper .swiper-slide img{
    width:100%;
    max-height:310px;
    object-fit: cover;
}
.customerCaseSwiper .swiper-slide span{
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
    display: block;
    width: 100%;
}
.customerCaseSwiper .swiper{
    padding: 2% 0 5%;
}
@media (max-width: 768px) {
    .customerCaseSwiper .swiper{
        padding: 2% 0 40px;
    }
}
.questionsList{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.questionsList .questionsItem{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.questionsItem .top{
    display: flex;
    align-items: center;
    font-size:18px;
    font-weight: 600;
    gap: 10px;
}
@media (max-width: 768px) {
    .questionsItem .top{
        font-size:18px;
    }
}
.questionsItem .bottom{
    font-size:14px;
    padding-left: 30px;
}

.caseBanner{
    width:100%;
    height:350px;
    background: -webkit-linear-gradient(350.705597976759deg, rgba(255, 255, 255, 1) 23%, rgba(196, 231, 245, 1) 70%);
    background: -moz-linear-gradient(99.2944020232411deg, rgba(255, 255, 255, 1) 23%, rgba(196, 231, 245, 1) 70%);
    background: linear-gradient(99.2944020232411deg, rgba(255, 255, 255, 1) 23%, rgba(196, 231, 245, 1) 70%);
}
.caseBannerContainer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
}
.caseBannerContainer .info{
   max-width:30rem;
   display: flex;
   flex-direction: column;
   gap: 20px;
   position: relative;
   z-index: 1;
}
.caseBannerContainer .info .infoTitle{
    font-size:48px;
    font-weight:600;
}
@media (max-width: 1440px) {
    .caseBannerContainer .info .infoTitle{
        font-size:32px;
    }
}
@media (max-width: 992px) {
    .caseBannerContainer .info .infoTitle{
        font-size:24px;
    }
}
.caseBannerContainer .info .infoSubTitle{
    font-size:32px;
}
@media (max-width: 1440px) {
    .caseBannerContainer .info .infoSubTitle{
        font-size:24px;
    }
}
@media (max-width: 992px) {
    .caseBannerContainer .info .infoSubTitle{
        font-size:18px;
    }
}
.caseBannerContainer .img{
    max-width:32.9375rem;
    max-height:20rem;
    position:absolute;
    right: 0;
}
@media (max-width: 768px) {
    .caseBannerContainer .img{
        max-width: 15.9375rem;;
    }
}
.caseBannerContainer .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


