.registerCons {
    display: block;
    /* display: none; */
}
#register .form .list {
    margin-bottom: 0;
}
.form .error {
    color: red;
    line-height: 20px;
    height: 20px;
    text-indent: 10px;
}
.registerSuccessTips {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    top: 0;
    bottom: 0;
    /* justify-content: center; */
}
.registerSuccess {
    color: #333333;
    /* height: 492px; */
    position: absolute;
    width: 500px;
    height: auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    background: white;

    left: 50%;
    top: 70%;
    transform: translate(-50%, -125%);
    /* left: 50%;
    margin-left: -250px;
    z-index: 99;
    top: 50%;
    margin-top: -260px; */
    /* display: block; */
    display: none;
}
.registerSuccess h3 {
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 40px;
    font-weight: bold;
}
.registerSuccess h3 i {
    color: rgb(82, 196, 26);
    margin-right: 8px;
}
.registerSuccess p {
    line-height: 24px;
    margin-bottom: 20px;
    font-size: 14px;
}

#registerWeb.disabled {
    color: #bcbec2;
    background-color: #f4f4f5;
	border-color: #e9e9eb;
	cursor: not-allowed;
}

.registerSuccess .close {
    text-align: right;
    font-size: 14px;
    color: #409EFF;
    cursor: pointer;
    margin-bottom: 0;
}

.errorTips {
    min-width: 380px;
    background-color: #fef0f0;
    border-color: #fde2e2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    position: fixed;
    left: 50%;
    display: none;
    z-index: 9999;
    top: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity .3s, -webkit-transform .4s;
    transition: opacity .3s, -webkit-transform .4s;
    padding: 15px 15px 15px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.errorTips span {
    color: #f56c6c;
    font-size: 14px;
    line-height: 1;
    /* box-shadow: 0 0 5px; */
}
.errorTips i {
    margin-right:  8px;
    color: #f56c6c;
    font-size: 14px;
    line-height: 1;
}

.registerSuccessKGT {
    display: none;
    color: #333333;
     /* height: 492px; */
     position: absolute;
     width: 500px;
     height: auto;
     padding: 20px;
     border-radius: 10px;
     box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
     background: white;

     left: 50%;
     top: 100px;
     margin-left: -250px;
     /* transform: translate(-50%, -125%); */
     /* left: 50%;
    margin-left: -250px;
    z-index: 99;
    top: 50%;
    margin-top: -260px; */
     /* display: block; */
}

.registerSuccessKGT h3 {
    margin-bottom: 20px;
}

.registerSuccessKGT h3 i {
    color: rgb(82, 196, 26);
    margin-right: 8px;
}

.registerSuccessKGT p {
    line-height: 28px;
}

.registerSuccessKGT .password {
    margin-bottom: 20px;
}

.registerSuccessKGT .speaial {
    color: red;
}

.registerSuccessKGT h3 a {
    font-size: 14px;
    color: #409EFF;
    cursor: pointer;
    margin-bottom: 0;
}

.registerSuccessKGT .close {
    text-align: right;
    font-size: 14px;
    color: #409EFF;
    cursor: pointer;
    margin-bottom: 0;
}