.h5FaceMainDivCss {
    position: absolute;
    width: 800px;
    height: 600px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(to bottom, #0A1743 0%, #152E8A 50%, #0A1743 100%);
}

.h5FaceInnerDivCss {
    position: absolute;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 10px;
}

.h5FaceInnerTitleDivCss {
    color: #FEFFFF;
    height: 30px;
    line-height: 30px;
}

.close {
    width: 30px;
    height: 30px;
    cursor: pointer;
    float: right;
}

.close:before {
    content: '';
    width: 18px;
    height: 3px;
    background: white;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
}

.close:after {
    content: '';
    width: 18px;
    height: 3px;
    background: white;
    transform: rotate(-45deg);
    position: absolute;
    top: 10px;
}

.h5FaceCameraDivCss {
    width: 100%;
    height: calc(100% - 112px);
    margin-top: 20px;
}

.h5FaceCameraInfoCss {
    border: 1px solid #145EB3;
    height: 100%;
    border-radius: 8px
}

.h5FaceCameraInfoCssLeft {
    width: calc(60% - 2px);
    float: left;
}

.h5FaceCameraInfoCssRight {
    width: calc(40% - 12px);
    float: left;
    margin-left: 10px;
}

.h5FaceCameraInfoInnerCss {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
    text-align: center;
    color: #FEFFFF;
    line-height: calc(100% - 20px);
}

.h5FacePhotoTitle {
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    color: #FEFFFF;
    border: 1px solid #145EB3;
    background-color: #224798;
    padding-left: 10px;
}

.h5FaceBtnDivCss {
    height: 30px;
    margin-top: 30px;
}

.h5FaceBtn {
    width: 80px;
    float: right;
    color: #FEFFFF;
    border: 1px solid #145EB3;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 5px;
}

.h5FacePhotoInner {
    height: calc(100% - 40px);
}

.face-img,
.face-video {
    position: absolute;
    border: 3px solid #fff;
    border-radius: 4px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
    z-index: 999;
}

.centerWidth500 {
    top: calc(50% - 250px);
    left: calc(50% - 250px);
    position: absolute;
    z-index:998;
    border: 1px solid #145EB3;
    border-radius: 8px
}

.centerWidthCanvas {
    top: calc(50% - 250px);
    left: calc(50% - 250px);
    position: absolute;
    z-index:1;
}