#owl-big-images .owl-dots {
    margin-top: -26px!important;
    position: absolute;
    left: 0px;
    right: 0px;
}

/* 菜单向右移动1倍 */
li.move1X:hover > ul {
    transform: translatex(100%) scale(1);
}
li.move1X:hover > div svg {
    color: rgb(220 38 38);
}