/* runFace */
.runFace{
    display: block;
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.runFace .runFace-item{
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    /* background-size: 100% auto; */
    background-position: center;
}

.runFace .runFace-dot{
    height: 20px;
    position: absolute;
    bottom: 20px;
    text-align: center;
    border-radius: 5px;
    right: 30px;
}

.runFace .runFace-dot span{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, .5);
    cursor: pointer;
    position: relative;
	margin-left: 11px;
}

.runFace .runFace-dot .active{
	background-color: rgba(0, 197, 233, .5);
}

.runFace .runFace i{
    width: 40px;
    height: 40px;
    background-color: #000000;

    text-align: center;
    font-size: 24px;
    color: #cdcdcd;
    line-height: 40px;
    margin: 0;
    margin-top: -20px;

    position: absolute;
    top: 50%;

    cursor: pointer;
}
.runFace .runFace-prev{left: 30px;}
.runFace .runFace-next{right: 30px;}
/* runFace */
