component-promotion-lists-e a, component-promotion-lists-e a:hover {
    text-decoration: none !important;
}
component-promotion-lists-e {}
component-promotion-lists-e, component-promotion-lists-e:hover {
    text-decoration: none !important;
}
component-promotion-lists-e .text-center {
    text-align: center;
}
component-promotion-lists-e .cover_ {
    box-shadow: 0px 1px 1px #dddddd;
    border: 1px solid #dddddd;
}
component-promotion-lists-e ._category_child_list .i_cover .box_text {
    background-color: #fff;
    color: #666666;
    font-size: 16px;
    padding: 15px;
    font-weight: bold;
}
component-promotion-lists-e ._category_child_list a:hover .box_text {
    color: #FF5100;
}
component-promotion-lists-e ._category_child_list {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
component-promotion-lists-e ._category_child_list .i_cover {
    width: 100%;
    height: auto;
}
component-promotion-lists-e ._category_child_list .i_cover .i_img {
    padding-top: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
component-promotion-lists-e ._category_child_list .i_intro {
    text-align: center;
    color: #666666;
    padding-top: 5px;
}
component-promotion-lists-e ._category_child_list .i_intro .i_name {
    font-size: 16px;
    padding: 6px 12px 14px;
    float: left;
}
/*@media (min-width: 1200px) {
    component-promotion-lists-e ._category_child_list .i_cover .i_img {
        height: 239px;
    }
}
@media (max-width: 1199px) {
    component-promotion-lists-e ._category_child_list .i_cover .i_img {
        height: 172px;
    }
}
@media (max-width: 992px) {
    component-promotion-lists-e ._category_child_list .i_cover .i_img {
        height: 178px;
    }
}
@media (max-width: 768px) {
    component-promotion-lists-e ._category_child_list .i_cover .i_img {
        height: 290px;
    }
}*/

component-promotion-lists-e .left {
    position: absolute;
    left: 0px;
    opacity: 1;
    z-index: 1;
    cursor: pointer;
    outline: none;
    transition: all 0.3s;
    opacity: 1;
}
component-promotion-lists-e .right {
    position: absolute;
    right: 0px;
    opacity: 1;
    z-index: 1;
    cursor: pointer;
    outline: none;
    transition: all 0.3s;
    opacity: 1;
}
component-promotion-lists-e .text-center {
    text-align: center;
}
component-promotion-lists-e .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-e .ball-scale-multiple {
    position: relative;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
component-promotion-lists-e .ball-scale-multiple>div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
component-promotion-lists-e .ball-scale-multiple>div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
component-promotion-lists-e .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;
}