.block32714 {
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 990px){
   .block32714 .total.slick-initialized {
        padding-top: 5px;
        padding-bottom: 5px;
    } 
}

.block32714 .total {
    opacity: 0;
}

.block32714 .total.slick-initialized {
    opacity: 1;
    transition: all 0.5s;
}

.block32714 .slick-track {
    display: flex;
}

/* 主题色 */
.block32714 div ul li:hover::before {
    border-color: var(--color-match-setting1) !important;
}

.block32714 div ul li:hover::after {
    border-color: var(--color-match-setting1) !important;
}

.block32714 div .total .run {
    border-color: var(--color-match-setting2) !important;
}

.block32714 .slick-dots li {
    background-color: var(--color-match-setting1);
}

.block32714 .slick-dots .slick-active {
    background-color: var(--color-match-setting1);
}

.block32714 .slick-dots li:hover {
    background-color: var(--color-match-setting1);
}

.block32714 .total {
    display: flex;
    background-color: var(--color-match-setting3);
}

.block32714 .total .run {
    flex: 1;
}

.block32714 .total .run {
    position: relative;
    display: block;
    border: 1px solid rgba(225, 225, 225, 0.3);
    transition: all 0.3s linear;
    margin: 11px;
    height: 130px;
}

.block32714 .total .run .yoy {
    width: 100%;
    height: 100%;
}

.block32714 .total .run .yoy>a {
    display: block;
    width: 100%;
    height: 100%;
}

.block32714 .total .run img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.block32714 .total .run::before {
    position: absolute;
    content: '';
    border-style: solid;
    border-color: transparent;
    pointer-events: none;
    border-width: 1px 1px 0 0;
    top: -1px;
    right: 100%;
    bottom: 100%;
    left: -1px;
    transition: all 0.15s ease-in-out 0.3s, right 0.15s linear 0.45s, bottom 0.15s linear 0.3s;
}

.block32714 .total .run::after {
    position: absolute;
    content: '';
    border-style: solid;
    border-color: transparent;
    pointer-events: none;
    border-width: 0 0 1px 1px;
    top: 100%;
    right: -1px;
    bottom: -1px;
    left: 100%;
    transition: all 0.15s ease-in-out 0s, left 0.15s linear 0.15s, top 0.15s linear 0s;
}

.block32714 .total .run:hover::before {
    right: -1px;
    bottom: -1px;
    transition-delay: 0s, 0s, .15s;
}

.block32714 .total .run:hover::after {
    top: -1px;
    left: -1px;
    transition-delay: .3s, .3s, .45s;
}

.block32714 .total .run:hover::before,
.block32714 .total .run:hover::after {
    border-color: white;
}

.block32714 .slick-dots li button:before {
    display: none;
}

.block32714 .slick-dots li button {
    display: none;
}

.block32714 .slick-dots li:hover {
    background: #ffffff;
    opacity: 1;
}

.block32714 .slick-dots .slick-active {
    background: #ffffff;
    opacity: 1;
}

.block32714 .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    transition: .3s;
    background: #ffffff;
    opacity: 0.3;
}

.block32714 .slick-dots {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: absolute;
    bottom: -30px;
    height: 10px;
    align-items: center;
}

.block32714 .total .run .banner-description {
    display: none;
}

@media screen and (max-width:900px) {
    .block32714 .total .run {
        height: 154px;
    }
}

@media screen and (max-width:510px) {
    .block32714 .total .run {
        height: 200px;
        margin: 0 5px;
    }

    .block32714 {
        width: calc(100% - 30px);
    }

    .block32714 .total .run img {
        max-width: calc(100% - 20px);
    }
}

.block32714 .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -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;
    padding-bottom: 0;
    outline: none;
}

.block32714 .slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.block32714 .slick-list:focus {
    outline: none;
}

.block32714 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.block32714 .slick-slider .slick-track,
.block32714 .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);
}

.block32714 .slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.block32714 .slick-track:before,
.block32714 .slick-track:after {
    display: table;

    content: '';
}

.block32714 .slick-track:after {
    clear: both;
}

.block32714 .slick-loading .slick-track {
    visibility: hidden;
}

.block32714 .slick-slide {
    display: none;
    float: left;
    outline: none;
    min-height: 1px;
}

.block32714 [dir='rtl'] .slick-slide {
    float: right;
}

.block32714 .slick-slide img {
    display: block;
}

.block32714 .slick-slide.slick-loading img {
    display: none;
}

.block32714 .slick-slide.dragging img {
    pointer-events: none;
}

.block32714 .slick-initialized .slick-slide {
    display: block;
}

.block32714 .slick-loading .slick-slide {
    visibility: hidden;
}

.block32714 .slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.block32714 .slick-arrow.slick-hidden {
    display: none;
}

/* 背景图 */
.siteblocks-container {
    background-image: url('//a3.leadongcdn.cn/cloud/lqBqoKjjRmmSkpplmpom/1.jpg');
}