.dh-header{
    background-image: url(../images/dh-live/dh-bg.svg);
    background-size: 100%;
	background-repeat: no-repeat;
    width: 100%;
    height: 500px;
}

.modal-body {
    overflow-x: hidden;
}

.dh-header .container{
    position: relative;
    height: 100%;
}
.dh-header .container .btn{
    position: absolute;
    left: 50px;
    bottom: 115px;
}

.dh-about .container{
    position: relative;
}
.dh-about .container .title-box {
    margin-top: 80px;
    margin-bottom: 60px;
}
.dh-about .container .title-box h2{
    font-size: 36px;
    font-weight: 600;
    color: #1F2329;
}

.dh-about .content{
    padding-left: 100px;
    padding-bottom: 100px;
}

.dh-about .right-content{
    width: 1000px;
    height: 434px;
    border-radius: 16px;
    background: linear-gradient( 10deg, #0076FF 0%, #009BFF 100%);
    color: #fff;
    position: absolute;
    top: 130px;
    right: 85px;
    z-index: 1;
}

.image-container{
    width: 765px;
    position: relative;
    z-index: 2;
}

.content-image {
    display: none;
    /* max-width: 100%; */
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.content-image.active {
    display: block;
}

.dh-about .tab-box {
    display: flex;
    flex-direction: column;
    text-align: left;
    position: absolute;
    right:42px;
    top:30px;
}


.tab-box .tab-item {
    padding:24px 32px;
    width: 360px;
    cursor: pointer;
    border: 1px solid transparent;
}

.tab-item.active{
    background: rgba(255,255,255,0.2);
    border: 1px solid #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0px 4px 16px 0px rgba(0,95,202,0.1);
}

.tab-item .title{
    display: flex;
    align-items: center;
}

.title img{
    margin-right: 10px;
}


.dh-approach{
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #fff;
}

.dh-approach .content{
    display: flex;
    justify-content: center;
}
.content .item{
    width: 262px;
    height: 448px;
	background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right:24px;
    padding: 60px 24px;
    color:#fff;
    /* transition: width 0.1s; */
    margin-right:24px;
}

/* .content .item:hover{
    width: 574px;
} */

.content .item .title{
    font-size: 32px;
    margin-bottom: 20px;
}

.content .item .desc{
    font-size: 20px;
}

.content .item:first-child {
    width: 574px;
}

.content .item.hover-expand {
    width: 574px;
    /* background-color: red; */
}

.content .item:not(.hover-expand) {
    width: 262px;
}

.item.nb{
    background-image: url(../images/dh-live/cjnb2.svg);
	background-repeat: no-repeat;
    background-size: 100% 100%;
   
}

.item.hover-expand.nb{
    background-image: url(../images/dh-live/hover1.png);
}

.item.mh{
    background-image: url(../images/dh-live/cjmh.svg);
}

.item.hover-expand.mh{
    background-image: url(../images/dh-live/cjnmh.svg);
}

.item.jd{
    background-image: url(../images/dh-live/cjjd.svg);
}

.item.hover-expand.jd{
    background-image: url(../images/dh-live/hover3.png);
}

.item.xjb{
    background-image: url(../images/dh-live/cjxjb.svg);
}

.item.hover-expand.xjb{
    background-image: url(../images/dh-live/cjxjbh.svg);
}



.dh-process{
    padding-top:89px;
    background-image: url(../images/dh-live/hxbg.svg);
	background-repeat: no-repeat;
    height: 900px;
    background-size: 100%;
}

.dh-process .title-box{
    margin-bottom: 80px;
}

.dh-process .nav{
    margin-bottom: 64px;
}

.dh-process .nav-link{
    background: rgba(255,255,255,0.1);
    border-radius: 8px 8px 8px 8px;
    margin-right:20px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.dh-process .tab-content{
    margin-top: 40px;
}

.dh-process .tab-pane-content{
    width:100%;
    position: relative;
    padding-left: 50px;
    z-index: 1;
}

.dh-process .tab-pane-content .text-box{
    position: absolute;
    right: 185px;
    top: 70px;
    background: #1A1A1B;
    z-index: -1;
    width: 422px;
    height: 375px;
    border-radius: 0 16px 16px 0;
    padding-left: 40px;
    padding-right: 20px;
    padding-top: 46px;
    color: #fff;
    word-break: break-all;
}

.tab-pane-content .text-box .title{
    font-size: 24px;
}

.tab-pane-content .text-box .desc{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 24px;
}

.tab-pane-content .text-box .info{
    padding-left: 17px;
    font-size: 12px;
    color: rgba(255,255,255,0.8);
}

.tab-pane-content .text-box .detail-desc{
    font-size: 12px;
    color: rgba(255,255,255,0.8);
}


.dh-clients{
    padding:90px 0 0 0;
    width: 100%;
    height: 840px;
    background-image: url(../images/dh-live/anli.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/* background-position: center center; */
}

.dh-clients .dh-clients-title{
    margin-bottom: 37px;
}

.dh-clients .nav-link{
    width: 240px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    margin-bottom: 40px;
}

.swiper-container{
    padding-left: 40px;
}

.swiper-container .video-item{
    width: 350px;
    height: 520px;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-container .video-box{
    padding:4px 4px 0 4px;
}

.swiper-container .video-item-hover .video-box,
.swiper-container .video-box:hover{
    border: 4px solid #007EFF;
    border-radius: 28px;
}

.swiper-container .video-item video{
    /* width: 290px; */
    height: 495px;
    border-radius: 22px;
}

.swiper-container .video-item .play-btn{
    position: absolute;
    bottom: 240px;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
}


.dh-pricing {
    background-color: #fff;
    padding:100px 0;
}
.dh-pricing .title-box{
    margin-bottom: 60px;
}

.dh-pricing .container{
    display: flex;
    justify-content: center;
}

.dh-pricing .left-col{
    margin-right: 24px;
}

.dh-pricing .col-item{
    width: 708px;
    padding: 32px;
    box-sizing: border-box;
    background-color: #F4F8FF;
    border-radius: 16px;
    margin-bottom: 24px;
    position: relative;
}

.col-item img{
    height: 100%;
    width: auto;
    position: absolute;
    right:0;
    bottom: 0;
}

.col-item .item-text {
    max-width: 55%;
}

.col-item .item-text .title{
    color:#1F2329;
    font-size: 24px;
    margin-bottom: 20px;
}

.col-item .item-text .desc{
    font-size: 16px;
    color: #5A6470;
    margin-bottom: 16px;
}

.left-col .col-item:first-child{
    height: 326px;
}

.left-col .col-item:nth-child(2){
    height: 380px;
}

.left-col .col-item:nth-child(3){
    height: 380px;
}

.right-col .col-item:first-child{
    height: 380px;
}

.right-col .col-item:nth-child(2){
    height: 380px;
}

.right-col .col-item:nth-child(3){
    height: 326px;
}

.dh-version{
    box-sizing: border-box;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F0F7FF;
}

.dh-version h2{
    margin-bottom: 10px;
}

.dh-version .container{
    margin-top:60px;
    width: 100%;
    height: 515px;;
    background-image: url(../images/dh-short-video/1-3bg.svg);
	background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    padding:40px;
    box-sizing: border-box;
    border-radius: 16px;
    overflow: hidden;
}

.dh-version .container .item{
    width: 390px;
    height: 435px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.dh-version .container .left{
    display: flex;
}

.dh-version .container .left-item{
    background-color: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 23px;
}

.dh-version .container .left-item:first-child{
    margin-right: 38px;
}

.left-item .title{
    /* width: 248px; */
    padding: 0px 15px;
    height: 52px;
    font-size: 28px;
    color: #1F2329;
    text-align: center;
    line-height: 52px;
    /* margin-bottom: 12px; */
} 

.left-item .desc{
    color: #5A6470;
    font-size: 18px;
}

.dh-version .right {
    display: flex;
    align-items: center;
}

.dh-version .right-item {
    background-image: url(../images/dh-live/3.0.svg);
	background-repeat: no-repeat;
    background-size: auto 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 23px;
    border-radius: 16px;
}

.right-item .title{
    color:#fff;
    font-size: 28px;
    padding: 0px 15px;
    height: 52px;
    line-height: 50px;
    background-color: #0077FE;
    margin-bottom: 5px;
    border-radius: 3px;
}

.right-item .desc{
    color: #fff;
    font-size: 18px;
    /* margin-bottom: 10px; */

}