.block35254 {
    width: 100%;
    /* background: url('/cloud/jjBpjKlqRikSjqokrrlli/huaban.png') no-repeat center center; */
    /* background-size: 100% 100%; */
}

.block35254 .title>h1,
.block35254 .title>h2,
.block35254 .title>h3,
.block35254 .title>h4,
.block35254 .title>h5,
.block35254 .title>h6 {
    color: var(--color-match-ellipses-title-setting1);
}

/* .block35254 .text>.paragraph1,
.block35254 .text>.paragraph2,
.block35254 .text>.paragraph3 {
    color: var(--color-match-ellipses-docs-setting1);
} */

.block35254 .tips:not(.slick-slider) li:nth-of-type(n+6) {
    display: none;
}


.block35254 .cont:not(.slick-slider) li:nth-of-type(n+2) {
    display: none;
}

@media screen and (max-width:1200px) {
    .block35254 .tips:not(.slick-slider) {
        display: flex
    }
    .block35254 .tips:not(.slick-slider) li:nth-of-type(n+4) {
        display: none;
    }
    .block35254 .tips:not(.slick-slider) li {
        flex: 1;
    }
    .block35254 .slick-initialized .slick-slide {
        display: block;
        max-height: unset !important;
        height: auto;
        overflow-x: hidden;
    }
}

.block35254 .content {
    width: 100%;
    margin: 0 auto;
    /* padding: 40px 20px; */
    box-sizing: border-box;
}

.block35254 .page_tab_tpl {
    position: relative;
    min-height: 300px;
}

.block35254 .fl {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
    float: none;
}

.block35254 .left {
    width: 35%;
    overflow: hidden;
}

.block35254 .title {
    font-size: 35px;
    color: #fff;
    line-height: 65px;
    transition: all .5s;
    margin: 10px 0;
    padding-left: 10px;
    /* white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
}
.block35254 .title > * {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.block35254 .title,
.block35254 .title * {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width:1200px) {
.block35254 .title h3 {
    font-size: 35px;
    line-height: 65px;
}
.block35254 .title {
    height: 65px;
}
}

.block35254 .slick-slide.slick-center .title {
    font-size: 65px;
    text-shadow: 0 0 20px rgba(0, 0, 0, .5);
    font-weight: 800;
}
.block35254 .slick-slide.slick-active.slick-center .title * {
    font-size: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.block35254 .center {
    display: none;
}

.block35254 .right {
    width: 65%;
    max-height: 295px;
    overflow: hidden;
}
.block35254 .right::--webkit-meter-bar{
    width: 3px;
}


.block35254 .tips .slick-list {
    -webkit-mask-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0)), color-stop(0.1, rgb(0, 0, 0)), color-stop(0.85, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
}

.block35254 .text {
    margin: 0 auto;
    width: 500px;
    color: #fff;
    font-size: 18px;
    display: -webkit-box;
    text-overflow: ellipsis;
    /* -webkit-line-clamp: 6; */
    -webkit-box-orient: vertical;    
    overflow: hidden;
}
.block35254 .text *{
    display: -webkit-box;
    text-overflow: ellipsis;
    /* -webkit-line-clamp: 6; */
    -webkit-box-orient: vertical;    
    overflow: hidden;
}

.block35254 .text>h2 {
    font-size: 35px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.block35254 .buttons {
    position: relative;
    text-align: right;
    margin-top: 30px;
}

.block35254 .menu {
    display: inline-flex;
    position: relative;
    color: #fff;
}

.block35254 .pause {
    width: 45px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    position: relative;
    animation: showAfterDelay 0.01s 0.7s forwards;
    opacity: 0;
}
@keyframes showAfterDelay {
    to { opacity: 1; }
}
.block35254 .pause:hover {
    opacity: .5;
}

.block35254 .pause .icon-zanting {
    position: absolute;
    top: 50%;
    left: 42%;
    font-size: 20px;
    transform: translate(-50%, -50%);
    transition: all .3s;
}

.block35254 .pause .icon-bofang {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    transform: translate(-50%, -50%);
    display: none;
    transition: all .3s;
}

.block35254 .prev {
    width: 45px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    margin-right: -1px;
    transition: all .3s;
    border-radius: 5px;
    display: none;
}
.block35254 .prev .block-iconzuo {
    font-size: 20px;
}

.block35254 .prev:hover,
.block35254 .next:hover {
    background: #fff;
    color: #333;
}

.block35254 .prev .block-iconzuo::before {
    margin-left: 5px;
}

.block35254 .next {
    width: 45px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    transition: all .3s;
    border-radius: 5px;
    display: none;
}

.block35254 .next .block-icongengduo {
    font-size: 20px;
}

.block35254 .next .block-icongengduo::before {
    margin-right: 5px;
}

.block35254 .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
}
.block35254 .tips {
    opacity: 0
}

.block35254 .cont .slick-track{
    display: flex;
}

.block35254 .cont {
    opacity: 0
}

.block35254 .slick-slider.slick-initialized {
    opacity: 1
}

.block35254 .slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.block35254 .slick-list:focus {
    outline: none;
}

.block35254 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.block35254 .slick-slider .slick-track,
.block35254 .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);
}

.block35254 .slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.block35254 .slick-track:before,
.block35254 .slick-track:after {
    display: table;

    content: '';
}

.block35254 .slick-track:after {
    clear: both;
}

.block35254 .slick-loading .slick-track {
    visibility: hidden;
}

.block35254 .slick-slide {
    display: none;
    float: left;
    margin: 0;
    height: 100%;
    min-height: 1px;
    outline: none;
}

.block35254 [dir='rtl'] .slick-slide {
    float: right;
}

.block35254 .slick-slide img {
    display: block;
}

.block35254 .slick-slide.slick-loading img {
    display: none;
}

.block35254 .slick-slide.dragging img {
    pointer-events: none;
}

.block35254 .slick-initialized .slick-slide {
    display: block;
    max-height: 295px;
    overflow-x: hidden;
}

.block35254 .slick-initialized .slick-slide::-webkit-scrollbar{
    width: 3px
}
.block35254 .slick-initialized .slick-slide::-webkit-scrollbar-thumb{
    background-color: #666;
}
.block35254 .slick-initialized .slick-slide::-webkit-scrollbar-track{
    background-color: #f5f5f5;
}

.block35254 .slick-loading .slick-slide {
    visibility: hidden;
}

.block35254 .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 0px solid transparent;
}

/* .slick-vertical .slick-slide.slick-current {
    height: 80px;
} */

.block35254 .slick-arrow.slick-hidden {
    display: none;
}

@media screen and (max-width:1200px) {
    .block35254 .tit {
        display: none;
    }

    .block35254 .center {
        display: block;
        width: 700px;
        margin: 30px auto;
        font-size: 30px;
        color: #fff;
    }

    .block35254 .fl {
        flex-wrap: wrap;
    }

    .block35254 .left {
        width: 100%;
    }

    .block35254 .title {
        text-align: center;
        font-size: 25px;
        line-height: 30px;
        opacity: .5;
    }
    .block35254 .title h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .block35254 .slick-slide.slick-center .title{
        font-size: 25px;
        line-height: 30px;
        text-shadow: none;
        font-weight: normal;
        opacity: 1;
    }
    .block35254 .slick-slide.slick-center .title h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .block35254 .text {
        margin: 0;
        text-align: left;
    }

    .block35254 .right {
        width: 700px;
        margin: 0 auto;
        max-height: unset
    }

    .block35254 .buttons {
        width: calc(100% - 20px);
    }

}

@media screen and (max-width:700px) {
    .block35254 {
        padding: 0px;
    }
    .block35254 .content {
        width: 100%;
        /* padding: 0px 10px */
    }

    .block35254 .center {
        width: 100%;
        margin: 20px auto;
        font-size: 24px;
    }

    .block35254 .right {
        width: 100%;
    }

    .block35254 .text {
        width: 100%;
    }

    .block35254 .buttons {
        display: block;
    }

    .block35254 .text>h2 {
        font-size: 24px;
    }
}
.block35254 .title,
.block35254 .menu {
    color: var(--color-match-setting1)
}

.block35254 .prev:hover,
.block35254 .next:hover {
    color: #fff;
    background-color: var(--color-match-setting1);
    border-color: var(--color-match-setting1)
}

.block35254 .next.active35254,
.block35254 .prev.active35254 {
    color: #fff;
    border-color: var(--color-match-setting1);
    background-color: var(--color-match-setting1);
}