*{
    padding: 0;
    margin: 0;
}
body,html{
    width: 100%;
    height: auto;
    overflow: auto;
    margin: 10px 0 30px 0;
    display: flex;
    justify-content: center;
}

#app{
    min-width: 368px;
    max-width: 400px;
}

.el-form{
    margin-top: 14px;
}
.el-alert{
    padding: 2px 8px;
}
.el-alert__title{
    font-size: 12px;
}
.el-form--label-top .el-form-item__label{
    padding: 0;
    line-height: 26px;
    color: #3D3D3D;
    font-size: 14px;
}
.el-form-item{
    margin-bottom: 16px;
}

.idCard-item .el-form-item__content{
    border: none !important;
} 
.el-input__inner{
    border-color: #fff;
    padding: 0;
}
.el-form-item__content{
    border-bottom: 1px solid #D8D8D8;
    position: relative;
}
.input__inner:focus{
    border-color: #fff !important;
}
.el-input__inner:hover{
    border-color: #fff;
}

.el-button--primary{
    background: #507AEF;
    border-color: #507AEF;
    width: 90px;
    height: 30px;
    margin-left: calc(50% - 45px);
    margin-top: 60px;
    padding: 0;
}

.el-form-item.is-error .el-input__inner, .el-form-item.is-error .el-input__inner:focus, .el-form-item.is-error .el-textarea__inner, .el-form-item.is-error .el-textarea__inner:focus, .el-message-box__input input.invalid, .el-message-box__input input.invalid:focus{
    border: none;
}

.el-input__inner:focus{
    border-color: #fff !important;
}

.el-input.is-disabled .el-input__inner{
    background-color: #fff;
    border-color: #fff;
}

.vanUploade {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
}
.eleUploade {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
    text-align: center;
}
.idCard {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
    border-radius: 8px;
    background-color: #f9f9f9;
    padding: 10px 10px 10px 0;
}
.update_img {
    flex: 1;
    flex-direction: column;
    justify-content: center;
    color: #5b4c42;
    font-size: 14px;
    padding: 15px 0;
}
.update_img img {
    margin-bottom: 4px;
}
.update_show {
    width: 160px;
    height: 98px;
}
.update_show img {
    width: 100%;
    height: 100%;
}

.el-upload{
    width: 100%;
    height: 100%;
}

.el-loading-mask{
    background-color: rgba(0, 0, 0, 0.6);
}

.send {
    text-align: center;
    color: #c6beb9;
    position: absolute;
    top: -5px;
    right: 1px;
}
.unsend {
    color: #56A557;
    padding: 2px 8px;
    border-radius: 8px;
    background: #EEEEEE;

}

.finish-authentication{
    width: 100%;
    height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #3D3D3D;
    font-size: 24px;
    text-align: center;
}

.finish-authentication div{
    line-height: 60px;
    margin-top: 44px;
}

.el-icon-success{
    color: #67c23a;
}

.f-70{
    font-size: 70px;
}

.f-34{
    font-size: 34px;
    margin-bottom: 34px;
}

.authentication-success{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(237,237,237,0.58);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.success-container{
    width: 368px;
    height: 233px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #3D3D3D;
    font-size: 24px;
    text-align: center;
    box-shadow: 0px 1px 9px 0px rgb(0, 0, 0,14%)
}

.el-icon-circle-close{
    margin-top: 41px;
    color: #D8D8D8;
    font-size: 30px;
}

.exist-contract {
    width: 230px;
    padding: 0 42px;
}
.exist-contract p{
    color: #3D3D3D;
    font-size: 16px;
    margin: 30px 0;
    text-align: left;

}
.el-icon-info{
    color: red;
    font-size: 34px;
}

.exist-contract .btn-group{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.exist-contract .btn-group .btn{
    width: 90px;
    height: 30px;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    margin: 0;
}

.callback{
    color: #5D5D5D;
    background: #C9CDD4;
}

.continue{
    color: #fff;
    background: #507AEF;
}