﻿﻿body {
    margin: 0;
    padding: 0;
}

input {
    -webkit-appearance: none;
    outline: none
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

a {
    color: #2674EA;
    text-decoration: none;
}

a:hover {
    color: #f60;
    text-decoration: underline;
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ddd;
}

::-webkit-input-placeholder {
    color: #999;
}

p {
    margin: 0
}

.iflyui-hd {
    border-bottom: 1px solid #eee;
}

.iflyui-logo {
    position: relative;
    margin: 0;
    padding: 12px 20px;
    font-size: 0;
    width: 220px;
}

.iflyui-logo i {
    position: absolute;
    right: 0;
    bottom: 15px;
    background: #2674EA;
    display: block;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    width: 80px;
    height: 27px;
    line-height: 27px;
    border-radius: 2px;
    font-weight: normal;
    color: #fff;
}

.iflyui-logo i:after {
    position: absolute;
    left: 0;
    margin: 8px 0 0 -10px;
    border: 5px solid #2674EA;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    width: 0;
    height: 0;
    content: '.';
}

.ifly-findpassword {
    position: fixed;
    left: 0;
    top: 80px;
    bottom: 25px;
    right: 0;
    width: 100%;
    overflow-y: auto;
}

.hidden {
    display: none !important;
}

.ifly-findpassword {
    box-sizing: border-box;
    padding: 40px 20px
}

.ifly-findpassword .ifly-main {
    margin: 0 auto;
    width: 900px;
}

.ifly-main-process {
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #E3E5EE;
    border-radius: 1px;
    width: 100%;
    text-align: center;
    display: table
}

.ifly-main-process li {
    padding: 0 0 15px;
    position: relative;
    display: table-cell;
    color: #999
}

.ifly-main-process li b {
    margin-left: -6px;
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: #bbbcc5;
    border: 3px solid #e3e5ee;
    box-sizing: border-box;
    left: 50%;
    top: 30px;
    border-radius: 100%;
    z-index: 11;
}

.ifly-main-process li i {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 36px;
    z-index: 10;
}

.ifly-main-process li:first-child del {
    display: inline-block;
    position: absolute;
    width: 50%;
    height: 2px;
    left: 0;
    top: 36px;
    z-index: 10;
    background: #fff;
}

.ifly-main-process li:last-child del {
    display: inline-block;
    position: absolute;
    width: 50%;
    height: 2px;
    right: 0;
    top: 36px;
    z-index: 10;
    background: #fff;
}

.ifly-main-process li:last-child i {
}

.ifly-main-process li.ifly-active {
    font-weight: bold;
    color: #111;
}

.ifly-main-process li.ifly-active b {
    background: #2674EA;
    border-color: #b6d3ff;
}

.ifly-main-process li:last-child {
    border-right: 0;
    border-radius: 0 2px 2px 0;
}

.ifly-main-process li.ifly-active {
}
.ifly-main-h3 {
    max-width: 300px;
    margin: 0 auto;
    padding: 0 0 0;
    font-size: 12px;
}
.ifly-main-form {
    max-width: 330px;
    margin: 0 auto;
    padding: 0 0 0;
    font-size: 12px;
}

.ifly-main-h3 h3 {
    margin: 0 0 40px;
    font-size: 24px;
    text-align: center;
}

.ifly-main-form p {
    text-align: center;
    font-size: 12px;
    color: #797C89;
}

.ifly-main-form dl {
    padding: 10px 0 0;
}

.ifly-main-form dl:last-child {
    padding-bottom: 0
}

.ifly-main-form dt {
    padding: 8px 0;
    box-sizing: border-box;
    float: left;
    width: 8%;
    text-align: right;
    font-size: 14px
}

.ifly-main-form dd {
    margin: 0;
    padding: 0;
}

.ifly-main-form .ifly-gray {
    padding-left: 6px;
    color: #999;
    font-family: "verdana"
}
.ifly-main-form .ver-code{
 text-align:center;
 font-size:0;
}
.ifly-main-form .ifly-input {
    display: inline-block;
    padding: 0 10px;
    background: #f2f3f5;
    border: none;
    width: 100%;
    height: 40px;
    transition: all 0.2s linear 0s;
    border-radius: 0px;
    outline: 0;
    box-sizing: border-box;
}
.ifly-main-form .ifly-input-verification {
    display: inline-block;
    padding: 0 10px;
    background: #f2f3f5;
    border: none;
    width: 100%;
    height: 32px;
    transition: all 0.2s linear 0s;
    border-radius: 0px;
    outline: 0;
    box-sizing: border-box;
}
.ifly-main-form .ifly-input::placeholder,.ifly-main-form .ifly-input-verification::placeholder {
 color: #86909c
}
.ifly-main-form .ifly-input-empty-account,.ifly-main-form .ifly-input-empty-code,.ifly-main-form .ifly-input-empty-new-pwd,.ifly-main-form .ifly-input-empty-confrim-pwd{
    background: #ffece8;
}
.ifly-user-account-empty,.ifly-empl-code-empty{
    display:none;
}

.ifly-main-form .ifly-verification {
    margin: 0 11px;
    width: 32px;
    border-radius: 0px;
    font-size: 14px;
    text-align: center;
    color:#1d2129
}


.ifly-main-form .ifly-verification-m {
    margin: 0 7px 0 0;
    width: 120px;
    border-radius: 4px;
}

#countDown {
    color: #86909c;
    font-size: 14px;
}

#getCode {
    cursor: pointer;
    color: #2674EA;
}

.ifly-main-form-secruity .send-code {
    margin: 24px 0 0;
}

/*.ifly-main-form .ifly-input:focus {
    border-color: #07f;
    box-shadow: 0 0 5px #8cddff
}
*/

.ifly-main-form .error {
    border-color: #ff9f41;
    box-shadow: 0 0 5px #ffbf81
}

.ifly-main-form .ifly-submit {
    cursor: pointer;
    padding: 0 10px;
    width: 100%;
    line-height: 36px;
    height: 36px;
    border: 0;
    background: #165dff;
    border-radius: 0px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.2s linear 0s;
    vertical-align: top;
    display: inline-block
}

.ifly-findpassword .ifly-button {
    cursor: pointer;
    padding: 0 10px;
    width: 100px;
    line-height: 40px;
    height: 40px;
    border: 0;
    background: #2674EA;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.2s linear 0s;
    vertical-align: top;
    display: inline-block
}

.ifly-findpassword .ifly-button[disabled] {
    background: #999;
    border-color: #999;
    opacity: .8;
}

.ifly-findpassword .ifly-button[disabled]:hover {
    opacity: .8;
}

.ifly-input-normal {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 2px;
    cursor: pointer;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.ifly-main-form .ifly-submit:hover,
.ifly-button:hover {
    color: #fff;
    opacity: .8;
}

.ifly-main-form .ifly-submit[disabled],
.ifly-main-form .ifly-submit[disabled]:hover {
    background-color: #ccc;
    border-color: #ccc;
    opacity: .8;
}

.ifly-main-form .ifly-error {
    padding-top: 10px;
    color: #f90;
}

.ifly-main-form .ifly-img-verification {
    vertical-align: -10px;
    background: #fff;
    height: 40px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 2px;
}

.ifly-main-form .ifly-submit:hover {
    opacity: .8;
}

.ifly-main-form-secruity dd,
.ifly-main-form-nofindmobile dd {
    margin: 0
}

.ifly-main-form-secruity .ifly-mobile,
.ifly-artificia {
    line-height: 18px;
    font-size: 14px;
    color: #86909c;
}

.ifly-artificia {
    text-align: center;
}

.ifly-button {
    font-size: 14px;
}

.ifly-spot {
    color: #ff7d00
}

.ifly-main-form-success .ifly-button {
    margin: 0
}

.ifly-main-form-nofindmobile {
    margin: 20px 0;
    padding: 15px 15px 15px 130px;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #f2f2f2 url(../img/password/ifly-nofind.png) no-repeat 15px 50%;
}

.ifly-main-form-nofindmobile .ifly-nof-tips,
.ifly-main-form-emailver .ifly-nof-tips {
    margin-bottom: 15px;
    font-size: 15px;
    color: #222
}

.ifly-main-form-nofindmobile .ifly-nof-email a {
    margin: 10px 0
}

.ifly-main-form-emailver {
    margin: 20px 0;
    padding: 15px 15px 15px 20px;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #f2f2f2 url(../img/password/ifly-emailver.png) no-repeat 25px 50%;
}

.ifly-main-form-success {
    font-size: 14px;
    margin: 20px auto;
    padding: 15px;
    text-align: center;
}

.ifly-main-form-success dt {
    margin: 0px 0;
}

.ifly-main-form-success dd {
    margin: 0 auto;
    padding: 5px 0;
    font-size: 14px;
    color: #999
}

.ifly-main-form-success img {

}
.ifly-main-form-success .ifly-success-con{
   display: inline-flex;
   justify-content: center;
   align-items: center;
   width: 44px;
   height: 44px;
   background: #e8ffeb;
   border-radius: 50%;
   margin-bottom: 16px;
}

.ifly-main-form-artificial {
    font-size: 16px;
    color:#1d2129;
    margin: 20px 0;
    padding: 32px 15px 32px 100px;
    border-radius: 2px;
    border: 1px solid #E5E6EC;
    background: #F7F8FA url(../img/icons/ifly-tel.png) no-repeat 55px 50%;
}

.ifly-main-form-artificial dd {
    padding: 4px 0;
}
.ifly-main-form-artificial dl {
    margin:0
}

.ifly-main-form-retpassword {

}

.ifly-ver-rule {
    margin: 10px 0;
    padding: 15px 0;
    line-height: 16px;
    border-radius: 2px;
    color: #999;
}

.ifly-ver-rule ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.ifly-ver-rule h2 {
    margin: 0;
    color: #333;
    font-size: 12px;
}

.ifly-ver-rule p {
    margin-left: 2.8em
}

.ifly-ver-rule li {
    padding: 5px 0
}

.ifly-ver-rule li i {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    font-style: normal;
    display: inline-block;
    background: #27c5f2;
    color: #fff;
    text-align: center;
}

.iflyui-ft {
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    padding-top: 0;
    border: 0;
    font-size: 12px;
    color: #999
}

/*加载*/
.ifly-tips-box {
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #fff;
    border-radius: 3px;
    margin: 0 auto;
    padding: 18px;
    min-width: 75px;
    max-width: 200px;
    background: #4a4a4a;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: -50px \9;
    font-size: 12px;
    animation: ifly-bounceIn .2s linear;
    opacity: 1;
    z-index: 99999999;
}

.ifly-tips-box-shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .25);
    z-index: 66666
}

@keyframes ifly-bounceIn {
    0% {
        opacity: 0;
        margin-top: 10px
    }
    100% {
        opacity: 1;
    }
}

.ifly-tips-box .ifly-icon-loading {
    width: 32px;
    height: 32px;
    margin: 0 auto 10px;
    background: url(../img/password/iflyui-icon-loading.png) no-repeat;
    animation: ifly-rotate 1.2s infinite linear;
}

@keyframes ifly-rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.ifly-tips-box .ifly-icon-success {
    background: url(../img/password/iflyui-icon-success.png) no-repeat;
    width: 32px;
    height: 32px;
    margin: 0 auto 10px;
}

.ifly-tips-box .ifly-icon-warning {
    background: url(../img/password/iflyui-icon-warning.png) no-repeat;
    width: 32px;
    height: 32px;
    margin: 0 auto 10px;
}

.ifly-editPassword-tips {
    margin: 0 0 15px;
    padding: 10px;
    font-weight: bold;
    color: #f60;
    font-size: 14px
}

.ifly-main-form-editPassword {
    padding: 0
}

@media (max-width: 650px) {
    .iflyui-logobox,
    .ifly-main-process {
        display: none
    }

    .iflyui-ft {
        padding-top: 20px;
        background: #fff;
    }

    .iflyui-ft a {
        display: block;
    }

    .ifly-findpassword {
        bottom: 75px;
    }

    .ifly-findpassword .ifly-main {
        width: 100%
    }

    .ifly-main-form {
        padding: 0;
    }

    .ifly-findpassword {
        padding: 0;
    }

    .ifly-main-form {
        padding: 0 20px;
        max-width: 100%;
        box-sizing: border-box;
    }

    .ifly-main-form h3,
    .ifly-main-form p {
        text-align: left;
    }
}

.gov-right a {
    color: #999
}

.gov-right a:hover {
    color: #2674EA;
}
.ifly-main-form-con{
    padding:5px 0

}
.ifly-main-form-title{
    margin-bottom: 11px;
}
.ifly-mobile-code-error{
    display:none
}

.ifly-ant-steps{
    box-sizing: border-box;
    margin: 36px 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    display: flex;
    width: 100%;
    font-size: 0;
}
.ifly-ant-steps-item{
    position: relative;
    display: inline-block;
    flex: 1;
    overflow: hidden;
    vertical-align: top;
    margin-right: 16px;
    white-space: nowrap;
}
.ifly-ant-steps-item-container{
    outline: none;
}
.ant-steps-item:last-child {
    flex: none
}
.ifly-ant-steps-item:last-child {
    flex: none
}
.ifly-ant-steps-item:last-child>.ifly-ant-steps-item-container>.ifly-ant-steps-item-content>.ifly-ant-steps-item-title:after,.ifly-ant-steps-item:last-child>.ifly-ant-steps-item-container>.ifly-ant-steps-item-tail {
    display: none
}
.ifly-ant-steps-item-content, .ifly-ant-steps-item-icon{
    display: inline-block;
    vertical-align: top;
}
.ifly-ant-steps-item-icon {
    width: 28px;
    height: 28px;
    margin-right: 8px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 50%;
    transition: background-color .3s,border-color .3s
}
.ifly-ant-steps-item-icon>.ant-steps-icon {
    position: relative;
    top: 5px;
    color: #165dff;
    line-height: 1.2
}

.ifly-ant-steps-item-tail{
    display: none;
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    padding: 0 10px;
}


.ifly-ant-steps-item-title {
    position: relative;
    display: inline-block;
    padding-right: 16px;
    color: #1d2129;
    font-size: 16px;
    line-height: 28px
}
.ifly-ant-steps-item-title:after {
    position: absolute;
    top: 16px;
    left: 100%;
    display: block;
    width: 9999px;
    height: 1px;
    background: #e8e8e8;
    content: ""
}
.ant-steps-item-wait .ifly-ant-steps-item-icon {
    background-color: #f2f3f5;
    border:none
}
.ant-steps-item-wait .ifly-ant-steps-item-icon>.ant-steps-icon {
    color: #4e5969
}
.ant-steps-item-process .ifly-ant-steps-item-icon{
    background: #165dff;
}
.ant-steps-item-process .ifly-ant-steps-item-icon>.ant-steps-icon {
    color: #fff
}
.ant-steps-item-finish .ifly-ant-steps-item-icon {
    background-color: #e8f3ff;
    border: none
}

.ant-steps-item-active .ifly-ant-steps-item-icon{
    border:none
}
.ifly-main-form .mobile-code-error-input{
    border-color:#f53f3f;
    background:#FFECE8;
    border: none;
}
.ifly-main-form .ifly-verification-empty{
    background: #fff;
    border-radius: 2px;
    border: 1px solid #f53f3f;
}
.ifly-new-pwd-empty,.ifly-confrim-pwd-empty,.ifly-pwd-different{
 display:none
}
.fly-verification-empty::focus{
    background: #fff;
    border-radius: 2px;
    border: 1px solid #f53f3f;
}