/* 设置弹性盒子 */
.df{
    display: flex;
}
.jcsb{
    justify-content: space-between;
}
.jcsa{
    justify-content: space-around;
}
.jcse{
    justify-content: space-evenly;
}
.jcc{
    justify-content: center;
}
/* 设置图片 */
img{
    width: 100%;
}
/* 居中 */
.ma{
    margin: auto;
}

/* 宽 */
.mw1200{
    max-width: 1200px;
}

/* 主题色 */
.c6{
    color: #666;
}
.c8{
    color: #c8c8c8;
}
.oh{
    overflow: hidden;
}

.onContentLeft {
    width: 25%;
}
.onContentRight{
    width: 75%;
}