body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre {
    margin: 0;
    padding: 0;
    font-family: 'Poppins',sans-serif;
}
html{
    touch-action:none;
    touch-action:pan-y;
}
*,:after,:before {
    box-sizing: border-box;
}
li,ul {
    list-style: none outside none;
    margin: 0;
    padding: 0
}
body{
    max-width: 750px;
    margin: 0 auto;
    background-color: #ffffff;
    text-align: center;
    font-size: 16px;
    color: #2A2D35;
}
img{
    height: auto;
}

.box,.subox,.delbox,.ssbox{
    padding: 0 25px;
}
.fblogo{
    margin-top: 99px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}
.logowrap{
    position: relative;
}
.fblogo img{
    width: 80px;
    border-radius: 50%;
}
.ssbox .fblogo img{
    border-radius: 0;
}
.fblogo img.gg_w{
    margin-left: -30px;
}
html[dir="rtl"] .delbox .fblogo img.gg_w{
    margin-right: -140px;
    margin-left: 0;
    position: relative;
}
.fblogo img.smlogo{
    width: 26px;
    position: absolute;
    bottom: 0;
    right: 0;
}
html[dir="rtl"] .delbox .fblogo img.smlogo{
    right: -60px;
}
.errtps{ 
    display: none; 
    color: red;
}
.delbox .fblogo{
    margin-top: 110px;
}
.ssbox .fblogo{
    margin-top: 130px;
}
.appname{
    color: #B3B3B3;
    font-weight: 500;
    margin-bottom: 32px;
}

.fbttl{
    font-weight: 700;
    font-size: 24px;
    color: #2A2D35;
    margin-bottom: 12px;
}
.loginbox .appname{
    margin-bottom: 12px;
}
.loginbox .fbttl{
    margin-bottom: 12px;
}
.delbox .fbttl{
    margin-top: 31px;
    margin-bottom: 12px;
}
.ssbox .fbttl{
    padding: 0 8%;
}
.delbox .fbttlerr{
    font-size: 18px;
    font-weight: 500;
}
.fbdes{
    font-weight: 400;
    font-size: 16px;
    /* line-height: 22px; */
    margin-bottom: 32px;
}
.fbdes b{color: #FF8A00;}
.box .notedes {
    margin-top: 18px;
    font-size: 14px;
}
.delbox .fbdes{
    font-size: 18px;
    /* opacity: 0.5; */
    margin-top: 32px;
    margin-bottom: 12px;
}
.delbox .email{
    opacity: 0.5;
    margin-top: 12px;
    margin-bottom: 32px;
}
.ssbox .email{
    opacity: 0.5;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 18px;
}
.ssbox .fbdes{
    opacity: 0.5;
    padding: 0 20px;
}
.btnwrap{
    width: 99%;
    height: 78px;
    border: none;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard syntax */
}
.ggbtn{
    background: #F5F5F5;
    color: #000000;
    margin-bottom: 16px;
}
.fbbtn{
    background: #0169FF;
    color: #FFFFFF;
}
.btnwrap img{
    width: 24px;
    /* width: 11.77px;
    height: 24px; */
    /* margin-right: 3%; */
    vertical-align: top;
}
.btnwrap .lef {
    width: 24px;
}
.btnwrap .rig {
    width: 80%;
    text-align: left;
    padding-left: 20px;
}
.btnwrap .rig p{
    font-size: 14px;
    font-weight: 400;
}
html[dir="rtl"] .btnwrap .rig{
    text-align: right;
    padding-right: 20px;
    padding-left: 0;
}
.box .yddes{
    text-decoration-line: underline;
    color: #0076FF;
    margin-top: 15px;
    font-size: 16px;
}

.embox,.ydbox{
    padding: 0 27px;
}
.ydlogo{
    margin-top: 26px;
    margin-bottom: 31px;
}
.ydlogo img{
    width: 80px;
}
.ydttl{
    font-weight: 800;
    font-size: 22px;
    /* line-height: 26px; */
    letter-spacing: 0.411765px;

    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 7px;
}
.yddes{
    font-weight: 400;
    font-size: 17px;
    /* line-height: 20px; */
    letter-spacing: 0.411765px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 18px;
}
.ydtc{
    font-weight: 400;
    font-size: 18px;
    text-decoration-line: underline;
    color: #004AFF;
    margin-top: 16px;
    margin-bottom: 40px;
}
.fbinput{
    border: none;
    width: 99%;
    height: 53px;
    background: rgba(217, 217, 217, 0.5);
    border-radius: 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    padding-left: 20px;
    border: 1px solid #ffffff;
}
html[dir="rtl"] .fbinput{
    padding-right: 20px;
    padding-left: 0;
}
.ydsrkts{
    font-size: 17px;
    color: #c90c0c;
}
.ydbtn button{
    font-family: 'Archivo',sans-serif;
    border: none;
    width: 99%;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #ffffff;
    background-color: #17B9CF;
    margin-top: 15px;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard syntax */
    text-transform: capitalize;
}
.loginbox .ydbtn button{
    background-color: #17B9CF;
}
.ndelbox .ydbtn button{
    background-color: #F5F5F5;
    color: #000000;
}
.ydbtn .inbtn{
    opacity: 0.5;
}
#goydbox{
    display: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard syntax */
}
.ydbtn .csbtn{
    color: #000000;
    background-color: #F5F5F5;
    margin-bottom: 15%;
    opacity: 0.5;
}
.ydbtn button.active{
    opacity: 1;
}

.codebox{
    max-width: 750px;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    /* left: 0; */
}
.boxbj{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.3;
}
.content{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    padding: 0 25px;
    border-radius: 20px 20px 0 0;
}
.deltc .content{
    width: 90%;
    /* height: 47%; */
    margin: 0 5%;
    /* padding: 0 32px; */
    position: absolute;
    /* top: 50%; */
    bottom: 30%;
    /* margin-top: -136px; */
    border-radius: 10px;
}
.deltc .fbttl{
    margin-top: 10%;
    margin-bottom: 8px;
}  
.deltc .fbdes{
    margin-bottom: 8%;
}
.codebox .fbdes{
    padding: 0 8%;
}
.deltc .ydbtn button{
    background-color: #F5F5F5;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}
.deltc,.ndelbox .savebtn button{
    color: #F41C1C;
}
.deltc .cancelbtn {
    margin-bottom: 10%;
}

.codewrap {
    position: relative;
    /* width: 100%; */
    /* overflow: hidden; */
    /* padding: 28px 47px 64px 47px; */
    margin: 15% 8%;
}
.field-list {
    display: flex;
    justify-content: space-between;
}
.field-item {
    box-sizing: border-box;
    width: 61px;
    height: 70px;
    line-height: 70px;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    background-color: #F5F5F5;
    border-radius: 10px;
}
.field-item-focus {
    border-color: #1B78FF;
}
.field-item-focus::before {
    content: '';
    display: block;
    width: 2px;
    height: 56px;
    margin: 8px auto;
    background: #1B78FF;
    animation: blink 1s steps(1) infinite;
}
@keyframes blink {
    50% {
        opacity: 0;
    }
}
.field-input {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% + 60px);
    height: 70px;
    padding: 0;
    border: none;
    outline: none;
    opacity: 0;
    background: transparent;
}

.sulogo{
    margin-top: 167px;
    margin-bottom: 24px;
}
.sulogo img{
    width: 80px;
}
.suttl{
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.411765px;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 7px;
}
.suid{
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.411765px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 11px;
}
.sudes{
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.411765px;
    color: rgba(0, 0, 0, 0.7);
}
.subtn button{
    border: none;
    margin-top: 131px;
    width: 89%;
    height: 60px;
    background: #0079FC;
    border-radius: 60px;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
}

.tcbox{
    padding: 0 27px;
    margin-top: 70px;
    text-align: left;
    background-color: #ffffff;
    border-radius: 18px 18px 0 0;
}
.tcback{
    text-align: right;
    padding-top: 22px;
    margin-right: -8px;
}
.tcback img{
    width: 24px;
}
.tcttl{
    font-weight: 900;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.411765px;
    color: rgba(0, 0, 0, 0.87);
    margin: 13px 0;
}
.tcapp{
    font-weight: 800;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.411765px;
    color: #0076FF;
    margin-bottom: 7px;
}
.tcstepimg{
    margin-top: 17px;
    margin-bottom: 25px;
}
.tcstepimg img{
    width: 97%;
}
.tcstepimg1 img{
    width: 94%;
    margin-left: 2%;
}
.tcurl{
    padding-bottom: 73px;
}
.tcurl a{
    text-decoration-line: underline;
    color: #0076FF;
    word-break: break-all;
    line-height: 16px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.411765px;
    padding-bottom: 73px;
}

.black{
    background-color: #000000;
    color: #ffffff;
}
.loadbox{
    position: fixed;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
}
.loaddes {
    margin-top: 5%;
}
.loading svg{
    -webkit-animation: load 1.04s linear infinite;
}
@-webkit-keyframes load{       
    0%{-webkit-transform:rotate(0deg);}
    50%{-webkit-transform:rotate(180deg);}
    100%{-webkit-transform:rotate(360deg);}
}
