/* runFace */
.runFace{
    display: block;
    width: 100%;
    height: 320px;
    position: relative;
    overflow: hidden;
}

.runFace-item{
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    /* background-size: 100% auto; */
    background-position: center;
}

.runFace-dot{
    height: 20px;
	width: 100%;
    bottom: 20px;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    right: 0px;
	z-index: 2;
}

.runFace-dot span{
    width: 10px;
    height: 10px;
	border-radius: 50%;
    border: 2px solid #FFFFFF;
    cursor: pointer;
    position: relative;
	margin-left: 11px;
}

.runFace-dot .active{
	background-color: #FFFFFF;
}

.runFace i{
    width: 40px;
    height: 60px;
    background-color: rgba(0, 0, 0, .5);
	border-radius: 4px;

    text-align: center;
    font-size: 24px;
    color: #cdcdcd;
    line-height: 60px;
    margin: 0;
    margin-top: -30px;

    position: absolute;
    top: 50%;
	z-index: 2;

    cursor: pointer;
}
.runFace-prev{left: 30px;}
.runFace-next{right: 30px;}
/* runFace */
