.dh-header{
    background-image: url(../images/mobile-dh-short-video/cover1.png);
	background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 305px;
    position: relative;
}

.modal-body {
    overflow: hidden;
}

.dh-header .container{
    position: relative;
    height: 100%;
}
.dh-header .container .btn{
    position: absolute;
    left: 50px;
    bottom: 115px;
}


.dh-about {
    background-color: #fff;
    padding:50px 0 0;
}

.dh-about .title{
    font-size: 22px;
    color:rgba(31, 35, 41, 1);
    margin-bottom: 24px;
    text-align: center;
}

.dh-about .content{
    background: #EFF7FF;
    border-radius: 12px;
    padding: 24px 1rem 0;
}

.dh-about .content .small-title{
    color: rgba(31, 35, 41, 1);
    font-size: 16px;
    margin-bottom: 1rem;
}

.dh-about .content .desc{
    color:rgba(90, 100, 112, 1);
    font-size: 12px;
    line-height: 1.3rem;
    margin-bottom: 10px;
}


.dh-approach{
    box-sizing: border-box;
    padding: 50px 1rem;
    background-color: #fff;
}

.dh-approach h2{
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
    color: #1F2329;
}

.dh-approach .content{
    display: flex;
    flex-direction: column;
}

.dh-approach .content .top{
    background: #F0F7FF;
    border-radius: 8px 8px 8px 8px;
    padding:12px;
}

.dh-approach .content .top-item{
    display: flex;
    /* justify-content: space-between; */
    margin-bottom: 12px;
}

.dh-approach .content .top-item:last-child{
    margin-bottom: 0;
}

.dh-approach .content .top-item .desc{
    color: rgba(90, 100, 112, 1);
    font-size: 12px;
    margin-left: 10px;
    line-height: 1.3rem;
}

.dh-approach .content .middle{
    text-align: center;
    margin-top: -20px;
}

.dh-approach .content .down{
    width: 100%;
    height: 128px;
    background-image: url(../images/mobile-dh-short-video/cover5.png);
	background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.down-box{
    position: absolute;
    right:23px;
    top:35px;
}

.down-title{
    padding:4px 8px;
    color:#fff;
    background: linear-gradient( 270deg, #0076FF 0%, #009BFF 100%);
    border-radius: 50px;
    font-size: 15px;
    margin-bottom: 16px;
    text-align: center;
}

.down-desc{
    text-align: center;
    font-size: 15px;
    color:#fff;
}







.dh-process{
    padding:50px 0;
    background-image: url(../images/mobile-dh-short-video/bg1.png);
    background-size: 100% 100%;
	background-repeat: no-repeat;
    height: auto;
    background-color: #2C2C2D;
    /* background-size: 100% 100%; */
}

.dh-process .container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dh-process .hx-item{
    width: 100%;
    height: 132px;
    box-sizing: border-box;
    border-radius: 8px;
    background: rgba(255,255,255,0.1);
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left:24px;
}

.hx-item .title{
    font-size: 18px;
    margin-bottom: 8px;
}

.hx-item .desc{
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6)
}

.hx-item .right-img{
    height: 100%;
    width: 122px;
}



.dh-process .title-box{
    margin-bottom: 30px;
}

.dh-process .title-box .desc{
    margin-top: 18px;
    font-size: 20px;
    color: #fff;
}

.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: -24px;
    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;
    font-weight: bold;
    margin-bottom: 6px;
}

.col-item .item-text .desc{
    line-height: 18px;
}



.dh-team{
    width: 100%;
    height: 169px;
    background-image: url(../images/mobile-dh-short-video/bg2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
    padding: 2rem 1rem;
}

.dh-team .container {
    position: relative;
    height: 100%;
}

.dh-team .container .title{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.dh-team .container .desc{
    font-size: 12px;
    color: #FFFFFF;
    margin: 0.5rem auto 1rem
}

.dh-team .btn-light{
    /* position: absolute;
    left:158px;
    bottom: 30px;    */
    color:#0077FE!important;
}

.dh-clients{
    padding:50px 0;
    width: 100%;
    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: 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-slide {
    margin-right: 10px;
  }

.swiper-container{
    /* padding-left: 40px; */
}

.swiper-container .video-item{
    width: 290px;
    height: 520px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 4px solid transparent; */
}

.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;
}