html {
    height: 100% !important;
}
body {
    min-height: 100% !important;
    height: auto !important;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    background-color: #EBEDEE !important;
}

header {
    padding: 0 !important;
}

.vertical_center{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}

.layout-header {
    width: 80%;
    line-height: 40px;
    color: #666;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 2px solid #ff6672;
}

.container {
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    box-sizing: border-box;
    width: 65vw;
    min-width: 937px;
    background-color: #ffffff;
}

.header {
    flex-shrink: 0;
}


.module-title {
    display: flex;
    justify-content: flex-start;
}

.module-title .module-logo {
    width: 142.5px;
}

.module-title .module-logo a{
    display: inline-block;
    width: 100%;
}

.module-title .module-logo img{
    width: 100%;
    vertical-align: middle;
}

.module-title .module-desc {
    margin: 10px 20px;
    padding: 0 20px;
    border-left: 1px solid #ddd;
    font-size: 18px;
    line-height: 20px;
}

.layout-main {
    width: 80%;
    min-width: 750px;
    margin: 0 auto;
    padding: 15px 20px 0;
    box-shadow: 0px 0px 10px #D0D0D0;;
    border-radius: 15px;
    overflow: hidden;
}

.f-body-mobile .layout-main{
    width: 90%;
    box-shadow: none;
}

.main {
    display: block;
    flex: 1;
    flex-basis: auto;
    overflow: auto;
    padding: 20px;
}

.tip {
    width: 95%;
    margin: 0 auto;
    min-height: 70px;
    padding: 15px 20px;
    margin-bottom: 20px;
    background: #ffefd7;
    border: 1px solid #ffdba7;
    font-size: 12px;
    color: #ba7f23;
    line-height: 20px;
}

.tip span {
    color: #0aa4eb;
    margin: 0 10px 0 0;
}

.f-body-mobile  .tip{
    margin-bottom: 10px;
}

.steps {
    display: flex;
    white-space: nowrap;
}

.step {
    display: inline-block;
    position: relative;
    flex-shrink: 1;
}
.step .step_head, .step .step_main {
    text-align: center;
}

.step_head.is-wait {
    color: #c0c4cc;
    border-color: #c0c4cc;
}
.step_head {
    position: relative;
    width: 100%;
}

.step .step_line {
    height: 2px;
    left: 0;
    right: 0;
}

.step .step_line {
    left: 50%;
    right: -50%;
    top: calc(50% - 1px);
}

.step_line {
    position: absolute;
    border-color: inherit;
    background-color: #c0c4cc;
}
.step_line-inner {
    display: block;
    border: 1px solid;
    border-color: inherit;
    transition: .15s ease-out;
    box-sizing: border-box;
    width: 0;
    height: 0;
}
.step_icon.is-text {
    border-radius: 50%;
    border-color: inherit;
}
.step_icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    font-size: 14px;
    box-sizing: border-box;
    background: #fff;
    transition: .15s ease-out;
}

.step_icon .f-icon{
    width: 100%;
    height: 100%;
    line-height: 28px;
    font-size: 24px;
    border-radius: 50%;
    background: #c0c4cc;
}

.step_icon .f-icon:before{
    line-height: 38px;
    color: #ffffff;
}

.step:last-of-type .step_line {
    display: none;
}

.step_title{
    margin-top: 18px;
    margin-bottom: 5px;
}
.is-wait .step_title,
.is-wait .step_description,
.is-wait .step_description+.f-icon
{
    color: #c0c4cc;
}

.step_description p{
    position: relative;
}

.is-completed .step_title,
.is-completed .step_description,
.is-completed .step_description+.f-icon
{
    color: #42A6EF;
}

.is-completed .step_icon .f-icon{
    background: #42A6EF;
}

.icon-green-compelted {
    color: #24D86E;
}


.is-ongoing  .step_title,
.is-ongoing  .step_description,
.is-ongoing .step_description+.f-icon{
    color: #ed0c1e;
}

.is-ongoing .step_icon .f-icon{
    background: #ed0c1e;
    box-shadow: 0px 18px 38px #ed0c1e;
}


.step_title {
    font-size: 16px;
    line-height: 38px;
}

.step_description {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.step_description {
    margin-top: -5px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    text-align:center;
}

.step_description p{
    text-align:center
}

.icon-warning {
    margin-left: 10px;
    font-size: 16px;
    vertical-align: middle;
    color: #e33745;
}

.layout-footer {
    height: 60px;
    width: 100%;
    font-size: 15px;
    color: #878888;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 10px;
}

.register_form{
    min-height: 300px;
    width: 95%;
    margin: 0 auto;
}

.f-body-mobile .register_form{
    min-height: unset;
}

.register_form .f-panel-title-text{
    font-size: 14px;
    color: #666666;
}


.register_form .f-fieldlabel-text{
    color: #666666;
}

.agreementToolbar{
    border-top: none;
}



.f-form-wrap .f-field{
    display: flex !important;
    flex-wrap: wrap;
}

.f-form-wrap .f-field .f-field-fieldlabel-cell{
    width: 100% !important;
    height: auto;
}

.f-form-wrap .f-field .f-field-fieldlabel-cell .f-field-fieldlabel{
   text-align: left;
}

.f-messagebox{
    max-width: 70%;
}

.f-form-wrap .f-field .f-field-body-cell{
    flex: 1;
    flex-grow: 2;
    width: auto;
}

.f-form-wrap .f-field .f-field-error-cell{
    position: relative;
}

.f-form-wrap .f-field .f-field-error-cell .f-icon{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.qr_code{
    height: 40px;
    width: 40px;
    position: fixed;
    top: 85px;
    right: 80px;
    border-radius: 8px;
}

.qr_code .qr-code-btn{
    padding: 5px;
    border: none;
    background: #f9f9f9;
}

.qr_code .qr-code-btn.f-state-hover,
.qr_code .qr-code-btn.f-state-active
{
    background: #fafafa;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}

.qr-code-btn .f-btn-inner{

    position: relative !important;
    inset: 0 !important;
    margin: 0 !important;
}


.qr-code-btn .f-btn-icon{
    display: inline-block;
    font-size: 28px;
    height: 100%;
    line-height: 30px;
}


.qr_code_pop{
    height: 140px;
    width: 360px;
    position: fixed;
    top: 85px;
    right: 130px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    display: flex;
    flex-flow: row;
}

.qr_code_pop .qr_code_pop_left{
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    justify-content:center;
    padding: 10px;
}

.qr_code_pop_left .qr_code_pop_title{
    text-align: center;
    font-size: 20px;
    padding: 10px 0 ;
}

.qr_code_pop_left .qr_code_pop_text{
    word-break: break-word;
    padding: 0 10px;
}

.qr_code_pop .qr_code_pop_right{
    width: 140px;
    padding: 0 5px;
}

.register-help a {
    border: 0;
    /*animation: blink 1.2s linear infinite;*/
    /*-webkit-animation: blink 1.2s linear infinite;*/
    /*-moz-animation: blink 1.2s linear infinite;*/
    /*-ms-animation: blink 1.2s linear infinite;*/
    /*-o-animation: blink 1.2s linear infinite;*/
}

.register-help a .f-btn-inner{
    display: flex;
    justify-items: center;
}

.register-help a .f-btn-inner .f-icon{
    line-height: 22px;
}

/*@keyframes blink {*/
/*    0% {*/
/*        color: blue;*/
/*    }*/
/*    50% {*/
/*        color: transparent;*/
/*    }*/
/*    100% {*/
/*        color: blue;*/
/*    }*/
/*}*/






