div.block34264 .butn{ color:var(--color-match-setting1)}
div.block34264 .right{ border-top-color:var(--color-match-setting1)}
div.block34264 .tile:hover .num{ background-color:var(--color-match-setting1)}
div.block34264 .slick-dots li{ background-color:var(--color-match-setting1)}

.block34264 .wrapper:not(.slick-initialized) {
    display: flex;
}

.block34264 .wrapper:not(.slick-initialized) li:nth-of-type(n+4){
    display: none;
}

@media (max-width:800px) and (min-width:510px) {
    .block34264 .wrapper:not(.slick-initialized) li:nth-of-type(n+3){
        display: none;
    }
}
@media screen and (max-width:510px) {
    .block34264 .wrapper:not(.slick-initialized) li:nth-of-type(n+2){
        display: none;
    }
}

.block34264 {
    word-break: break-word;
}

.block34264 .wrapper .tile {
    margin: 5px 10px;
    background: #fff;
    position: relative;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}

.block34264 .video-js .vjs-tech {
    object-fit: cover
}

.block34264 .vjs-poster {
    object-fit: cover;
    background-size: cover;

}
.block34264 .vjs-has-started .vjs-poster{
    display: inline-block
}

.block34264 .videoBox {
    padding-top: 71.99%;
    position: relative;
    height: 0;
}

.block34264 .tile .video-js {
    padding-top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
        object-fit: cover;
}

.block34264 .left {
    position: relative
}

.block34264 .right {
    border-top: 5px solid #EB6622;
    padding: 50px 30px 95px 50px;
}

.block34264 .title {
    font-size: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.block34264 .desc {
    font-size: 18px;
    line-height: 1.7;
    height: 180px;
    overflow-y: auto;
    padding-right: 20px;
}

.block34264 .desc::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 3px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.block34264 .desc::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
}

.block34264 .desc::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
}

.block34264 .num {
    position: absolute;
    width: 95px;
    height: 95px;
    border-radius: 100px 0 0 0;
    background: #e1e1e180;
    /* opacity: .5; */
    /* background: rgba(235, 102, 34, 0.50); */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    right: 0;
    bottom: 0;
    color: #fff;
}
.block34264 .num:hover{
    opacity: .5
}

.block34264 .count {
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
    font-weight: 700;
}

.block34264 .butn {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: #fff;
    color: #EB6622;
    border-radius: 50%;
    font-size: 30px;
    cursor: pointer;
    display: none;
}

.block34264 .butn i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
}

.block34264 .slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;
    padding-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.block34264 .slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.block34264 .slick-list:focus {
    outline: none;
}

.block34264 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.block34264 .slick-slider .slick-track,
.block34264 .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.block34264 .slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.block34264 .slick-track:before,
.block34264 .slick-track:after {
    display: table;

    content: '';
}

.block34264 .slick-track:after {
    clear: both;
}

.block34264 .slick-loading .slick-track {
    visibility: hidden;
}

.block34264 .slick-slide {
    display: none;
    float: left;
    margin: 0;
    height: auto;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.block34264 .slick-slide img {
    display: block;
    width: 100%;
}

.block34264 .slick-slide.slick-loading img {
    display: none;
}

.block34264 .slick-slide.dragging img {
    pointer-events: none;
}

.block34264 .slick-initialized .slick-slide {
    display: block;
}

.block34264 .slick-loading .slick-slide {
    visibility: hidden;
}

.block34264 .slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.block34264 .slick-arrow.slick-hidden {
    display: none;
}

.block34264 .slick-dots {
    text-align: center;
    position: relative;
    bottom: 0;
    margin-top: 25px;
}

.block34264 .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #EB6622;
    opacity: .5;
    cursor: pointer;
}

.block34264 .slick-dots li.slick-active {
    opacity: 1;
}

.block34264 .slick-dots li button {
    display: none;
}

@media screen and (max-width:1200px) {
    .block34264 {
        padding: 20px 10px;
    }

    .block34264 .right {
        padding: 30px 10px 100px 30px;
    }
}

@media screen and (max-width:768px) {
    .block34264 .right {
        padding: 50px 30px 100px 50px;
    }
}

@media screen and (max-width:768px) {
    .block34264 .title {
        font-size: 20px;
    }

    .block34264 .desc {
        font-size: 16px;
        line-height: 1.7;
        height: 165px;
        overflow-y: auto;
        padding-right: 20px;
    }
}