@charset "utf-8";
/* 模板一样式 */
.mod-video-goods .largerBoxOne{
    width: 1190px;
    margin: 0 auto;
}
.mod-video-goods .box-contentOne{
    position: relative;
    width: 810px;
}
.mod-video-goods a:not(:last-child) .box-contentOne{ /*除了最后一个元素*/
    margin-bottom: 10px;
}
.mod-video-goods .promotion-boxOne{
    position: absolute;
    top: 0;
    left: 810px;
    width: 380px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mod-video-goods .picturesOne{
    position: relative;
    margin: 0 auto 20px;
    width: 200px;
    height: 200px;
    overflow: hidden;
}
.mod-video-goods .picturesOne ul{
    position: absolute;
    left: 0;
    height: 200px;
    width: 600px;
}
.mod-video-goods .photosOne{
    float: left;
    width: 200px;
    height: 200px
}
/* 模板二样式 */
.mod-video-goods .largerBox{
    width: 1190px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mod-video-goods .box-content{
    position: relative;
    width: 590px;
}
.mod-video-goods a:not(:nth-last-child(-n+2)) .box-content{ /*除了最后两个元素*/
    margin-bottom: 10px;
}
.mod-video-goods .promotion-box{
    position: absolute;
    padding-left: 20px;
    bottom: 20px;
    left: 20px;
    width: 530px;
    height: 140px;
    z-index: 10;
    border-radius: 8px;
}
.mod-video-goods .pictures{
    display: inline-block;
    position: absolute;
    top: -20px;
    width: 148px;
    height: 148px;
    overflow: hidden;
}
.mod-video-goods .pictures ul{
    position: absolute;
    left: 0;
    height: 100%;
    width: 444px;
}
.mod-video-goods .photos{
    float: left;
    width: 148px;
    height: 148px
}
.mod-video-goods .promotionword{
    display: inline-block;
    margin: 16px 0 0 158px;
}
.mod-video-goods .shop-left{
    display:inline-block;
    min-width: 198px;
    /* letter-spacing: -0.03rem; */
    /* font-size: 0px; */
}