.emh-cert-upload {
    width: 100vw;
    min-height: 100vh;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow: auto;
    .emh-cert-upload-fix-top {
    }

    .emh-cert-upload-main-body {
        flex: 1;
        display: flex;
        flex-direction: column;
        .emh-cert-upload-type-title {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-around;
            padding: 32px 28px;
            &-div {
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: space-around;
            }
            .emh-cert-upload-type-border {
                width: 48px;
                height: 2px;
                background: #e2e2e2;
            }
            .emh-cert-upload-type-item {
                display: flex;
                flex-direction: column;
                align-items: center;
                img {
                    width: 32px;
                    height: 24px;
                    margin-bottom: 8px;
                }
                &-text {
                    font-size: 14px;
                    color: #646464;
                    text-align: center;
                    &-active {
                        color: #3863ea;
                        font-size: 14px;
                    }
                }
            }
        }
        .emh-cert-upload-type-body {
            flex: 1;
            background-color: #fff;
            margin: 0 16px 16px;
            border-radius: 8px;
            display: flex;
            flex-direction: column;
            align-items: center;
            &-title {
                font-size: 16px;
                color: #000000;
                text-align: center;
                margin: 16px 0 40px;
            }
            &-photo {
                width: 228px;
                height: 144px;
                background: url('../../image/photo_bg.png') no-repeat;
                background-size: 100% 100%;
                img {
                    width: 208px;
                    height: 124px;
                    margin: 10px;
                }
                &.photo {
                    width: 160px;
                    height: 212px;
                    img {
                        width: 140px;
                        height: 192px;
                    }
                }
            }
            &-tips {
                font-size: 12px;
                color: #888888;
                letter-spacing: 0;
                line-height: 20px;
                margin: 32px 0 40px;
            }
            &-btn {
                width: 279px;
                line-height: 48px;
                background: #3863ea;
                border-radius: 8px;
                font-size: 16px;
                color: #ffffff;
                text-align: center;
            }
        }
    }
}