/**
 * Demo Page Styles
 */

.ribbon {
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #EB5F5A;
}

.ribbon a {
    display: block;
    padding: 10px 0;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.ribbon a:hover {
    background-color: #d7544f;
}


.description {
    max-width: 400px;
    margin: 0 auto;
    padding: 0 20px;
}

.dist {
    display: block;
    width: 170px;
    margin: 20px auto;
    padding: 10px 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: #09AE9B;
    color: #fff;
}

.dist:hover {
    background: #099681;
}

.examplecode {
    margin: 0 auto 30px;
}

.examplecode:last-child {
    margin-bottom: 0;
}

code {
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    font-size: 12px;
}

/**
 * Slider specific styles
 */

.slider {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
    z-index:120;
}

.frame {
    position: relative;
    width: 960px;
    height:530px;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    white-space: nowrap;
}

.frame li {
     position: relative;
    display: inline-block;
    width:960px;
    height: 550px;
    text-align: left;
    margin-bottom:0;
}


.slides {
    display: inline-block;
}

.simple li {
    width: 270px;
}

.variablewidth li {
    width: 280px;
}
.frame li.js_slide  .ul2{width:960px;}
.frame li.js_slide  .ul2 li{width:220px;height:160px;border:0; padding:0 10px;margin-bottom:25px;float:left;cursor:pointer;}
.frame li.js_slide  .ul2 li img{width:100%;height:130px;border:0;}
.frame li.js_slide  .ul2 li a.aimg{display:block;margin:0 auto; width:220px;height:130px;line-height:130px;text-align:center;font-size:24px;color:#fff;background-color:#ED4C30;position:relative;}
.frame li.js_slide  .ul2 li p{text-align:left;font-size:18px;color:#ed4c30;line-height:30px;font-family:Î¢ÈíÑÅºÚ;}

.simple li:last-child,
.variablewidth li:last-child,
.multipleelements li:last-child,
.multislides li:last-child,
.ease li:last-child {
    margin-right: 0;
}

.prev, .next {
    position: absolute;
    top: 37%;
    margin-top: -25px;
    display: block;
    cursor: pointer;
}

.next {
    right: 0;
}

.prev {
    left: 0;
}

.next svg, .prev svg {
    width: 25px;
}

@media screen and (min-width: 640px ) {
   
}

@media screen and (min-width: 980px ) {

}
