.dd-review-video-box{
    padding-bottom: 1.05rem;
}
.dd-review-video-box{
    padding-top: 0.60rem;
}
.dd-review-video-box-title{
    font-size: 0.24rem;
    color: #000000;
    height: 0.78rem;
    line-height: 0.78rem;
    border-bottom: 1px solid #bfbfbf;
}

.dd-review-video{
}

.dd-review-video-item{
    width: 3.82rem;
    height: 4.93rem;
    position: relative;
    float: left;
    margin-right: 0.23rem;
    background: #eeeeee;
    margin-top: 0.20rem;
}
.dd-review-video-item:hover{
    background: #e9fcff;
}
.dd-review-video-item:nth-child(3n+3){
    margin-right: 0;
}
.dd-review-video-pic{
    width: 3.82rem;
    height: 2.87rem;
    position: relative;
}
.dd-review-video-cover{
    width: 100%;
    height: 100%;
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.dd-review-video-btn{
    width: 100%;
    height: 100%;
    background: url("../../images/pc/brand/play-btn.png") no-repeat center;
    background-size: 0.60rem 0.60rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.dd-review-video-info-box{
    padding-top: 0.54rem;
    padding-left: 0.30rem;
    padding-right: 0.30rem;
}
.dd-review-video-title{
    font-size: 0.24rem;
    color: #212121;
    line-height: 0.24rem;
    height: 0.24rem;
}
.dd-review-video-info{
    font-size: 0.16rem;
    color: #212121;
    line-height: 0.30rem;
    margin-top: 0.20rem;
}


.dd-review-video-more-box{
    padding-top: 0.44rem;
    padding-bottom: 0.49rem;
    text-align: center;
}
.dd-review-video-more{
    font-size: 0.14rem;
    color: #ffffff;
    width: 1.94rem;
    height: 0.51rem;
    line-height: 0.51rem;
    text-align: center;
    display: inline-block;
    background: #00b4d5;
}

@media screen and (max-width:640px) {
    .dd-review-video-box{
        padding: 0 0.30rem;
        padding-bottom: 1.05rem;
    }
    .dd-review-video-box{
        padding-top: 0.60rem;
    }
    .dd-review-video-box-title{
        font-size: 0.24rem;
        color: #000000;
        height: 0.78rem;
        line-height: 0.78rem;
        border-bottom: 1px solid #bfbfbf;
    }

    .dd-review-video{
    }

    .dd-review-video-item{
        width: 5.90rem;
        height: 5.80rem;
        position: relative;
        float: none;
        margin-right: 0;
        background: #eeeeee;
        margin-top: 0.17rem;
    }
    .dd-review-video-item:hover{
        background: #e9fcff;
    }
    .dd-review-video-item:nth-child(3n+3){
        margin-right: 0;
    }
    .dd-review-video-pic{
        width: 5.90rem;
        height: 3.45rem;
        position: relative;
    }
    .dd-review-video-pic img{
        width: 5.90rem;
        height: 3.45rem;
    }
    .dd-review-video-cover{
        width: 100%;
        height: 100%;
        background: #000000;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    }
    .dd-review-video-btn{
        width: 100%;
        height: 100%;
        background: url("../../images/pc/brand/play-btn.png") no-repeat center;
        background-size: 0.60rem 0.60rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    }
    .dd-review-video-info-box{
        padding-top: 0.55rem;
        padding-left: 0.34rem;
        padding-right: 0.34rem;
    }
    .dd-review-video-title{
        font-size: 0.30rem;
        color: #000000;
        line-height: 0.30rem;
        height: 0.30rem;
    }
    .dd-review-video-info{
        font-size: 0.22rem;
        color: #787878;
        line-height: 0.32rem;
        margin-top: 0.30rem;
    }


    .dd-review-video-more-box{
        padding-top: 0.44rem;
        padding-bottom: 0.49rem;
        text-align: center;
    }
    .dd-review-video-more{
        font-size: 0.14rem;
        color: #ffffff;
        width: 1.94rem;
        height: 0.51rem;
        line-height: 0.51rem;
        text-align: center;
        display: inline-block;
        background: #00b4d5;
    }
}

