.body-container{
    font-family: 'Space Grotesk', sans-serif;
}
.dig-slider{
    height: 400px;
}
.dig-swiper-slide{
    height: 400px;
    background: url("../img/digit/wenwu_banner.png") no-repeat center center;
    background-size: contain;
}
.dig-swiper-slide-conent{
    height: 400px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.dig-swiper-slide-conent-title{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 150px;
}
.dig-swiper-slide-conent-desc{
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}
.dig-title{
    color: #274FEC;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    position: relative;
    padding-left: 80px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 100px;
}
.dig-title::before{
    content: "";
    width: 50px;
    height: 2px;
    background-color: #274FEC;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.dig-bigtitle{
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Space Grotesk', sans-serif;
    margin-bottom: 50px;
}

.effect{
    margin: 0 auto;
    width: 1200px;
}
.effect-content{
    background: #fff;
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 6%);
    padding: 30px;
    border-radius: 20px;
}
.effect-content iframe{
    width: 100%;
    height: 600px;
    display: block;   
}
.viewing-content{
    background: #F9FBFF;
    margin-top: 50px;
    padding-bottom: 100px;
}
.viewing-box{
    width: 1200px;
    margin: 0 auto;
}
.viewing-flow{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}
.viewing-card{
}
.viewing-card-imgbox{
    width: 260px;
    height: 300px;
    border-radius: 10px;
    position: relative;
}
.viewing-card-imgbox img{ 
    width: 260px;
    height: 300px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.viewing-card-desc{
    width: 260px;
    height: 300px;
    background: rgba(40,110,250, 0.9);
    border-radius: 10px;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 9;
    padding: 20px;
    font-size: 16px;
    color: #fff;
    text-indent: 2em;
    line-height: 2;
    padding-top: 100px;
    border:1px solid #274FEC;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.viewing-card-imgbox:hover .viewing-card-desc{
    opacity: 1;
}
.viewing-card-title{
    font-size: 24px;
    margin-top: 20px;
    text-align: center;
}

.present{
    /* border: 1px solid; */
}
.present-content{
    width: 1200px;
    margin: 0 auto;
}
.present-content-box,.present-content-box2{
    border-bottom: 1px solid #E5E5E5; 
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 50px;
    padding-top: 50px;
}
.present-content-box-left,.present-content-box2-left{
    width: calc(50% - 20px);
}
.present-content-box-right,.present-content-box2-right{
    width: calc(50% - 20px);
}
.present-content-box-title{
    font-size: 28px;
    color: #333;
}
.present-content-box-desc{
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}
.present-content-cardbox{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 40px;
}
.present-content-card{ 
}
.present-content-card-img{
    width: 30px;
    height: 30px;
    margin: 0 auto;
}
.present-content-card-img img{ 
    width: 30px;
    height: 30px;
}
.present-content-card-title{
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-top: 10px;
}
.present-content-box2:last-child{
    border-bottom: none;
}

.service{
    background: #F9FBFF;
    padding-bottom: 150px;
}
.service-content{ 
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.service-box-img{
    height: 140px;
    width: 140px;
    margin: 0 auto;
    background: #ebf2ff;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.servicehover{
    display: none;
}
.service-box-img:hover{
    background: #274FEC;
    transition: all 0.3s ease-in-out;
}
.service-box-img img{
    height: 56px;
    width: 56px;
}
.service-box-img:hover img{
    display: none;
}
.service-box-img:hover .service-box-tig{
    color: #274FEC;
}
.service-box-img:hover .servicehover{
    display: block;
}
.service-box-tig{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #fff;
    line-height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.1);
    font-size: 24px;
    position: absolute;
    right: -15px;
    top: 10px;
}
.service-box-desc{
    margin-top: 25px;
    text-align: center;
}
.service-box-title{
    font-size: 24px;
    margin-bottom: 5px;
}
.service-box-title-dc{
    font-size: 16px;
    color: #676767;
}
.case-content{
    padding: 50px 0;
}
.case-title{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 50px;
}
.case-box{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    overflow: hidden;
}
.case-box-item{
    width: calc( 100% / 4 - 10px);
    position: relative;
}
.case-box-item img{ 
    width: 100%;
    border-radius: 10px;
}
.case-box-name{
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .dig-swiper-slide-conent{
        width: 100%;
        text-align: center;
    }
    .dig-swiper-slide{
        background-size: cover;
    }
    .effect{
        width: calc(100% - 40px);
        margin: 0 20px;
    }
    .viewing-box{
        width: 100%;
    }
    .viewing-flow{
        flex-wrap: wrap;
        justify-content: center;
    }
    .present-content{
        width: calc(100% - 40px);
        margin: 0 20px;
    }
    .present-content-box,.present-content-box2{
        display: block;
    }
    .present-content-box-left,.present-content-box2-left{
        width: 100%;
    }
    .present-content-box-right,.present-content-box2-right{
        width: 100%;
    }
    .present-content-box-left img{
        width: 100%;
    }
    .present-content-box2-right img{
        width: 100%;
    }
    .service-content{
        width: calc(100% - 40px);
        margin: 0 20px;
        display: block;
    }
    .case-box{
        width: calc(100% - 40px);
        margin: 0 20px;
        flex-wrap: wrap;
    }
    .case-box-item{
        width: calc( 100% / 2 - 10px);
    }
}
