.flex-container-faceb {
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    /* 可以根据需要添加其他样式 */
    flex-direction: column;
}

.faceb {
    width: 300px;
    height: 300px;
    margin: 10px;
    padding: 10px;
    border: solid 2px #f2f2f2;
}

.fc-facen{

    display: flex;
    justify-content: space-evenly; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    /* 可以根据需要添加其他样式 */
    flex-direction: row;
    width: 262px;

}


.btn.active.focus,
　　.btn.active:focus,.btn.focus,
　　.btn:active.focus,.btn:active:focus,
　　.btn:focus{ outline:none !important; }

　　button{outline:none !important;}

.flex-con-faces {
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    /* 可以根据需要添加其他样式 */
    flex-direction: row;
    width: 822px;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 22px;
}




#facemk{
    width: 100%;
    height: 100%;
}



.sm-face{
    width: 90px;
    height: 90px;
    padding: 3px;
    border: solid 2px #f2f2f2;
    margin: 6px;
    position: relative;
    cursor: pointer;
}

.sm-face-active{
    border-color: #0b89f0;
}


.sm-face img{
    width: 100%;
    height: 100%;
    display: block;
}

.sm-face-bg{
    position: absolute;
    left: 0;
    top: 0;
    padding: 3px;
    z-index: -1;
}








