component-promotion-lists-f a, component-promotion-lists-f a:hover {
    text-decoration: none !important;
}
component-promotion-lists-f {}
component-promotion-lists-f, component-promotion-lists-f:hover {
    text-decoration: none !important;
}
component-promotion-lists-f .text-center {
    text-align: center;
}
component-promotion-lists-f .cover_ {
    box-shadow: 0px 1px 1px #dddddd;
    border: 1px solid #dddddd;
}
component-promotion-lists-f ._category_child_list .i_cover .box_text {
    background-color: #fff;
    color: black;
    font-size: 16px;
    margin: 15px;
    height: 44px;
    font-weight: 400;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    word-break: break-word !important;
    text-decoration: none !important;
    display: -webkit-box !important;
}
component-promotion-lists-f ._category_child_list a:hover .box_text {
    color: #00A44B;
}
component-promotion-lists-f ._category_child_list {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
component-promotion-lists-f ._category_child_list .i_cover {
    width: 100%;
    height: auto;
}
component-promotion-lists-f ._category_child_list .i_cover .i_img {
    padding-top: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
component-promotion-lists-f ._category_child_list .i_intro {
    text-align: center;
    color: #666666;
    padding-top: 5px;
}
component-promotion-lists-f ._category_child_list .i_intro .i_name {
    font-size: 16px;
    padding: 6px 12px 14px;
    float: left;
}
/*@media (min-width: 1200px) {
    component-promotion-lists-f ._category_child_list .i_cover .i_img {
        height: 239px;
    }
}
@media (max-width: 1199px) {
    component-promotion-lists-f ._category_child_list .i_cover .i_img {
        height: 172px;
    }
}
@media (max-width: 992px) {
    component-promotion-lists-f ._category_child_list .i_cover .i_img {
        height: 178px;
    }
}
@media (max-width: 768px) {
    component-promotion-lists-f ._category_child_list .i_cover .i_img {
        height: 290px;
    }
}*/

component-promotion-lists-f .left {
    position: absolute;
    left: 0px;
    opacity: 1;
    z-index: 1;
    cursor: pointer;
    outline: none;
    transition: all 0.3s;
    opacity: 1;
}
component-promotion-lists-f .right {
    position: absolute;
    right: 0px;
    opacity: 1;
    z-index: 1;
    cursor: pointer;
    outline: none;
    transition: all 0.3s;
    opacity: 1;
}
component-promotion-lists-f .text-center {
    text-align: center;
}
component-promotion-lists-f .loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 100%;
    height: 200px;
    align-items: center;
    justify-content: center;
}
@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
component-promotion-lists-f .ball-scale-multiple {
    position: relative;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
component-promotion-lists-f .ball-scale-multiple>div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
component-promotion-lists-f .ball-scale-multiple>div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
component-promotion-lists-f .ball-scale-multiple>div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    left: -30px;
    top: 0px;
    opacity: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
    animation: ball-scale-multiple 1s 0s linear infinite;
}
component-promotion-lists-f .cover_loader {
    display: none
}
component-promotion-lists-f .cover_loader.show {
    display: block;
    height: 50vh
}
component-promotion-lists-f .cover_loader.show .load_fading_circle {
    margin: 45vh auto;
    width: 10vh;
    height: 10vh;
    position: relative
}
component-promotion-lists-f .cover_loader.show .load_fading_circle .load_circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}
component-promotion-lists-f .cover_loader.show .load_fading_circle .load_circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: load_circleFadeDelay 1.2s infinite ease-in-out both;
    animation: load_circleFadeDelay 1.2s infinite ease-in-out both
}
@-webkit-keyframes load_circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
}
@keyframes load_circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
}
component-promotion-lists-f .cover_loader.show .load_fading_circle .load_circle_12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg)
}
component-promotion-lists-f .cover_loader.show .load_fading_circle .load_circle_12:before {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}
component-promotion-lists-f .cover_loader.show .load_fading_circle .load_circle_11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg)
}
component-promotion-lists-f .cover_loader.show .load_fading_circle .load_circle_11:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s
}
component-promotion-lists-f .cover_loader.show .load_fading_circle .load_circle_10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}
component-promotion-lists-f .cover_loader.show .load_fading_circle .load_circle_10:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s
}
component-promotion-lists-f .cover_loader.show .load_fading_circle .load_circle_9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg)
}
component-promotion-lists-f .cover_loader.show .load_fading_circle .load_circle_9:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s
}
component-promotion-lists-f .cover_loader.show .load_fading_circle .load_circle_8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg)
}
component-promotion-lists-f .cover_loader.show .load_fading_circle .load_circle_8:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s
}
component-promotion-lists-f .cover_loader.show .load_fading_circle .load_circle_7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
component-promotion-lists-f .cover_loader.show .load_fading_circle .load_circle_7:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s
}
component-promotion-lists-f .cover_loader.show .load_fading_circle .load_circle_6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg)
}
component-promotion-lists-f .cover_loader.show .load_fading_circle .load_circle_6:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s
}
component-promotion-lists-f .cover_loader.show .load_fading_circle .load_circle_5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg)
}
component-promotion-lists-f .cover_loader.show .load_fading_circle .load_circle_5:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s
}
component-promotion-lists-f .cover_loader.show .load_fading_circle .load_circle_4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
component-promotion-lists-f .cover_loader.show .load_fading_circle .load_circle_4:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s
}
component-promotion-lists-f .cover_loader.show .load_fading_circle .load_circle_3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg)
}
component-promotion-lists-f .cover_loader.show .load_fading_circle .load_circle_3:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}
component-promotion-lists-f .cover_loader.show .load_fading_circle .load_circle_2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}
component-promotion-lists-f .cover_loader.show .load_fading_circle .load_circle_2:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}
component-promotion-lists-f .cover_loader.show .load_fading_circle .load_circle_1 {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}
component-promotion-lists-f .cover_loader.show .load_fading_circle .load_circle_1:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}