

@font-face {
    font-family: "iconfont";
    src: url('fonts/iconfont.eot?t=20221032401');
    src: url('fonts/iconfont.eot?t=20221032401#iefix') format('embedded-opentype'),
         url('fonts/iconfont.woff?t=20221032401') format('woff'),
         url('fonts/iconfont.ttf?t=20221032401') format('truetype'),
         url('fonts/iconfont.svg?t=20221032401#iconfont') format('svg');
}
.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#u-loading-layer {
    width: 100%;
    height: 100%;
    position: fixed;
    _position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 20000;
    display: none;
}
#u-loading-layer i {
    background: url(img/loader/loading-5.gif) no-repeat center center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;    
}

body {
    font-family: "Microsoft YaHei","Arial",sans-serif;
    padding: 0;
    margin: 0;
    background: #fff;
}
/* 解决：线上因b2g登录框展示不全，而修改样式，导致PC普通登录页登录，顶部多白边问题 */
body.cn-pop-pc {
    margin-top: 10px;
}
a {
    text-decoration: none;
}
.c-p {
    cursor: pointer;
}
.t-r {
    text-align: right;
}
.m-t-50 {
    margin-top: 50px !important;
}
.m-t-30 {
    margin-top: 30px !important;
}
.m-r-10 {
    margin-right: 10px !important;
}
.m-l-10 {
    margin-left: 10px !important;
}
.content {
    width: 320px;
    margin: 0 auto;
    padding: 0;
    background: white;
}
.content.J_cancel_pop_pc{
    display: none;
}
.content .bd {
    display: none;
}

.row:after{ content:'';clear:both;display:table;font-size:0;line-height:0; }
.row{
    margin: 15px 0;
    color: #666;
    font-size: 14px;
    position: relative;
}
.row.new-agree-rule {
    display: flex;
    margin: 3px 0;
    margin-bottom: 0;
}
.row.new-agree-rule input.c-p {
    flex: 1;
    margin-right: 8px;
}
.row.new-agree-rule label.c-p {
    flex: 24;
}
.row.new-agree-rule a{
    color: #00ac6d;
}
[lang="en"] .row.new-agree-rule a,
[lang="ko-KR"] .row.new-agree-rule a {
    color: #0093DF;
}
.row.new-agree-rule input.c-p,
#IsKeepLoginState, 
#IsKeepLoginState2 {
    appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin: 3px 3px 1px 0px;
    width: 12px;
    height: 12px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 12px;
    position: relative;
}
.row.new-agree-rule input.c-p {
    margin: 3px 7px 3px 0px;
}
.row.new-agree-rule input.c-p::before,
#IsKeepLoginState::before, 
#IsKeepLoginState2::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    background: transparent;
    width: 14px;
    height: 14px;
    border: 1px solid #999999;
    border-radius: 4px;
}
.row.new-agree-rule input.c-p:checked::before,
#IsKeepLoginState:checked::before, 
#IsKeepLoginState2:checked::before{
    content: "\e655";
    background-color: #1fcb94;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 14px;
    height: 14px;
    border: 1px solid #1fcb94;
    color: white;
    font-family: "iconfont" !important;
    font-size: 13px;
    line-height: 14px;
    border-radius: 4px;
}
.row.new-login-btn {
    margin-top: 6px;
}
.row.new-error-tips {
    margin-top: 7px;
}
.row.title {
    border-bottom: 2px solid #e9e9f1;
    height: 51px;
}
.row.title > div {
    font-size: 20px;
    color: #c8c8c8;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}
.row.title > div.active {
    border-bottom: 3px solid #00ab6f;
    color: #00ab6f;
}
.row .col-xs-6 {
    float: left;
    width: 50%;
}
.row .col-xs-3 {
    color: #666;
}
.row .col-xs-3 {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
}
.row .col-xs-3:hover {
    color: #00ab6f;
}
.row .col-xs-3 .iconfont {
    margin-right: 5px;
    font-size: 18px;
}

.row .form-input {
    font-size: 14px;
    padding: 10px 20px;
    height: 24px;
    line-height: 18px;
    border-radius: 4px;
    width: 278px;
    border: 1px solid #dee2e5;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
    font-family: "Microsoft YaHei","Arial",sans-serif;
}
/*#J_NormalLogin .row .u-placeholder{*/
    /*float: left!important;*/
/*}*/
.row .form-input:focus {
    border-color: #00ab6f;
    outline: 0;
}
.row .form-input.wrong,.row .form-input.wrong:focus {
    border-color: #ff5c26;
}
.row .a-link {
    float: right;
    color: #666;
}
.row.t-r .a-link,
.row .a-link:hover {
    color: #0095df;
}
.blue-c{
    color: #0095df!important;
}
#IsKeepLoginState, #IsKeepLoginState2 {
    vertical-align: -1px;
}
/* 登录弹框勾选提示样式优化 */
#J_ErrorMsg, #lblErrorMsg {
    min-height: 20px;
    color: #ff7043;
    text-align: left;
    padding: 0;
    margin: 3px 0 0 !important;
    margin-bottom: -10px;
    margin-top: 8px;
    font-size: 12px !important;
    /*line-height: 18px;*/
}
#J_ErrorMsg p,
#lblErrorMsg p {
    background: #fff7dc;
    padding: 3px;
    color: #333;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 12px !important;
}
#J_ErrorMsg p {
    margin-top: -8px !important;
}
#lblErrorMsg p {
    margin-top: 2px !important;
}
#J_ErrorMsg i.iconfont,
#lblErrorMsg i.iconfont {
    color: #ff7043;
    margin: 0 3px;
}
#J_Geetest {
    position: absolute;
    top: 80px;
    background: white;
    z-index: 100;
    width: 320px;
    display: none;
    height: 300px;
}
.row .btn {
    display: block;
    padding: 7px 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background-color: #00ab6f;
    border-color: #357ebd;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
#dynamicLogin, #account-submit{
    background: #faa701;
    border-color: #faa701;
}
#dynamicLogin:hover, #account-submit:hover{
    background: #fbbc3e;
}
#dynamicLogin:active, #account-submit:active{
    background: #dc8601;
}
.row .btn.btn-float {
    position: absolute;
    font-size: 15px;
    right: 10px;
    width: 100px;
    height: 30px;
    padding: 0px;
    line-height: 30px;
    top: 6px;
    z-index: 10;
}

.row .i-tips {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 14px;
    /* right: -25px; */
    right: 10px;
    color: white;
    border-radius: 10px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
.i-tips.right {
    background: #1fcb94;
}
.i-tips.wrong {
    background: #fa7034;
}

span.border-line {
    border-bottom: 1px solid #d1d1d1;
    display: inline-block;
    width: 30px;
    vertical-align: top;
    height: 10px;
}

/* ja-jp login */
/*.m-sharelist { position: relative; width: 280px; left: 50%; bottom: 0px; margin-left: -140px; z-index: 5; }*/
.m-sharelist a { float: left; width: 47px; height: 47px; background-image: url(https://media.springairlines.com/Passport/Images/icon-share-ja-jp.png); background-repeat: no-repeat; margin-right: 15px; }
.m-sharelist .a-1 { background-position: 0 0; }
.m-sharelist .a-2 { background-position: -63px 0; }
.m-sharelist .a-3 { background-position: -127px 0; }
.m-sharelist .a-4 { background-position: -190px 0; }



/* Unsafe */
.red {
    color: red;
}
.row .btn.btn-white {
    border-color: #00ab6f;
    background-color: white;
    color: #00ab6f;
}
.row.help p {
    line-height: 25px;
    font-size: 14px;
}
.row .header {
    font-size: 20px;
    color: #00ab6f;
    font-weight: bold;
    margin: 0 30px;
}
.m-t-10 {
    margin-top: 10px !important;
}
.t-c {
    text-align: center;
}
[data-target-name="phone-login"] p{
    font-size: 13px;
}
.b2g #lblErrorMsg{
    /* margin-top: -10px!important; */
}
.content.b2g{
    margin-top: -10px;
}
.b2g .three-party{
    display: none;
}
.login-adverse{
    text-align: center;
    margin-top: 30px;
    font-size: 12px;
    display: block;
    color: #666;
    /*height: 50px;*/
    /*background-color: red;*/
}
.login-adverse *{
    display: inline-block;
    vertical-align: middle;
}
.login-adverse img{
    margin-right: 6px;
}
.login-adverse:link { color:#666; }
.login-adverse:visited { color:#666; }
/* safe-verify */

/* .login .btn{
    line-height: normal;
    margin-right: unset;
    height: auto;
} */

/* 2024.02.28，协助数美第三方开发人员，优化PC原生登录页，数美验证框loading位置错位问题 */
.shumei_captcha_img_wrapper .shumei_captcha_img_loadding_wrapper {
    left: 0;
}

.main .content .main-section .right-content { float: left; width: 205px; height: 140px; border-left: 1px solid #e8e8e8; }
.main .login.normal-pc{
    top: -430px;
    padding: 0 20px;
    box-sizing: border-box;
}
.main .login.normal-pc .bg{
    height: 400px;
    background: #eaf7f1;
    opacity: 0.95;
}

.main .login.normal-pc .row .form-input{
    width: 238px;
}
.main .login.normal-pc span.border-line{
    width: 40px;
    border-color: #cccccc;
}
.main .login.normal-pc .m-t-30{
    margin-top: 24px !important;
}
/* 账号密码弱化 */
.login.normal-pc .row{
    font-size: 14px;
    margin: 16px 0;
}
.login.normal-pc .form-input{
    height: 18px;
}
.login.normal-pc .row .btn.btn-float{
    top: 4px;
    right: 4px;
}
.login.normal-pc .row.check-margin-new{
    margin: 7px 0 0;
}
.login.normal-pc .row.new-agree-rule{
    margin: 5px 0 0;
}

.main .login.normal-pc .m-t-30{
    margin-top: 15px !important;
}
.main .login.normal-pc .m-t-30.check-margin-new {
    margin: 6px 0 !important;
}
.main .login.normal-pc .row.new-agree-rule label.c-p{
    font-size: 14px;
}
.login.normal-pc .c-p{
    font-size: 14px;
}
.main .login.normal-pc #lblErrorMsg{
    font-size: 12px;
}

@media screen and (min-width:0\0) { 
    .header .section h1 img.p-logo{    
        height: 40px !important;    
    }
}
.J_login_pop_pc .log-hidden {
    position: absolute;
    left: -999999px;
}
.normal-pc .log-hidden {
    position: absolute;
    left: -999999px;
}
.diff-location {
    display: block;
    border: 1px solid #f9e8c6;
    background: #fff7e6;
    color: #b1956d;
    font-size: 12px;
    padding: 2px 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.normal-pc .diff-location {
    margin-top: 0;
    margin-bottom: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #333;
}

.cancel-text{
    font-size: 16px;
    margin-top: 24px;
}
.cancel-buttons{
    margin-top: 24px;
    display: flex;
    justify-content: center;
}
.cancel-buttons a{
    display: inline-block;
    border: 0;
    /* padding: 0 25px; */
    width: 136px;
    cursor: pointer;
    background: #faa701;
    line-height: 18px;
    /* height: 36px; */
    font-size: 16px;
    border-radius: 4px;
    color:#fff;
    margin: 0 10px;
    text-align: center;
    padding: 9px 0;
}
.cancel-buttons a.blankbtn{
    background: #fff;
    color: #333;
    border: 1px solid #dddddd;
}
@media (max-width: 767px), (max-device-width: 767px) {
    .login.normal-pc .row.new-agree-rule,
    .login.normal-pc .row.check-margin-new {
        margin: 0;
    }
    .login.normal-pc .row.check-margin-new {
        margin: 18px 0;
    }
    .login.normal-pc .row.check-margin-new #J_AccPwdLogin {
        float: none !important;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0,-50%);
        z-index: 99;
    }
}

/* 注册验证码下线-登录页弹窗 */
.login-popover-code {
    display: flex;
    justify-content: space-around;
    background-color: #fff;
}
.qrcode-login {
    width: 300px;
    float: right;
    border-left: 1px solid #e9e9e9;
    /* --- */
    width: 400px;
    float: left;
}
.row-offline{
    margin: 0;
    color: #666;
    font-size: 14px;
    position: relative;
    display: flex; 
    justify-content: center;
}

.row-offline-title{
    font-size: 14px;
    color: #666666;
    text-align:center;
    margin: 0;
}
.row-offline-title span {
    color: #0bad72; 
}
.row-offline-img {
    margin: 40px 0 0 0;
    display: flex;
    justify-content: space-around;
}

.c-p-2{
    display: flex; 
    justify-content: center; 
    font-size: 12px;
}

.content-ds{
    display: none;
}

.changeLogin{
    font-size: 13px;
    text-align: center;
}

.form-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color : #ccc;
}
.form-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color : #ccc;
}
.form-input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color : #ccc;
}
.form-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color : #ccc;
}
.form-input::-ms-input-placeholder { /* Microsoft Edge */
   color : #ccc;
}

.pc-hk-pop .row.title > div{
    color: #666;
}
.pc-hk-pop .row.title > div.active{
    color: #00ab6f;
}
.pc-hk-pop .row{
    margin: 20px 0 0;
}
.pc-hk-pop .row.new-error-tips{
    margin: 2px 0 0 !important;
    min-height: 40px;
}
.pc-hk-pop .new-agree-rule{
    margin: 14px 0;
}
.pc-hk-pop .new-agree-rule a{
    color: #0095DF;
}
.pc-hk-pop .row .i-tips{
    top: 12px;
    right: 10px;
}

.cn-pop-pc .yzm-title{
    text-align: center;
    margin: 0;
    padding: 10px 0 0 0;
    color: #666666;
    font-size: 16px;
}

/* 外文网站建设2.0 登录新增Google Facebook登录方式-start */
#J_FrameCont .btn-forget{
    position: static;
    margin: 20px 0;
    line-height: 1;
}
.otherChannals_box{
    padding: 30px 0 10px 0;
}
.otherChannals_title{
 display: flex;
 align-items: center;
 line-height: 1;
 margin-bottom: 20px;
}
.otherChannals_title::before,
.otherChannals_title::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #AAAAAA;

}
.otherChannals_title span{
    padding: 0 18px;
    white-space: nowrap;
    color: #AAAAAA;
    font-size: 14px;
}
.otherChannals_item{
  margin-bottom: 10px;
    padding: 8.5px 0;
    text-align: center;
    font-size: 14px;
    border: 1px solid #E9E9E9;
    cursor: pointer;
    vertical-align: middle;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.channal_icon{
    margin-right: 10px;
}
/* .main .login{
    top: -405;
    height: auto;
}
.main .section .login .bg,
.main .login #J_FrameCont,
.main .login{
    height: 477px !important;
} */
.m-sharelist .a-4{
    background-position: 0 0 !important;
    background-image: url(//media.springairlines.com/cache/Passport/Images/Google2_@1x.png);
}
.m-sharelist .a-1{
    background-image: url(//media.springairlines.com/cache/Passport/Images/Facebook2_@1x.png);
}
@media (max-width: 980px), (max-device-width: 980px) {
    .J_login_pop_pc  .channal_icon{
        vertical-align: middle;
    }
}

/* 外文网站建设2.0 登录新增Google Facebook登录方式-end */

/* 国际短信系统-添加区号选择-start */
    .content::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 1;
    }
    .content::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: url(/style/site5/img/loader/loading-5.gif) no-repeat center center;
        z-index: 2;
    }
    .content_new.J_login_pop_pc::after,
    .content_new.J_login_pop_pc::before,
    .content-hide-loading.J_login_pop_pc::before,
    .content-hide-loading.J_login_pop_pc::after,
    .J_cancel_pop_pc.content::after,
    .J_cancel_pop_pc.content::before,
    .content.hide-loading::before,
    .content.hide-loading::after
    {
        display: none;
    }
    [lang="zh-CN"] .content::before,
    [lang="zh-CN"] .content::after
    { 
        display: none;
    }
    .pop-new-error-msg{
        margin-bottom: -15px;
        min-height: 16px;
        display: block;
        font-size: 12px;
        color: #ff7043;
    }
    [lang="zh-CN"] .pop-new-error-msg{
        margin: -14px 0 -17px 0;
    }
    .pop-new-error-msg{
        margin: -15px 0;
    }
    [lang="zh-HK"] .pop-new-error-msg {
        margin:0 0 -16px 0;
    }
    [lang="en"] .row-Regist,
    [lang="ko-KR"] .row-Regist{
        display: none;
    }
    [lang="zh-CN"] #J_SMSValidCodeLogin .row.new-login-btn{
        margin-top: 0px;
    }
    [lang="zh-CN"] #J_SMSValidCodeLogin .row.new-error-tips #lblErrorMsg{
        margin-top: 0px !important;
    }
    #login-tip{
        font-size: 12px;
        color: #999999;
        min-height: 17px;
        display: block;
        position: relative;
    }
    [lang="zh-CN"] #J_SMSValidCodeLogin     #login-tip{
        margin-bottom: -3px;
    }
    .content_new .row.title{
        border-bottom: none;
       
    }
    .content_new .row.title > div.active{
        border-bottom:none;
       
    }
    .content_new .row.title > div{
        position: relative;
        font-size: 18px;
        top: 50%;
        transform: translateY(-50%);
    }
    .content_new .row.title > div span{
        position: relative;
        line-height: 1;
        font-weight: normal;
        display: block;
    }
    .content_new .row.title > div.active span::after{
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        bottom: -10px;
        width: 40px;
        height: 3px;
        border-radius: 3px;
        background: #00AB6F;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    .content_new [data-target="phone-login"] span::before{
        content: '';
        display: block;
        position: absolute;
        left: -14px;
        top: 0;
        width: 1px;
        height: 100%;
        background: #DDDDDD;
    }
    .pc-hk-pop .content_new .row{
        margin: 19px 0 0 0;
    }
    .content_new  .row .form-input{
        width: 308px !important;
        padding-left: 10px;
    }
    .content_new_cn .row .form-input{
        padding-left: 10px; 
    }
    .content_new_cn.normal-pc .row .form-input{
        padding-left: 20px; 
    }
    .content_new .pc-hk-pop .row{
        margin: 19px 0 0;
    }
    .pc-hk-pop .content_new .row.new-KeepLogin{
        margin-top: 0px;
        padding-left: 2px;
    }
    .pc-hk-pop .content_new .new-agree-rule{
        padding-left: 2px;
        margin-top: 11px;
    }
 
    .content_new .new-login-btn{
        margin-top: 28px !important;
    }
    .content_new [data-target-name="phone-login"] > div:nth-child(4){
        margin:-15px 0 !important;
        padding-left: 2px;
    }
    .content_new #J_NormalLogin .new-login-btn{
        /* margin-bottom: 37px; */
    }
    .content_new #lblErrorMsg-toast{
        display: none;
        position: absolute;
        left: 13%;
        top: -27px;
        width: 255px;
        height: 50px;
        border-radius: 4px;
        opacity: 0.99;
        background: rgba(0, 0, 0, 0.702);
        z-index: 11;
        color: #fff;
        text-align: center;
        line-height: 50px;
    }
    .content_new #lblErrorMsg-toast span{
        line-height: normal;
    display: inline-block;
    vertical-align: middle;
    }
    .content_new .row.new-error-tips{
        margin: 0 !important;
        min-height: 4px;
    }
    .pc-hk-pop .content_new .row.new-error-tips{
        min-height: 34px;
        margin: 0 !important;
    }
    .content_new .row.new-error-tips #J_ErrorMsg,
    .content_new .row.new-error-tips #lblErrorMsg{
        margin: 0 !important;
        word-break: break-all;
    }
    .pc-hk-pop .content_new   #J_NormalLogin  > div:nth-child(4){
        margin: 0 !important;
        padding-left: 2px;
    }
    .content_new.J_login_pop_pc #IsKeepLoginState2{
        margin-right: 8px;
    }
    .content_new{
        width: 340px;
    }
    .content_new #getDynamicPwd{
        top: 8px;
        right: 7px;
        border: 0;
    }
    .content_new #IsKeepLoginState {
      margin-right: 4px;
    }
/* 国际短信系统-添加区号选择-end */