.register-container-wrapper {
    width: 100%;
    height: 800px;
    background: #fff;
}

    .register-container-wrapper .page_title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .register-container-wrapper .page_title .tologin {
            font-size: 16px;
            color: rgba(255,114,0,1);
        }

    .register-container-wrapper .list-wrapper {
        margin-top: 50px;
    }

        .register-container-wrapper .list-wrapper .fc-list {
            display: flex;
            margin-bottom: 30px;
        }

        .register-container-wrapper .list-wrapper .fcl_mb {
            margin-bottom: 10px;
        }

        .register-container-wrapper .list-wrapper .fc-list .fcl_title {
            margin-left: 400px;
        }

        .register-container-wrapper .list-wrapper .fc-list .light_title {
            color: #999;
        }

        .register-container-wrapper .list-wrapper .fc-list .fcl_container {
            display: flex;
            align-items: center;
        }

            .register-container-wrapper .list-wrapper .fc-list .fcl_container .errmsg {
                margin-top: 0;
            }

            .register-container-wrapper .list-wrapper .fc-list .fcl_container .verify-box {
                display: flex;
                width: 300px;
                align-items: center;
                justify-content: space-between;
            }

                .register-container-wrapper .list-wrapper .fc-list .fcl_container .verify-box input {
                    width: 200px;
                }

        .register-container-wrapper .list-wrapper .fc-list .setdefault {
            margin: 0 auto;
        }

            .register-container-wrapper .list-wrapper .fc-list .setdefault a {
                color: #349DFF;
            }
