.QX-104640414 {
    position: relative;
    width: 100%;
    padding: 30px 0;
}

.QX-104640414 .title {
    color: rgb(217, 83, 79);
    font-size: 24px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    word-break: break-word;
    margin-bottom: 20px;
}

.QX-104640414 .navigation .shower {
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
}

.QX-104640414 .navigation .shower::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #333;
    opacity: .1;
    content: "";
}

.QX-104640414 .navigation .shower .item {
    width: calc(25% - 40px);
    margin: 0 20px;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: none;
    position: relative;
}

.QX-104640414 .navigation .shower .item .mc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    outline: none;
    cursor: pointer;
    z-index: 1;
}

.QX-104640414 .navigation .shower .item:nth-child(even) {

    flex-direction: column-reverse;
}

.QX-104640414 .banner-description {
    height: 180px;
    text-align: center;
    margin: 0px 15px;
    position: relative;
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 30px);
}

.QX-104640414 .borderBox {
    margin: 10px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 0px;
    left: 0px;
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: All 0.5s ease;
}

.QX-104640414 .borderBox::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    opacity: .1;
}

.QX-104640414 .border1 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 0px;
    left: 0px;
    margin: 0px auto;
    border-width: 2px;
    border-color: transparent;
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 0.5s ease;
    width: 0%;
    border-style: solid none;
}

.QX-104640414 .border2 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 0px;
    left: 0px;
    margin: auto 0px;
    border-width: 2px;
    border-color: transparent;
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 0.5s ease;
    border-style: none solid;
    height: 0%;
    min-height: 0px;

}

.QX-104640414 .cont {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    transition: all 0.5s ease;
    width: 100%;
}

.QX-104640414 .line {
    width: 45px;
    min-height: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(85, 85, 85);
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: All 0.5s ease;

}

.QX-104640414 .banner-name {
    margin-bottom: 25px;
    font-size: 16px;
    color: rgb(85, 85, 85);
    transform: rotate(0deg) scale(1) translate(0px, 0px);
    transition: all 0.5s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 40px);
}

.QX-104640414 .corLine {
    min-height: 1px;
    width: 0;
    background-color: rgb(217, 83, 79);
    transition: all 0.5s ease;
}

.QX-104640414 .banner-docs {
    margin-top: 15px;
    padding-left: 50px;
    padding-right: 50px;
    color: rgb(153, 153, 153);
    line-height: 1.75em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-word;
    width: calc(100% - 100px);
}

.QX-104640414 .moreBtn {
    display: none;
}

.QX-104640414 .arrow {
    min-height: 0px;
    position: absolute;
    z-index: 2;
    margin-top: 0px;
    bottom: 70px;
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 0.5s ease;
    opacity: 0;
}

.QX-104640414 .arrow i {
    color: inherit;
    font-size: 20px;
}

.QX-104640414 .imgBox {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.QX-104640414 .image {
    width: 100px;
    height: 100px;
}

.QX-104640414 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.QX-104640414 .navigation .shower .item:hover .banner-description {
    height: 360px;
    background-color: #FFFFFF;
    transform: rotate(0deg) scale(1) translate(0%, 0%);
}

.QX-104640414 .navigation .shower .item :hover .borderBox {
    background-color: rgba(217, 83, 79, 0.05);
    transform: rotate(0deg) scale(1) translate(0%, 0%);
}

.QX-104640414 .navigation .shower .item:hover .border1 {
    border-color: #d9534f;
    width: 100%;
    transform: rotate(0deg) scale(1) translate(0%, 0%);
}

.QX-104640414 .navigation .shower .item:hover .border2 {
    border-color: #d9534f;
    height: 100%;
    transform: rotate(0deg) scale(1) translate(0%, 0%);
}

.QX-104640414 .navigation .shower .item:hover .banner-name {
    color: #d9534f;
    transform: rotate(0deg) scale(1) translate(0%, 0%);
}

.QX-104640414 .navigation ul li:hover .line {
    width: 90px;
    transform: rotate(0deg) scale(1) translate(0%, 0%);
}

.QX-104640414 .navigation .shower .item:hover .corLine {
    width: 100%;
    transform: rotate(0deg) scale(1) translate(0%, 0%);
}

.QX-104640414 .navigation .shower .item:hover .arrow {
    opacity: 1;
    transform: rotate(0deg) scale(1) translate(0%, 0%);
}

.QX-104640414 .navigation .shower .item:hover .imgBox {
    height: 0px;
    transform: rotate(0deg) scale3d(1, 0, 1) translate(0%, 0%);
}

.QX-104640414 .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;
}

.QX-104640414 .slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.QX-104640414 .slick-list:focus {
    outline: none;
}

.QX-104640414 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.QX-104640414 .slick-slider .slick-track,
.QX-104640414 .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);
}

.QX-104640414 .slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.QX-104640414 .slick-track:before,
.QX-104640414 .slick-track:after {
    display: table;

    content: '';
}

.QX-104640414 .slick-track:after {
    clear: both;
}

.QX-104640414 .slick-loading .slick-track {
    visibility: hidden;
}

.QX-104640414 .slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.QX-104640414 .slick-slide img {
    display: block;
}

.QX-104640414 .slick-slide.slick-loading img {
    display: none;
}

.QX-104640414 .slick-slide.dragging img {
    pointer-events: none;
}

.QX-104640414 .slick-initialized .slick-slide {
    display: block;
}

.QX-104640414 .slick-loading .slick-slide {
    visibility: hidden;
}

.QX-104640414 .slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.QX-104640414 .slick-arrow.slick-hidden {
    display: none;
}

.QX-104640414 .slick-dots {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    position: relative;
    bottom: 0;
    height: auto;
}

.QX-104640414 .slick-dots li {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: .4;
    background: rgb(217, 83, 79);
    cursor: pointer;
    transition: all .5s;
}

.QX-104640414 .slick-dots li:hover {
    opacity: 1;
}

.QX-104640414 .slick-dots li.slick-active {
    opacity: 1;
}

.QX-104640414 .slick-dots li button {
    display: none;
}

@media screen and (max-width:1200px) {
    .QX-104640414 .navigation .shower::before {
        transform: translateY(calc(-50% - 20px));
    }
}

@media screen and (max-width:510px) {

    .QX-104640414 .navigation .shower .item:nth-child(even) {

        flex-direction: column;
    }
     .QX-104640414 .navigation .shower::before{
        display: none;
    }
}