
body, html {
    height: 100%
}

input, button {
    outline: none;
    resize: none;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    background: transparent
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: #ededed !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
}


/* step ***************************************************/
.step {
    margin: 50px auto 100px auto;
    width: 100%;
    font-size: 12px;
    color: #333;
    clear: both
}

.step .wrap {
    margin: 0 auto;
    width: 1200px
}

.step-nav {
    width: 100%;
    overflow: hidden
}

.step-nav ul {
    padding: 0
}

.step-nav li {
    float: left;
    display: inline-block;
    width: 20%;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #999;
    text-align: center;
    border-bottom: 5px solid #d7d7d7
}

.step-nav li em {
    display: inline-block;
    margin: 0 8px;
    width: 26px;
    height: 26px;
    line-height: 25px;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #999
}

.step-nav li.on {
    color: #295aac;
    border-bottom-color: #295aac
}

.step-nav li.on em {
    background: #295aac
}

.step-con {
    padding-top: 40px;
    font-size: 14px;
    zoom: 1;
    overflow: hidden
}

.step-con dl {
    display: table;
    padding: 15px 0;
    margin: 0;
    font-size: 14px;
    border-bottom: 1px solid #edf0f2
}

.step-con dt {
    display: inline-block;
    padding-right: 10px;
    display: table-cell;
    text-align: right;
    color: #333;
    vertical-align: middle
}

.step-con dd {
    position: relative;
    margin: 0;
    color: #888;
    line-height: 40px
}

.step-con input, .step-con select {
    position: relative;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px
}

.step-con select {
    width: 30%;
    padding-left: 8px;
    padding-right: 8px;
    border-color: #ccc;
    border-radius: 0
}

.step-con input[type="radio"], .step-con input[type="checkbox"] {
    vertical-align: middle;
    margin-top: -1px
}

.step-con1 dt {
    width: 35%
}

.step-con2 dt {
    width: 220px
}

.step-code {
    position: absolute;
    right: 30px;
    top: 1px;
    height: 38px;
    padding-left: 10px;
    border-left: 1px solid #ddd
}

.step-character {
    position: relative;
    display: inline-block;
    margin: 0 30px 0 0;
    font-size: 14px
}

.step-character input[type="radio"] {
    width: 18px;
    height: 18px;
    opacity: 0;
    margin: 0 3px 0 0;
    vertical-align: m;
    z-index: 2
}

.step-character .radio_label {
    position: absolute;
    left: 0;
    top: 12px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 50%
}

.step-character input:checked + .radio_label {
    border: 1px solid #295aac;
    background-color: #295aac
}

.step-character input:checked + .radio_label::after {
    position: absolute;
    content: "";
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg)
}

.step-success h2 {
    display: inline-block;
    padding: 50px 0;
    font-size: 24px !important;
    font-weight: bold;
    vertical-align: middle
}

.step-success em {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    margin-top: -3px;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #70b603
}

.step-success em::after {
    position: absolute;
    content: "";
    left: 7px;
    top: 3px;
    width: 10px;
    height: 14px;
    border: 3px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg)
}

.step-success dl {
    padding: 0;
    border-bottom: none;
    font-size: 16px
}

.step-success dt {
    width: 50%
}

.step-btn {
    margin-top: 50px;
    text-align: center
}

.step-btn a {
    display: inline-block;
    width: 200px;
    height: 55px;
    line-height: 55px;
    margin: 0 30px;
    padding: 0 15px;
    font-size: 18px;
    color: #fff;
    border-radius: 40px;
    background: #295aac
}

.step-btn a:hover {
    color: #fff;
    background: #3263b5
}

.step-login dl {
    padding: 10px 0;
    border-bottom: none
}

.step-login dt {
    width: 100px
}

.step-login .step-btn {
    margin: 0
}


.wrap {
    width: 1200px;
    margin: 0 auto
}

/* login */
.login {
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.login-logo {
    position: absolute;
    left: 40px;
    top: 30px;
    width: 300px;
    height: 45px;
    background: url(../images/login_gy_logo1.png) no-repeat;
    background-size: cover;
    z-index: 2
}

.login-bg {
    display: table;
    width: 100%;
    height: 100%;
    background: url(../images/login_bg.jpg) no-repeat center;
    background-size: cover;
    /*z-index: -1;*/
    animation: login-bg 1s ease both;
    -moz-animation: login-bg 10s ease both; /* Firefox */
    -webkit-animation: login-bg 1s ease both; /* Safari and Chrome */
    -o-animation: login-bg 1s ease both; /* Opera */
}

@keyframes login-bg {
    0% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

@-moz-keyframes login-bg {
    0% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes login-bg {
    0% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

@-o-keyframes login-bg {
    0% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}


.login ul {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 480px;
    height: 420px;
    margin-left: -240px;
    margin-top: -210px;
    padding: 50px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.85);
    z-index: 2;
}

.login li {
    position: relative;
    float: left;
    width: 100%;
    line-height: 40px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    list-style: none
}

.login li:last-child {
    border-bottom: none
}

.login li i {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    background: url(../images/login_ico.png) no-repeat;
    z-index: 100
}

.login li i.icon_user {
    background-position: 0 0
}

.login li i.icon_psw {
    background-position: 0 -30px
}

.login li i.icon_code {
    background-position: 0 -60px
}

.login li .code {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 40px;
    z-index: 99
}

.login li.error {
    color: red;
    padding: 0 0 0 5px !important;
    margin-bottom: 0 !important;
    border-bottom: none;
    line-height: 20px
}

.login li input[type="text"], .login li input[type="password"] {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 70px 0 50px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent !important;
}

.login li input[type="button"] {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin: 15px 0;
    font-size: 18px;
    color: #fff;
    box-shadow: 0 8px 10px #ccdcf4;
    border-radius: 30px;
    background: #2b6cd0;
    cursor: pointer
}

.login li input[type="button"]:hover {
    background: #3574d6
}


/* forget */
.forget-code {
    right: 15px;
    top: -1px;
    padding-left: 0;
    border-left: none
}


