dd {
    margin-bottom: 0 !important;
    margin-left: 0;}
.index-flash .pc-show{transform: scale(1.1);height: 100%;}
.index-flash .swiper-slide-active .pc-show{transform: scale(1);transition:linear 5s;}
.index-flash{overflow:hidden;}

@charset 'utf-8';

@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;}  
/* Arrows */
 .slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;}

.bgs {    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background-color: rgba(0, 0, 0, 0.3);}
