
#slide {
    /*float: right;*/
    /*width: 720px;*/
    /*height: 403px;*/
}

.wei-slide__track {
    /*height: 360px;*/
}

.wei-slide {
    position: relative;
}

.wei-slide__inner {
    overflow: hidden;
    position: relative;
}

.wei-slide__track {
    width: 9999em;
    position: relative;
    top: 0;
    left: 0;
}

.wei-slide__track:after {
    clear: both;
    display: table;
    content: ' ';
}

.wei-slide__item {
    float: left;
}

.wei-slide__item a {
    display: inline-block;
    vertical-align: top;
}

.wei-slide__item img {
    vertical-align: top;
}


.scaleImg {
    display: inline-block;
    overflow: hidden;
    vertical-align: top
}

.scaleImg:hover img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

.scaleImg img {
    transition: transform .5s ease-out;
}

.wei-slide__prev,
.wei-slide__next {
    position: absolute;
    display: inline-block;
    top: 50%;
    margin-top: -32px;
    width: 30px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    z-index: 3;
}

.wei-slide__prev i,
.wei-slide__next i {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.wei-slide__prev:hover,
.wei-slide__next:hover {
    color: #fff;
    background: #006abe;
    text-decoration: none;
}

.wei-slide__prev.disabled,
.wei-slide__next.disabled {
    opacity: 0.2;
}

.wei-slide__prev {
    left: 0;
    border-radius: 0 5px 5px 0;
}

.wei-slide__next {
    right: 0;
    border-radius: 5px 0 0 5px;
}


.wei-slide__indicators {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 3;
    text-align: center;
}

.wei-slide__indicators a {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    background-color: #fff;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
    vertical-align: middle;
}

.wei-slide__indicators a:hover {
    /*background-color: #f60;*/
}

.wei-slide__indicators a.active {
    width: 30px;
    background-color: #57b;
}

.wei-slide__indicators--fix {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}


.wei-slide__title {
    width: 100%;
    height: 43px;
    line-height: 43px;
    white-space: nowrap;
    text-align: center;
    background-color: #555;
}

.wei-slide__title a {
    display: block;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
