.dh-header{
    background-image: url(../images/mobile-dh-live/bg1.png);
    background-size: 100% 100%;
	background-repeat: no-repeat;
    width: 100%;
    height: 305px;
}

.modal-body {
    overflow-x: hidden;
}


.dh-about .container{
    position: relative;
    background-color: #fff;
}
.dh-about .container .title-box {
    padding-top: 50px;
    margin-bottom: 24px;
}
.dh-about .container .title-box h2{
    font-size: 22px;
    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;
}

.technology-box {
    padding: 60px 0 0;
    height: auto;
    background: #fff;
}
.technology-box .section-title h2{
    font-weight: 500;
    font-size: 22px;
    color: #1F2329;
}

.technology-box .section-row{
    display: block !important;
    background-color: transparent;
   margin-bottom: 24px !important;
}

.left-list{
    padding-left:0;
}

.left-list li,.left-list li.active{
    padding: 12px 16px;
    display: block;
    height: auto;
    background: #F0F7FF;border-radius: 8px 8px 8px 8px;
    margin-bottom: 8px;
    font-size: 18px;
}
.left-list li.active h3{
    color: #0077FE;
}

.left-list li h3{
    margin-left: 8px;
    font-size: 18px;
    font-weight: 500;
    color:  #1F2329;
}

.left-list li p{
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 1rem;
}

.left-list li .content{
    display: none;
}

.left-list li.active .content{
    display: block;
}

.left-list li img.active{
    display: none;
}

.left-list li.active img.active{
    display: block;
}
.left-list li.active img.hide{
    display: none;
}

.left-list .section-left{
    padding-left:0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-list .section-left .title{
    display: flex;
    align-items: center;
}
.left-list li img.icon {
    margin:0;
    width: 22px;
    height: 22px;
}


.dh-approach{
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}

.dh-approach .content{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.content .item{
	background-repeat: no-repeat;
    background-size: 100% 100%;
    color:#fff;
    padding: 60px 0;
    border-radius: 8px;
    flex: 1 1 calc(50% - 10px);
    text-align: center;
}

/* .content .item:hover{
    width: 574px;
} */

.content .item .title{
    font-size: 20px;
    margin-bottom: 6px;
}

.content .item .desc{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8)
}



.item.nb{
    background-image: url(../images/mobile-dh-live/hx1.png);
	background-repeat: no-repeat;
    background-size: 100% 100%;
   
}

.item.mh{
    background-image: url(../images/mobile-dh-live/hx2.png);
}


.item.jd{
    background-image: url(../images/mobile-dh-live/hx3.png);
}

.item.xjb{
    background-image: url(../images/mobile-dh-live/hx4.png);
}

.dh-process{
    padding:50px 0;
    background-image: url(../images/mobile-dh-short-video/bg1.png);
	background-repeat: no-repeat;
    /* height: 900px; */
    background-size: 100% 100%;
}

.dh-process .title-box{
    margin-bottom: 40px;
}

.dh-process  .nav-pills{
    padding: 0;
}

.dh-process .nav-box{
    margin-bottom: 10px;
    display: flex;
    gap:10px;
    padding:0 1rem;
    width: 100%;
}

.two-rows-tabs .nav-item {
    flex: 1 1 calc(50% - 5px);
    min-width: 120px;
}

.two-rows-tabs .nav-link {
    width: 100%;
    text-align: center;
}

.dh-process .nav-item{
    text-align: center;
    flex:1;
}
.dh-process .nav-link{
    background: rgba(255,255,255,0.1);
    border-radius: 4px;
    padding:4px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.dh-process .tab-content{
    margin-top: 20px;
}

.dh-process .tab-pane-content{
    width:100%;
}

.dh-process .tab-pane-content .text-box{
    color: #fff;
    margin-top: 34px;
    padding:0 1rem;
}

.tab-pane-content .text-box .title{
    font-size: 18px;
}

.tab-pane-content .text-box .desc{
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 16px;
}

.tab-pane-content .text-box .info{
    font-size: 12px;
    color: rgba(255,255,255,0.8);
    padding-left: 20px;
}

.tab-pane-content .text-box .detail-desc{
    font-size: 12px;
    color: rgba(255,255,255,0.8);
}


.dh-clients{
    padding: 50px 16px;
    width: 100%;
    background-image: url(../images/mobile-index/bg2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
    background-color: #061127
	/* background-position: center center; */
}

.dh-clients .dh-clients-title{
    margin-bottom: 40px;
}

.dh-clients .dh-clients-title h2{
    font-size: 22px;
}

.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-slide {
    margin-right: 10px;
  }

.swiper-container .video-item{
    width: 290px;
    height: 520px;
    border-radius: 16px;
    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 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:50px 0;
}
.dh-pricing .title-box{
    margin-bottom: 24px;
}

.dh-pricing .container{
    display: flex;
    flex-direction: column;
}

.dh-pricing .container .col-item{
    display: flex;
    justify-content: space-between;
    background: #F4F8FF;
    border-radius: 8px;
    padding:1rem 1rem 0;
    margin-bottom: 8px;
}
.col-item img{
    width: 131px;
    margin-left: -17px;
    margin-top: -10px;
}
.col-item:nth-child(2n) img{
    margin-right: -10px;
    /* margin-left: 10px; */
}



.col-item .item-text{
    font-size: 12px;
    color: rgba(90, 100, 112, 1);
    padding-right: 0px;
}

.col-item:nth-child(2n) .item-text{ 
    padding-right: 10px;
}


.col-item .item-text .title{
    color: rgba(31, 35, 41, 1);
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: bold;

}

.col-item .item-text .desc{
    line-height: 18px;
}

.dh-version{
    box-sizing: border-box;
    padding: 50px 1rem;
    background: #EDEDED;
}

.dh-version h2{
    margin-bottom: 5px;
    font-size: 22px;
}


.dh-version .content{
    margin-top:24px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
}

.dh-version .top-item{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    background-color: #fff;
    border-radius: 8px;
    padding:14px 14px 6px;
    font-size: 12px;
    color: #5A6470;
    text-align: center;
}

.dh-version .top-arrow{
    text-align: center;
    margin-top: -20px;
}

.dh-version .down-item{
    width: 100%;
    background-image: url(../images/mobile-dh-live/bg2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding:14px 14px;
}

.dh-version .down-item .right-text{
    margin-left: 20px;
    font-size: 14px;
    color:#fff;
}



