/* 模板pc端改版 start */
.vc {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.temBox_dclzn {
    width: 23.42%;
    float: left;
    margin-right: 25px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 45px;
}
.temBox_dclzn:nth-of-type(4n) {
    margin-right: 0;
}
.tem_dclzn {
    width: 100%;
    float: left;
    border: 2px solid #e4e4e4;
    margin-bottom: 22px;
    height: 467px;
    box-sizing: border-box;
    /* height: 460px; */
}
.tem_dclzn:nth-of-type(4n) {
    margin-right: 0px;
}
.pcBox_dclzn {
    position: relative;
}
.temImg_dclzn {
    width: 100%;
}
.temImg_dclzn img {
    width: 100%;
    margin-top: -4px;
}
.boImg_dclzn {
    padding: 0px 3px;
    box-sizing: border-box;
    height: 362px;
    position: relative;
}
.mask_dclzn {
    /* display: none; */
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(179, 180, 181, 0.31);
    transition: all 0.6s;
    cursor: pointer;
    opacity: 0;
}
.mask_dclzn:hover {
    opacity: 1;
}
.mask_dclzn .eye_dclzn {
    width: 33.33%;
    background: #f38f00;
    height: 99px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    margin: auto;
}
.eye_dclzn .vc {
    bottom: 20px;
}
.eye_dclzn .preview_dclzn {
    color: #ffffff;
    margin-top: 54px;
}
.des_dclzn {
    padding: 0px 12px;
    box-sizing: border-box;
    font-size: 14px;
    margin-top: 36px;
}
.dLeft_dclzn {
    width: 61%;
    float: left;
}
.dLeft_dclzn p {
    margin-bottom: 10px;
}
.dLeft_dclzn .num_dclzn {
    color: #666666;
    position: relative;
    float: left;
}
.dLeft_dclzn .modle_dclzn {
    color: #333333;
}
.dRight_dclzn {
    float: right;
    text-align: right;
    width: 38%;
}
.dRight_dclzn span {
    border: 1px solid #e4e4e4;
    padding: 0px 7px;
    box-sizing: border-box;
    margin-bottom: 5px;
    border-radius: 5px;
    color: #999999;
    /*text-align: center;*/
    display: inline-block;
}
.mobile_dclzn {
    background-image: url(../images/mobilebg.png);
    background-repeat: no-repeat;
    width: 105px;
    height: 202px;
    position: absolute;
    right: 7px;
    background-size: 100%;
    bottom: 101px;
    border: 1px solid transparent;
    border-radius: 15px;
    box-shadow: 0px 6px 5px 0 rgba(0, 0, 0, 0.45);
    background-size: cover;
}
.moImg_dclzn {
    text-align: center;
    height: 156px;
    width: 97px;
    margin: 18px auto 0px;
}
.moMask_dclzn {
    /* display: none; */
    position: absolute;
    background: rgba(179, 180, 181, 0.31);
    cursor: pointer;
    text-align: center;
    height: 156px;
    width: 97px;
    top: 9%;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: all 0.6s;
}
.moEye_dclzn {
    width: 59%;
    background: #f38f00;
    height: 54px;
    border-radius: 50%;
    position: absolute;
    top: -33px;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    margin: auto;
}
.moEye_dclzn .moVc {
    bottom: 0;
}
.moImg_dclzn img, .boImg_dclzn img {
    width: 100%;
    height: 100%;
    margin: auto;
}
.moPreview_dclzn {
    color: #ffffff;
    position: absolute;
    bottom: 42px;
    right: 0;
    left: 0;
    font-size: 12px;
}
.mobile_dclzn:hover .moMask_dclzn {
    /* display: block; */
    opacity: 1;
}
.tem_dclzn .mobile:hover .mask_dclzn {
    display: none;
}
.tem_dclzn:hover, .mobile_dclzn:hover {
    border: 2px solid #fe9625;
}
.tem_dclzn:hover .mask_dclzn {
    /* display: block; */
    opacity: 1;
}
@media(max-width:1267px) {
    .temBox_dclzn {
        width: 23%;
    }
}
@media(max-width:874px) {
    .temBox_dclzn {
        width: 48%;
    }
    .temBox_dclzn:nth-of-type(2n) {
        margin-right: 0;
    }
}
@media(max-width:660px) {
    .temBox_dclzn {
        margin-right: 17px;
    }
}
@media(max-width:415px) {
    .temBox_dclzn {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}