body {
    background-color: #fff !important;
    position: relative;
    min-height: 680px;
    min-width: 1000px;
}
.pas img.icon{
    width: 28px;
    position: absolute;
    right: 4px;
    top: 5px;
    cursor: pointer;
}
img.showPass{
    display:none;
}
.register-view {
    width: 480px;
    margin: 0px auto;
    padding: 45px 0;
}

.register-header {
    height: 106px;
    border-bottom: 2px solid #004BAA;
}

.register-header img {
    margin: 25px 144px;
}

.none {
    height: 64px;
    background: #fff;
}

.register-second {
    background: #fff;
    height: 100%;
}

.reg-font {
    font-size: 16px;
    width: 180px;
}

.reg-font img {
    width: 18px;
    margin: 0 7px;
}

.register-second .layui-tab {
    margin: 0px;
}

.register-second .layui-tab-brief > .layui-tab-title .layui-this {
    color: #004BAA;
}

.register-second .layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
    border-bottom: 2px solid #004BAA;
    width: 25px;
    margin: 0 85px;
}

.yzm .layui-input {
    width: 66%;
    display: inline-block;
}

.yzm .go {
    display: inline-block;
    background-color: #F0F5FF;
    border: 1px solid #004BAA;
    line-height: 35px;
    width: 28%;
    float: right;
    color: #004BAA;
    cursor: pointer;
    text-align: center;
    border-radius: 2px;
}

.getyzm .layui-input {
    width: 60%;
    display: inline-block;
}

.getyzm .layui-input-100 {
    width: 100%;
}

.getyzm .go {
    display: inline-block;
    background-color: #F0F5FF;
    border: 1px solid #004BAA;
    line-height: 35px;
    width: 36%;
    float: right;
    color: #004BAA;
    cursor: pointer;
    text-align: center;
    border-radius: 2px;
    font-size: 14px;
}

/*认证成功*/

.reg-success img {
    padding: 70px 0;
}

.reg-success .btn a {
    background-color: #004BAA;
    padding: 9px;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    width: 240px;
    height: 37px;
    margin: 0 10px;
}

.reg-success .btn a:last-child {
    background-color: #E3E3E3;
    color: #666666;
}

.gx {
    font-size: 20px;
}

.gx .layui-icon {
    font-size: 16px;
    border-radius: 50%;
    background-color: #EE8323;
    padding: 2px 3px;
    color: #fff;
    margin-right: 10px;
}

.layui-tab .bl {
    display: none;
}

.layui-tab .gray {
    display: inline-block;
}

.layui-tab .layui-this .gray {
    display: none;
}

.layui-tab .layui-this .bl {
    display: inline-block;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #004BAA;
    background-color: #004BAA;
    color: #fff;
}

/*登录*/
.view-big {
    width: 100%;
    margin: 0 auto;
}

.login-header img {
    width: 200px;
    height: auto;
    margin: 29px 0;
    cursor: pointer;
}
/* .login-header img {
    margin: 25px 0;
    width: 250px; */
    /*height: 34px;*/
/* } */

.layui-carousel > [carousel-item] > * {
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.login {
    width: 364px;
    /* height: 440px; */
    box-shadow: 0 -3px 24px 1px rgba(22, 65, 129, 0.3);
    margin: 0px 20px 0 40px;
    position: relative;
    border-radius: 2px;
    /* padding-bottom: 35px; */
}

.login img {
    /* margin: 54px 35px; */
}

.yzm #image01 {
    margin: auto;
}

.login .layui-input-block {
    margin-left: 46px;
    /* padding: 10px 35px; */
}
.forget .layui-input-block {
    margin-left: 0;
    padding: 10px 35px;
}

.showError {
    display: none;
}

.login-btn {
    /* margin-right: 35px; */
}

.login-btn a {
    border: none;
    background-color: #fff;
    font-size: 16px;
    color: #044B97;
    border: 1px solid #004BAA;
    cursor: pointer;
    margin: 0 20px;
    padding: 12px 0;
    line-height: 24px;
    display: block;
    text-align: center;
}
.login-btn a:hover{
    border: 1px solid #005DDD;
    color: #005DDD;

}
.login-btn .login-in {
    border: none;
    /*background-color: #fff;*/
    font-size: 16px;
    color: #FFFFFF;
    background-color: #004BAA;
    cursor: pointer;
    margin: 20px;
    padding: 12px 0;
    line-height: 24px;
    display: block;
    text-align: center;
    width: 89%;
}
.login-btn .login-in:hover{
    background-color: #005DDD;
}

.login-btn button {
    border: none;
    background-color: #fff;
    font-size: 16px;
    color: #FFFFFF;
    /* border-bottom: 1.5px solid #004BAA; */
    background-color: #044B97;
    display: block;
    height: 45.5px;
    padding: 12px;
    cursor: pointer;
    text-align: center;
    margin: 0 35px;
}

.login .layui-input, .layui-select, .layui-textarea {
    border: 1px solid #BFC5D1;
    opacity: .5;
}

.login .layui-input-block .layui-input:focus {
    border-color: #004BAA !important; /*黑色边框改为白色*/
}

.login .shaw {
    position: absolute;
    bottom: -85px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    margin: 0;
}

.forget {
    width: 100%;
    margin-left: 0;
    padding: 0 0 0 8px !important;
}

.forget .layui-input-block:first-child {
    font-size: 14px;
    width: 75%;
}

.forget .layui-input-block:last-child {

    font-size: 14px;
    width: 25%;
}

.forget .layui-input-block {
    display: inline-block;
    padding: 0;

}

.forget .forget-pass {
    margin-top: 5px;
    display: inline-block;
}

.toast {
    color: #D20000;
    display: none;
    /*margin-bottom: 10px;*/
    text-align: right;
    margin-right: 35px;
}
.login .toast {
   padding-top: 0;
    padding-bottom: 0;
}


.success {
    display: none;
}
/* form */
.layui-form-item {
    padding: 10px 20px;
    margin-bottom: 0;
}
.layui-form-label {
    width: auto;
}
.layui-form-pane .layui-form-label {
    width: 46px;
    text-overflow: clip;
}
.layui-form-pane .layui-form-checkbox {
    margin-left: -5px;
}
.layui-form-item .layui-form-checkbox[lay-skin=primary] {
    margin-top: 5px;
}
/* form end */

.sign-content {
    position: relative;
    text-align: center;
    padding: 10px 0;
    background-color: #fff;
    border-radius: 10px;
}

.sign-form {
    display: inline-block;
}

.step-content {
    display: none;
}

.step {
    height: 10px;
    background-color: #cccccc;
    width: 800px;
    border-radius: 3px;
}

.ge-ed-content {
    margin: 40px 0;
}

.step ul li {
    width: 25%;
    display: inline-block;
    z-index: 22222;
    float: left;
    height: 10px;
    position: relative;
}

.step ul li.step-active {
    background-color: #004BAA;
}

.step ul li.step-over {
    background-color: #86a1cb;
}

.step ul li div {
    border-radius: 100px;
    background-color: #cccccc;
    padding: 4px;
    width: 28px;
    line-height: 20px;
    position: absolute;
    left: 41%;
    top: -8px;
    color: #ffffff;
}

.step ul li.step-active div {
    border-radius: 100px;
    background-color: #004BAA;
    padding: 4px;
    width: 28px;
    line-height: 20px;
    position: absolute;
    left: 41%;
    top: -8px;
    color: #ffffff;
}

.step ul li.step-over div {
    border-radius: 100px;
    background-color: #86a1cb;
    padding: 4px;
    width: 28px;
    line-height: 20px;
    position: absolute;
    left: 41%;
    top: -8px;
    color: #ffffff;
}

.step ul li.step-active span {
    color: #004BAA;
}

.step ul li.step-over span {
    color: #86a1cb;
}

.step ul li span {
    color: #cccccc;
    position: absolute;
    left: 60px;
    top: 30px;
    font-size: 16px;
}

.step ul li:last-child span {
    left: 80px;
}

.pass-height {
    height: 90px;
    margin-top: 40px;
}

.pass-center .one-ipt, .pass-center .second-ipt {
    margin: 20px 0;
}

.hidden {
    display: none;
}

.pass-center div input {
    height: 30px;
}

/*.pass-center:last-child{
    margin-left: 85px;
}*/
.pass-center img {
    height: 30px;
    margin-left: 20px;
}

.second-ipt {
    margin-left: 95px !important;
}

.one-ipt {
    margin-left: -106px !important;
}

.second-ipt a {
    color: #005ea7;
    font-size: 12px;
}

.second-ipt span:last-child {
    font-size: 12px;
    color: #666;
}

.pass-btn {
    height: 30px;
    background-color: rgba(122, 189, 84, 0.4);
    border: 1px solid #004BAA;
    padding: 5px 40px;
    margin-left: -90px;
}

.step-center-2 {
    margin-right: 130px;
}

/*验证身份*/
.checkId select {
    height: 30px;
    padding: 0 20px;
}

.checkId {
    margin: 20px 0;
}

.checkId span:first-child {
    color: #666;
}

.checkId button {
    font-size: 13px;
    height: 30px;
    background-color: rgba(122, 189, 84, 0.4);
    border: 1px solid #004BAA;
    padding: 5px 5px;
    margin-left: 118px;
}

/*完成*/
.pass-center .over img {
    margin-top: -5px;
}

.pass-center .over span {
    font-size: 20px;
    margin: 10px;
}

.pass-center .over a {
    display: block;
    color: #004BAA;
    font-size: 14px;
    position: absolute;
    bottom: 20px;
    left: 48%;
    cursor: pointer;
}

button {
    cursor: pointer;
}

.qr .layui-form-label {
    text-align: right;
    width: 156px;
}

.qr .layui-input-block {
    margin-left: 165px;
}

.success-pass {
    font-size: 20px;
    margin: 100px 0;
}

.success-pass span {
    color: #004BAA;
}

.telCheck {
    color: #D20000;
    font-size: 16px;
}

.telCheck span {
    display: inline-block;
    margin: 20px 0;
}

#getName {
    text-align: left;
    display: inline-block;
    float: left;
    margin: 10px;
}

.goLogin {
    float: right;
    margin: 10px 0;
    color: #6A79A3;
}

.reg-success .btn a {
    cursor: pointer;
}

.bind {
    width: 72%;
    margin-top: 20px;
    background: #F0F5FF;
    color: #004BAA;
    border: 1px solid #004BAA;
}

.bind:hover {
    color: #004BAA;
    background: #F0F5FF;
}

.open-main-msg {
    padding: 20px 40px;
}

.xy-title {
    font-size: 16px;
    margin: 20px 0;
}

.xy-content {
    border: 1px solid #e6e6e6;
    padding: 0 10px;
    font-size: 14px;
    height: 370px;
    white-space: pre-line;
    overflow-y: scroll;
}

.layui-form-checkbox span {
    padding: 0 0 0 32px;
}

.layui-form-checkbox[lay-skin=primary] span {
    padding-right: 0;
}

.bg-blue {
    background-color: #004BAA;
}

.panel-line {
    margin: 20px 0;
}

.protocol {
    cursor: pointer;
    margin: -16px 25px;
    vertical-align: -webkit-baseline-middle;
}

.protocol:hover {
    text-decoration: underline;
    color: #004BAA;
}

#goHome {
    cursor: pointer;
}

.layui-form-checkbox[lay-skin=primary] i {
    right: -20px;
}


/*新登录*/
.login2 {
    position: fixed;
    background: #fff;
    right: 10%;
    top: 40%;
    transform: translateY(-50%);
    z-index: 2;
}
.login2 .layui-input::placeholder{
    font-size:14px;
}
.layui-carousel {
    background-color: #ffffff;
    /* pointer-events: none; */
}

.position {
    position: relative;
}

.layui-carousel .img img {
    width: 100%;
}

.layui-carousel .img1 {
    background: url(../image/login-bg-1.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.layui-carousel > [carousel-item] > * {
    background-color: #FFFFFF;
}

.layui-carousel .img2 {
    background: url(../image/login-bg-1.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.foot-icon{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.footer-copy {
    /* margin-top: 40px; */
    position: absolute;
    width: 100%;
    bottom: 20px;
}
.foot-icon .item{
    width: 20%;
    float: left;
    text-align: center;
    display:flex;
    align-items: center;
}
.foot-icon .info{
    width: 50%;
    float: left;
    text-align: center;
}
.foot-icon .info img{
    width:74px;
}
.foot-icon .center-bg{
    display: table;
}
.foot-icon .item p{
    margin: 23px 0;
    font-size: 20px;
    text-align: left;
    color: #000000;
    font-weight: bold;
}
.center-bg {
    width: 1200px;
    margin: 0 auto;
}

.login-nav {
    margin: 20px 20px;
    border-bottom: 1px solid #F1F1F1;
}
.login-nav::after, .login-nav:after {
    content: '';
    clear: both;
    display: block;
    visibility: hidden;
}
.login-nav a {
    text-align: center;
    font-size: 18px;
    width: 50%;
    display: block;
    float:left;
    margin: 20px 0;
}
.login-nav a:first-child {
    border-right: 1px solid #F1F1F1;
}
.this-one {
    color: #004BAA !important;
}
.code {
    margin-left: 0 !important;
}

.login-form {
    padding-bottom: 35px;
}
.bind{
    width: 100%;
    margin-left: 0;
    margin-top: 14px;
}
.go_link{
    color: #D20000;
    margin-left: 2px;
    text-decoration: underline;
}
