html {
    font-size: 100px;
}

.mfa-bind-wrap {
    background: var(--color-theme-1);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mfa-bind-main {
    position: relative;
    width: 592px;
    height: 628px;
    background: #FFFFFF;
    box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.17);
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    padding: 48px 40px 60px 48px;
    box-sizing: border-box;
}
.mfa-bind-header {

}
.mfa-bind-header .title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 33px;
}
.mfa-bind-header  .short-desc {
    width: 488px;
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}
.mfa-bind-main  .tip {
    margin-top: 20px;
    width: 504px;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    position: relative;
}
.mfa-bind-main  .tip-authorize {
    margin-top: 30px;
    width: 504px;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.mfa-bind-main .qr-code {
    width: 180px;
    height: 180px;
    /*border: 1px dashed black;*/
    margin-bottom: 10px;
}
.mfa-bind-main    .qr-code-block-wrapper {
    width: 416px;
    background: rgba(255, 255, 255, 1);
    /*border: 1px solid grey;*/
    box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.17);
    border-radius: 6px;
    z-index: 10;
    position: absolute;
    margin: 0 auto;
    top: 6px;
    z-index: 1000;
    padding: 20px 20px 10px 20px;
    box-sizing: border-box;
    position: relative;
}
.mfa-bind-main  .qr-code-block-wrapper .triangle-top {
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    /*border-top: 1px solid grey;*/
    /*border-right: 1px solid grey;*/
    z-index: 100;
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    left: 90px;
    top: -6px;
    display: block;
    box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.17);
}
.mfa-bind-main  .qr-code-block-wrapper .triangle-top-authorize {
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    /*border-top: 1px solid grey;*/
    /*border-right: 1px solid grey;*/
    z-index: 100;
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    left: 159px;
    top: -6px;
    display: block;
    box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.17);
}
.mfa-bind-main  .qr-code-block-wrapper  .qr-code-item {
    width: 180px;
    height: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.mfa-bind-main  .anchor {
    color: var(--color-theme-1);
    cursor: pointer;
}
.mfa-bind-main .qr-code-image{
    width: 180px;
    height: 180px;
    background: #FFFFFF;
    border: 1px dashed #d8d8d8;
    padding: 8px;
    box-sizing: border-box;
}
.mfa-bind-main .qr-code-block{
    display: flex;
    justify-content: space-between;
}
.mfa-bind-content {

}
.mfa-bind-content > .qr-code-block{
    margin-top: 16px;
    margin-left: 130px;
    width: 220px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #d8d8d8;
    box-sizing: border-box;
}
.mfa-bind-content  .qr-code-block-authorize{
    height: 212px;
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border: 1px dashed #999999;*/
    box-sizing: border-box;
}
.mfa-bind-content  .qr-code2{
    width: 208px;
    height: 208px;
}
.mfa-bind-content  .qr-code3{
    width: 70px;
    height: 70px;
}
.mfa-bind-content .qr-codeAuthorize{
    width: 250px;
    height: 161px;
}
.mfa-bind-content .secret {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 24px;
    align-items: center;
    margin-bottom: 24px;
}
.mfa-bind-content .secret-code {
    font-weight: bold;
}
.mfa-bind-content .copyButton{
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 0;
    margin-left: 10px;
}
.mfa-bind-content .copyIcon{
    width: 16px;
    height: 18px;
}
.mfa-bind-footer {

}
.mfa-bind-footer .auth-code {
    width: 334px;
    height: 32px;
    background: #ffffff;
    border-radius: 2px;
    border: 1px solid #d8d8d8;
    padding-left: 10px;
}
.mfa-bind-footer .next-button {
    width: 334px;
    background: var(--color-login-btn-bg);
    box-shadow: 0px 8px 14px -6px var(--color-theme-1-opacity10);
    border: 0;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    line-height: 42px;
    margin-top: 24px;
    margin-left: 81px;
    cursor: pointer;
}
.mfa-bind-footer .next-button:active {
    background: #AE4500;
}
.mfa-bind-footer .next-button:hover {
    background: var(--color-login-btn-bg-hover);
    box-shadow: initial;
}
.mfa-bind-footer .contact-line {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin: 14px auto 40px;
    text-align: center;
}

.mfa-bind-footer .contact-link {
    color: var(--color-theme-1);
    cursor: pointer;
}

.mfa-bind-footer .people {
    width: 200px;
    height: 160px;
    margin: 50px auto;
}

.mfa-bind-footer .input-block {
    margin-left: 81px;
    height: 62px;
}

.mfa-bind-footer .error-prompt {
    font-size: 14px;
    font-weight: 400;
    color: #E02020;
    margin-bottom: 70px;
}
.mfa-bind-footer .border-color {
    border-color: #E02020;
}


.returnBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 48px;
    width: 48px;
    color: #999;
}
.returnBtn:after{
    font-family: 'iconfont';
    content: '\e70d';
    font-size: 24px;
}
.returnBtn:hover {
    color: var(--color-theme-1);
}
.returnIcon{
    width: 48px;
    height: 48px;
}
/* 弹窗提示 */
.web-toast{
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding:10px;
    border-radius: 3px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    z-index: 9999;
    white-space: nowrap;
}
.fadeOut{
    animation: fadeOut .5s;
}
.fadeIn{
    animation:fadeIn .5s;
}
@keyframes fadeIn {
    0%    {opacity: 0}
    100%  {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0%    {opacity: 0}
    100%  {opacity: 1}
}
@-moz-keyframes fadeIn {
    0%    {opacity: 0}
    100%  {opacity: 1}
}
@-o-keyframes fadeIn {
    0%    {opacity: 0}
    100%  {opacity: 1}
}
@-ms-keyframes fadeIn {
    0%    {opacity: 0}
    100%  {opacity: 1}
}
@keyframes fadeOut {
    0%    {opacity: 1}
    100%  {opacity: 0}
}
@-webkit-keyframes fadeOut {
    0%    {opacity: 1}
    100%  {opacity: 0}
}
@-moz-keyframes fadeOut {
    0%    {opacity: 1}
    100%  {opacity: 0}
}
@-o-keyframes fadeOut {
    0%    {opacity: 1}
    100%  {opacity: 0}
}
@-ms-keyframes fadeOut {
    0%    {opacity: 1}
    100%  {opacity: 0}
}
