.block34474 {
    padding: 0 40px;
    display: block;
    height: auto;
}
.block34474 .proshow-custom-caption>h1,
.block34474 .proshow-custom-caption>h2,
.block34474 .proshow-custom-caption>h3,
.block34474 .proshow-custom-caption>h4,
.block34474 .proshow-custom-caption>h5,
.block34474 .proshow-custom-caption>h6 {
    color: var(--color-match-ellipses-title-setting1);
}
.block34474 .proshow-custom-caption>h1 a,
.block34474 .proshow-custom-caption>h2 a,
.block34474 .proshow-custom-caption>h3 a,
.block34474 .proshow-custom-caption>h4 a,
.block34474 .proshow-custom-caption>h5 a,
.block34474 .proshow-custom-caption>h6 a{
    color: var(--color-match-ellipses-title-setting1);
}
@media (max-width: 1920px) {
    .block34474 {
        padding: 0;
    }
}
@media not all and (display-mode: fullscreen) {
  .block34474 {
        padding: 0;
    }
}

.block34474 .proshow-custom-box {
    position: relative;
}

.block34474 .custom-no-wrap .backstage-blocksEditor-wrap-text .backstage-widgetsettings-tools-zindex {
    top: 50%;
}

.block34474 .proshow-custom-box>.l-fa-angle-left {
    position: absolute;
    z-index: 5;
    font-size: 30px;
    color: rgba(177, 177, 177, 0.7);
    top: calc(50% - 40px);
    margin-left: -20px;
    cursor: pointer;
}

.block34474 .proshow-custom-box>.l-fa-angle-right {
    z-index: 5;
    font-size: 30px;
    color: rgba(177, 177, 177, 0.7);
    top: calc(50% - 40px);
    cursor: pointer;
    position: absolute;
    right: -20px;
}

.block34474 .showHeader {
    position: relative;
    width: calc(100% - 20px);
    margin: 0 auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.block34474 .showHeader .limit {
    width: calc(100% - 200px);
}

.block34474 .showHeader>div {
    display: inline-block;
    line-height: 40px;
    padding: 0 10px;
    margin-bottom: 24px;
    height: 40px;
}

.block34474 .showHeader .custom-no-wrap {
    max-width: 1000px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 200px;
    padding-left: 15px;
    font-size: 20px;
}


/* .block34474 .showHeader .txtHeader{
    position: relative;
	left:-20px;
    padding-left:35px;
    font-size:20px;
    color:#B70000;
} */

.block34474 .showHeader .custom-titleSign {
    display: block;
    width: 8px;
    height: calc(100% - 24px);
    position: absolute;
    top: 0;
    left: 0;
    background: #B70000;
}

.block34474 .custom-no-wrap .txtBold {
    font-weight: bold;
    display: inline-block;
    padding-left: 15px;
}

/* header按钮 */
.block34474 .btnHeader {
    float: right;
    padding: 10px;
    color: #fff;
    background: #3C3D3D;
    cursor: pointer;
}

.block34474 .btnHeader a {
    display: block;
    color: #fff;
    width: 135px;
    text-align: center;
}

/* 元素浮动 */
.block34474 .proshow-custom-item {
    /* width: auto; */
    width: calc(100% / 4 - 20px);
    flex-shrink: 0;
    float: left;
    padding: 0px 10px;
    /* margin-right:16px; */
}

.block34474 .proshow-custom-item:last-child {
    margin-right: 0;
}

.block34474 .proshow-custom-item .proshow-custom-main {
    padding: 10px;
    width: auto;
    height: auto;
    transition: all .5s;
    background: #F7F7F8;
    padding-bottom: 0;
    margin-bottom: 25px;
}

.block34474 .proshow-custom-item .proshow-custom-main .moto-widget-theme-icon::before {
    content: "\f061";
}

.block34474 .proshow-custom-item .proshow-custom-main .proshow-custom-image img {
    /* display:block;
	max-width:263px;
	height:263px;
	margin:0 auto;
    object-fit:contain; */
    width: 100%;
    height: 263px;
    object-fit: cover;
}

.block34474 .proshow-custom-item .proshow-custom-caption {
    position: relative;
    width: 100%;
    height: auto;
}

.block34474 .proshow-custom-item .proshow-custom-caption .picDescription {
    outline: none;
}

.block34474 .proshow-custom-item .proshow-custom-caption .proshow-same {
    width: 100%;
}

.block34474 .proshow-custom-item .proshow-custom-caption .proshow-title {
    border-bottom: 1px solid rgba(190, 190, 190, .5);
    padding-bottom: 5px;
    height: 50px;
    line-height: 25px;
    display: -webkit-box;
    display: flex;
    align-items: center;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;    
    overflow: hidden;
}
.block34474 .proshow-custom-item .proshow-custom-caption .proshow-title .picDescription {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;    
    overflow: hidden;
}



.block34474 .proshow-custom-item .proshow-custom-caption .showBtn {
    position: relative;
    font-size: 14px;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
}

.block34474 .proshow-custom-item .proshow-custom-caption .showBtn p {
    display: inline-block;
    height: 100%;
}

.block34474 .proshow-custom-item .proshow-custom-caption .showBtn a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
}

.block34474 .proshow-custom-item .proshow-custom-caption .pro-arrow {
    float: right;
}

.block34474 .proshow-custom-item .pro-shadow {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -110px;
    width: 220px;
    height: 25px;
    z-index: -1;
    box-shadow: 0 -7px 25px 10px rgba(0, 0, 0, 0.2);
    /* box-shadow: 0 -7px 25px 10px yellow; */
}

/*  清除元素浮动 */
.block34474 .showBox::after {
    content: "";
    display: block;
    width: 0;
    padding: 0;
    clear: both;
    visibility: hidden;
}

.block34474 .proshow-custom-item .proshow-custom-caption .showBtn::after {
    content: "";
    display: block;
    width: 0;
    padding: 0;
    clear: both;
    visibility: hidden;
}

@media (max-width: 1200px) {
    .block34474 {
        width: auto;
        margin: 20px 10px 30px;
    }

    .block34474 .l-fa-angle-left,
    .block34474 .l-fa-angle-right {
        display: none;
    }

    .block34474 .slick-dots li button:before {
        font-size: 32px;
    }

    .block34474 .slick-dots {
        bottom: -30px;
    }

    .block34474 .showHeader {
        width: calc(100% - 20px);
        margin: 0px 10px;
    }

    .block34474 .btnHeader {
        margin-right: 2px;
    }

    .block34474 .proshow-custom-item {
        /* width: auto; */
        width: calc(100% / 4 -20px);
        flex-shrink: 0;
    }

    .block34474 .proshow-custom-item .pro-shadow {
        margin-left: -55px;
        width: 110px;
        box-shadow: 0 -7px 25px 10px rgb(0 0 0 / 20%);
    }

    .block34474 .proshow-custom-item .proshow-custom-main {
        /* width: 91%;
        max-width: 225px; */
        margin-bottom: 30px;
    }

    .block34474 .proshow-custom-item .proshow-custom-main .proshow-custom-image img {
        /* height: 100%; */
        /* max-width: 215px; */
    }

    .block34474 .slick-dotted.slick-slider {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
}

@media(max-width: 900px) {
    .block34474 .proshow-custom-item .proshow-custom-main {
        margin-bottom: 0px;
    }

    .block34474 .proshow-custom-item .pro-shadow {
        margin-left: -37.5px;
        width: 75px;
        height: 25px;
        z-index: -1;
        box-shadow: 0 -7px 25px 10px rgb(0 0 0 / 20%);
    }
}

@media(max-width: 770px) {
    .block34474 .proshow-custom-item .proshow-custom-main {
        /* width: 91%;
        max-width: 225px; */
        margin-bottom: 0px;
    }

    .block34474 .slick-dots {
        bottom: -30px;
    }

    .block34474 .proshow-custom-item .pro-shadow {
        box-shadow: none;
    }
}

@media(max-width: 770px) and (min-width: 500px) {
    .block34474 {
        width: auto;
        margin: 20px 10px 30px;
    }
}

@media(max-width: 500px) {
    .block34474 .proshow-custom-list.showBox {
        display: flex;
        justify-content: space-between;
    }

    .block34474 .showHeader .limit {
        width: calc(100% - 20px);
        height: auto;
    }

    .block34474 .showHeader .custom-no-wrap {
        overflow: auto;
        text-overflow: initial;
        white-space: initial;
        width: calc(100% - 15px);
        min-width: auto;
    }

    .block34474 {
        padding-bottom: 55px;
    }

    .block34474 .proshow-custom-item .proshow-custom-main {
        /* width: 91%;
        max-width: 225px; */
        margin-bottom: 0px;
    }

    /* .block34474 .slick-dots{
        bottom: -40px;
    } */
    .block34474 .slick-dots li {
        margin: 0;
    }

    .block34474 .proshow-custom-item .pro-shadow {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -45px;
        width: 90px;
        height: 25px;
        z-index: -1;
        box-shadow: 0 -7px 25px 10px rgb(0 0 0 / 20%);
    }

    .block34474 .btnHeader {
        position: absolute;
        bottom: -420px;
        left: 50%;
        transform: translate(-50%, 0);
    }
}


.block34474 .proshow-custom-box {
    position: relative;
}

/* .block34474 .showBox{
	margin-bottom:20px;
} */
.block34474 .custom-no-wrap .backstage-blocksEditor-wrap-text .backstage-widgetsettings-tools-zindex {
    top: 50%;
}

.block34474 .proshow-custom-box>.l-fa-angle-left {
    position: absolute;
    z-index: 5;
    font-size: 30px;
    color: rgba(177, 177, 177, 0.7);
    top: calc(50% - 40px);
    margin-left: -20px;
    cursor: pointer;
}

.block34474 .proshow-custom-box>.l-fa-angle-right {
    z-index: 5;
    font-size: 30px;
    color: rgba(177, 177, 177, 0.7);
    top: calc(50% - 40px);
    cursor: pointer;
    position: absolute;
    right: -20px;
}

.block34474 .showHeader {
    position: relative;
    width: calc(100% - 20px);
    margin: 0 auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.block34474 .showHeader .limit {
    width: calc(100% - 200px);
}

.block34474 .showHeader>div {
    display: inline-block;
    line-height: 40px;
    padding: 0 10px;
    margin-bottom: 24px;
    height: 40px;
}

.block34474 .showHeader .custom-no-wrap {
    max-width: 1000px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 200px;
    padding-left: 15px;
    font-size: 20px;
}


/* .block34474 .showHeader .txtHeader{
    position: relative;
	left:-20px;
    padding-left:35px;
    font-size:20px;
    color:#B70000;
} */

.block34474 .showHeader .custom-titleSign {
    display: block;
    width: 8px;
    height: calc(100% - 24px);
    position: absolute;
    top: 0;
    left: 0;
    background: #B70000;
}

.block34474 .custom-no-wrap .txtBold {
    font-weight: bold;
    display: inline-block;
    padding-left: 15px;
}

/* header按钮 */
.block34474 .btnHeader {
    float: right;
    padding: 10px;
    color: #fff;
    background: #3C3D3D;
    cursor: pointer;
}

.block34474 .btnHeader a {
    display: block;
    color: #fff;
    width: 135px;
    text-align: center;
    line-height: 40px;
}

.block34474 .proshow-custom-item:last-child {
    margin-right: 0;
}

.block34474 .proshow-custom-item .proshow-custom-main {
    padding: 10px;
    width: auto;
    height: auto;
    transition: all .5s;
    background: #F7F7F8;
    padding-bottom: 0;
    margin-bottom: 25px;
}

.block34474 .proshow-custom-item .proshow-custom-main:hover .pro-arrow {
    color: #B70000;
}

.block34474 .proshow-custom-item .proshow-custom-main .moto-widget-theme-icon::before {
    content: "\f061";
}

.block34474 .proshow-custom-item .proshow-custom-main .proshow-custom-image img {
    /* display:block;
	max-width:263px;
	height:263px;
	margin:0 auto;
    object-fit:contain; */
    width: 100%;
    height: 263px;
    object-fit: cover;
}

.block34474 .proshow-custom-item .proshow-custom-caption {
    position: relative;
    width: 100%;
    height: auto;
}

.block34474 .proshow-custom-item .proshow-custom-caption .picDescription {
    outline: none;
}

.block34474 .proshow-custom-item .proshow-custom-caption .proshow-same {
    width: 100%;
}

.block34474 .proshow-custom-item .proshow-custom-caption .proshow-title {
    border-bottom: 1px solid rgba(190, 190, 190, .5);
    padding-bottom: 5px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: flex;
    align-items: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.arabic-exclusive .block34474 .showHeader .custom-no-wrap {
    padding-right: 15px;
    line-height: 40px;
}

.arabic-exclusive .slick-dots li button {
    color: transparent !important;
}

.arabic-exclusive .block34474 .proshow-custom-item .proshow-custom-caption .proshow-title {
    text-align: right;
}

.arabic-exclusive .block34474 .showHeader {
    direction: rtl;
}

.arabic-exclusive .block34474 .showHeader .custom-titleSign {
    left: unset;
    right: 0;
}

.block34474 .proshow-custom-item .proshow-custom-caption .showBtn {
    position: relative;
    font-size: 14px;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
}

.block34474 .proshow-custom-item .proshow-custom-caption .showBtn p {
    display: flex;
    align-items: center;
    height: 100%;
}

.arabic-exclusive .block34474 .proshow-custom-item .proshow-custom-caption .pro-text {
    float: right;

}

.arabic-exclusive .block34474 .proshow-custom-item .proshow-custom-caption .pro-arrow {
    float: left;
    transform: rotate(180deg);
}

.block34474 .proshow-custom-item .proshow-custom-caption .showBtn a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
}

.block34474 .proshow-custom-item .proshow-custom-caption .pro-text {
    color: #B70000;
    float: left;
}

.block34474 .proshow-custom-item .proshow-custom-caption .pro-arrow {
    float: right;
}

.block34474 .proshow-custom-item .pro-shadow {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -110px;
    width: 220px;
    height: 25px;
    z-index: -1;
    box-shadow: 0 -7px 25px 10px rgba(0, 0, 0, 0.2);
    /* box-shadow: 0 -7px 25px 10px yellow; */
}

/*  清除元素浮动 */
.block34474 .showBox::after {
    content: "";
    display: block;
    width: 0;
    padding: 0;
    clear: both;
    visibility: hidden;
}

.block34474 .proshow-custom-item .proshow-custom-caption .showBtn::after {
    content: "";
    display: block;
    width: 0;
    padding: 0;
    clear: both;
    visibility: hidden;
}


@media (max-width: 1200px) {
    .block34474 {
        width: auto;
        margin: 20px 10px 30px;
    }

    .block34474 .l-fa-angle-left,
    .block34474 .l-fa-angle-right {
        display: none;
    }

    .block34474 .slick-dots li button:before {
        font-size: 32px;
    }

    .block34474 .slick-dots {
        bottom: -30px;
    }

    .block34474 .showHeader {
        width: calc(100% - 20px);
        margin: 0px 10px;
    }

    .block34474 .btnHeader {
        margin-right: 2px;
    }

    .block34474 .proshow-custom-item {
        /* width: auto; */
        width: calc(100% / 4 -20px);
        flex-shrink: 0;
    }

    .block34474 .proshow-custom-item .pro-shadow {
        margin-left: -55px;
        width: 110px;
        box-shadow: 0 -7px 25px 10px rgb(0 0 0 / 20%);
    }

    .block34474 .proshow-custom-item .proshow-custom-main {
        /* width: 91%;
        max-width: 225px; */
        margin-bottom: 30px;
    }

    .block34474 .proshow-custom-item .proshow-custom-main .proshow-custom-image img {
        width: 100%;
        height: 190px;
        /* height: 100%; */
        /* max-width: 215px; */
    }

    .block34474 .slick-dotted.slick-slider {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
}

@media(max-width: 900px) {
     .block34474 .proshow-custom-item .proshow-custom-main .proshow-custom-image img {
        width: 100%;
        height: 120px;
    }
    .block34474 .proshow-custom-item .proshow-custom-main {
        margin-bottom: 0px;
    }

    .block34474 .proshow-custom-item .pro-shadow {
        margin-left: -37.5px;
        width: 75px;
        height: 25px;
        z-index: -1;
        box-shadow: 0 -7px 25px 10px rgb(0 0 0 / 20%);
    }
}

@media(max-width: 770px) {
    .block34474 .proshow-custom-item .proshow-custom-main {
        /* width: 91%;
        max-width: 225px; */
        margin-bottom: 0px;
    }

    .block34474 .slick-dots {
        bottom: -30px;
    }

    .block34474 .proshow-custom-item .pro-shadow {
        box-shadow: none;
    }
}

@media(max-width: 770px) and (min-width: 500px) {
    .block34474 {
        width: auto;
        margin: 20px 10px 30px;
    }
}

@media(max-width: 500px) {
    .block34474 .proshow-custom-item .proshow-custom-main .proshow-custom-image img {
        width: 100%;
        height: 330px;
    }
    .block34474 .showHeader .limit {
        width: calc(100% - 20px);
        height: auto;
    }

    .block34474 .proshow-custom-list .proshow-custom-item {
        /* width: 50%; */
        width: 100%
    }

    .block34474 .showHeader .custom-no-wrap {
        overflow: auto;
        text-overflow: initial;
        white-space: initial;
        width: calc(100% - 15px);
        min-width: auto;
    }

    .block34474 {
        padding-bottom: 55px;
    }

    .block34474 .proshow-custom-item .proshow-custom-main {
        /* width: 91%;
        max-width: 225px; */
        margin-bottom: 0px;
    }

    /* .block34474 .slick-dots{
        bottom: -40px;
    } */
    .block34474 .slick-dots li {
        margin: 0;
    }

    .block34474 .proshow-custom-item .pro-shadow {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -45px;
        width: 90px;
        height: 25px;
        z-index: -1;
        box-shadow: 0 -7px 25px 10px rgb(0 0 0 / 20%);
    }

    .block34474 .btnHeader {
        position: absolute;
        bottom: -420px;
        left: 50%;
        transform: translate(-50%, 0);
    }
}

@media(max-width: 440px) {
    .block34474 .btnHeader {
        bottom: -410px;
    }
}

@media(max-width: 430px) {
    .block34474 .btnHeader {
        bottom: -400px;
    }
}

@media(max-width: 400px) {
    .block34474 .btnHeader {
        bottom: -386px;
    }
}

@media(max-width: 380px) {
    .block34474 .btnHeader {
        bottom: -375px;
    }
}

@media(max-width: 350px) {
    .block34474 .btnHeader {
        bottom: -365px;
    }
}

@media(max-width: 330px) {
    .block34474 .btnHeader {
        bottom: -350px;
    }
}


.block34474 .proshow-custom-item .proshow-custom-main:hover .pro-arrow {
    color: var(--color-match-setting1) ;
}

.block34474 .proshow-custom-item .proshow-custom-caption .pro-text {
    color: var(--color-match-setting1);
}

.block34474 .proshow-custom-list:not(.slick-initialized) {
    display: flex;
    overflow: hidden
}

.block34474 .proshow-custom-list:not(.slick-initialized) .proshow-custom-item:nth-of-type(n+2) {
    /* display: none; */
    height: 281px;
}

.block34474 .icon-jiantouzuo-5,
.block34474 .icon-jiantouyou-5 {

}
.block34474 .proshow-custom-item .icon-jiantouyou-5 {
    font-size: 8px;
}