body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td, table,i,em {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-family: Arial;
    font-style: normal;
    color: #333333;
}
a{
    cursor: pointer;
    text-decoration: none;
    color: #333333;
}
.reg-frame{
    padding: 15px;
    overflow: visible;
    background-color: #fff;
}
.table-eng{
    font-size: 16px;
    border-collapse: separate;
    border-spacing: 15px;
    width: 99%;
}
.table-eng input{
    border: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-indent: 3px;
}
.table-eng input:focus{
    border-color: #004ea2;
}
.th-right th{
    text-align: right;
}
.td-left td{
    text-align: left;
}
.inputs-area{
    padding-top: 50px;
    width: 900px;
}
input.ic-user{
    padding-left: 40px;
    width: 200px;
    background: url("../images/ic-user.png") no-repeat 8px center;
}
input.ic-email{
    padding-left: 40px;
    width: 300px;
    background: url("../images/ic-mail.png") no-repeat 8px center;
}
input.ic-code{
    padding-left: 40px;
    background: url("../images/ic-lock.png") no-repeat 11px center;
}

.step-menu{
    overflow: visible;
    position: relative;
    border-bottom: 4px solid #ddd;
    height: 80px;
    text-align: center;
}
.step-menu .it{
    display: inline-block;
    line-height: 76px;
    height: 76px;
    border-bottom: 4px solid #ddd;
    position: relative;
    top: 4px;
    z-index: 1;
    padding: 0 30px;
    font-size: 18px;
}
.step-menu .it em{
    display: inline-block;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
}
.step-menu .it.cur{
    border-bottom: 4px solid #004ea2;
}
.step-menu.s2 .it.cur{
    border-bottom: 4px solid #e60039;
}

.step-menu .it i{
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #999999;
    color: #fff;
    border-radius:50%;
    vertical-align: middle;
    margin-right: 10px;
}
.step-menu .it.cur em{
    color: #004ea2;
}
.step-menu .it.cur i{
    background-color: #004ea2;
}
.step-menu.s2 .it.cur em{
    color: #e60039;
}
.step-menu.s2 .it.cur i{
    background-color: #e60039;
}

.step-in{
    height: 80px;
    width: 1000px;
    margin: 0 auto;
}
.reg-frame .inner {
    display: block;
    display: flex;
    width: 1100px;
    margin: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
}
.reg-frame .inner .big-icon{
    display: inline-block;
    min-height: 300px;
    width: 200px;
}
.reg-frame .inner .big-icon.s2{
    display: inline-block;
    min-height: 300px;
    width: 250px;
}

.reg-frame .inner .big-icon.user{
    background: url("../images/icon-user.png") no-repeat 80px 80px;
}
.reg-frame .inner .big-icon.mail{
    background: url("../images/icon-mail.png") no-repeat 80px 80px;
}
.reg-frame .inner .big-icon.lock{
    background: url("../images/icon-lock.png") no-repeat 80px 80px;
}
.reg-frame .inner .big-icon.book{
    background: url("../images/icon-book.png") no-repeat 80px 80px;
    width: 325px;
}



.tips-info{
    display: block;
    padding-left: 20px;
    background: url("../images/tip-info.png") no-repeat left 3px;
    background-size: 16px 16px;
    font-size: 13px;
    line-height: 20px;
    color: #666;
}
.tips-error{
    display: block;
    padding-left: 20px;
    background: url("../images/tip-error.png") no-repeat left 2px;
    background-size: 16px 16px;
    font-size: 13px;
    line-height: 20px;
    color: #666;
}
.tips-error[style*=inline]{
    display: block !important;
}
.tips-ok{
    display: block;
    padding-left: 20px;
    background: url("../images/tip-ok.png") no-repeat left 3px;
    background-size: 16px 16px;
    font-size: 13px;
    line-height: 20px;
    color: #666;
    min-height: 20px;
}


.flex{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.add-info{
    padding-left: 10px;
}
input[type=image]{
    display: inline-block;
    height: 42px;
    width: 100px;
    border: none;
}
a.btn-blue-1,.btn-blue-1{
    display: inline-block;
    background-color: #004ea2;
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
}
a.btn-org-1,.btn-org-1{
    display: inline-block;
    background-color: #fabe00;
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
}

.btn-blue-1:hover,.btn-org-1:hover{
    opacity: 0.8;
}

.btns{
    margin-top: 20px;
    text-align: center;
}
.c-org{
    color: #fabe00;
}
.c-blue{
    color: #004ea2;
}
.border-1{
    border: 1px solid #ddd;
    padding: 20px;
    line-height: 1.3em;
    text-align: justify;
    color: #666;
}
.star{
    color: red;
}
.reg-ok{
    display: block;
    height: 60px;
    font-size: 23px;
    line-height: 60px;
    padding-left: 70px;
    background: url("../images/ok.png") no-repeat left center;
}
.c-grey{
    color: #999999;
}
.ok-i{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    background: url("../images/ok.png") no-repeat;
    background-size: 100% 100%;
}
.eng-login-box{
    padding: 0 18px 20px;
}
.eng-login-box .tt{
    display: block;
    font-size: 35px;
    color: #004ea2;
    line-height: 90px;
    text-align: center;
}
.eng-login-box .item{
    position: relative;
}
.eng-login-box .item .out-info{
    min-height: 29px;
    height: 29px;
    overflow: visible;
}
input[type=text],input[type=password]{
    text-indent: 3px;
}
.eng-login-box .item input{
    display: block;
    border: 1px solid #ccc;
    height: 48px;
    line-height: 48px;
    width: 100%;
    font-size: 15px;
}
.eng-login-box .item .tips-error{
    display: inline-block;
    z-index: 10;
}
.item.code .in{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.item.code  input[type=image]{
    display: inline-block;
    width: 100px;
    height: 40px;
    margin-left: 5px;
}
.item.code input.code{
    display: block;
    width: 80%;
}
.flex-3{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-3 a.c-blue{
    color: #004ea2;
}
.flex-3 a.c-blue:hover{
    text-decoration: none;
}
a.main-login{
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    line-height: 49px;
    height: 49px;
    text-align: center;
    background-color: #004ea2;
    margin: 10px 0;
}
.tc{
    text-align: center;
}
input[type=submit][disabled]{
    background-color: #aaa !important;
    color: #fff !important;
}
input[type=submit][disabled]:hover{
    opacity: 1;
}
.loading{
    background: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.loading span{
    display: inline-block;
    padding-top: 30px;
    background: url("../images/loading.gif") no-repeat top center;
    color: #fff;
    font-size: 25px;
    width: 300px;
    text-align: center;
}
