
.logon-head {
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    background: #FFF;
}

.head-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}


.head-right {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #333;
    cursor: pointer;
}

.head-back {
    width: 31px;
    height: 26px;
    margin-right: 15px;
    position: relative;
    top: -3.5px;
}

.logon-centre {
    width: 100%;
    height: 800px;
    background-image: url('../static/logon-b.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logon-form,
.logon-forms,.logon-find {
    background: #FFF;
    padding: 20px 30px 50px 30px;
    border-radius: 5px;
    width: 450px;
    min-height: 300px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.form-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #ECECEC;
}
.find-center{
    margin-bottom: 30px;
    justify-content: center !important;
}
.logon-find{
    display: none;
    position: relative;
}
.tabs-left,
.tabs-right,
.tabs-lefts,
.tabs-rights,
.register-tabs ,.register-find{
    width: 50%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    position: relative;
    user-select: none;
}
.register-find{
    height: 55px;
}
.register-find-text{
    border: none !important;
    color: #0d4da1;
    font-size: 18px;
    cursor: default !important;
    position: relative;
}
.register-find-text::after{
    position: absolute;
    left: -36px;
    bottom: -1px;
    width: 150px;
    height: 4px;
    background: #0d4da1;
    content: "";
}
.tabs-lefts::after {
    position: absolute;
    left: 20%;
    bottom: 0;
    width: 62%;
    height: 3px;
    background: #0d4da1;
    border-radius: 24px;
    content: "";
    animation: scaler .3s linear;
}

.tabs-rights::after {
    position: absolute;
    left: 20%;
    bottom: 0;
    content: "";
    width: 62%;
    height: 3px;
    background: #0d4da1;
    border-radius: 24px;
    animation: scaler .3s linear;
}

@keyframes scaler {
    from {
        transform: scale(0);
    }

    top {
        transform: scale(1);
    }
}

.tabs-current {
    position: relative;
}

.form-card {
    padding: 0 20px;
}
.form-padd{
    padding: 15px 50px 20px 50px;
}
.height-special{
    margin-top: 15px !important;
    min-height: 45px !important;
}
.width-special{
    width: 7% !important;
}
.form-item{
    background: #f0f6ff;
    padding: 0 15px;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 23px;
    position: relative;
}
.form-checks{
	position: absolute;
	top: 1px;
	left: -20px;
	font-size: 23px;
	color: #f70303;
}
.form-item-license{
    display: none;
}
.icon-icon{
    top: 0 !important;
}
.form-left,.form-lefts {
    width: 9%;
    position: relative;
}
.form-lefts::after {
    position: absolute;
    top: 1px;
    right: 0px;
    content: "";
    background: #b7b7b7;
    width: 1px;
    height: 18px;
}
.form-left::after {
    position: absolute;
    top: 3px;
    right: 0px;
    content: "";
    background: #b7b7b7;
    width: 1px;
    height: 18px;
}

.form-right {
    flex: 1;
    height: 100%;
    padding-left: 15px;
    position: relative;
}
.form-between{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-code-left{
    width: 78%;
}

.form-icon::nth-child(1) {
    width: 19px;
    height: 18px;
}

.form-icon::nth-child(2) {
    width: 17px;
    height: 21px;
}

.form-icon {
    position: relative;
    top: 3px;
}

.form-input {
    height: 19px;
    width: 100%;
    user-select: none;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.form-right-left {
    width: 70%;
}

.form-right-right {
    width: 30%;
}

.flex-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

canvas {
    background: #FFF;
}

.show-left {
    width: 65%;
}

.show-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.form-check {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.check-tips {
    font-size: 15px;
    color: #a6acbd;
    margin-left: 5px;
}

.form-btn {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f70303;
    font-size: 18px;
    color: #FFF;
    border: none;
    cursor: pointer;
    border-radius: 3px;
}

.form-btn:hover {
    background: #ff3737;
}

.form-botem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.botem-left {
    font-size: 15px;
    color: #0d4da1;
    cursor: pointer;
    position: relative;
}

.botem-left::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #0d4da1;
    content: "";
}

.botem-right {
    font-size: 15px;
    color: #6f6f6f;
    cursor: pointer;
}

.form-codes {
    display: none;
    text-align: right;
}

.form-code {
    position: relative;
    top: 3px;
}

.captchaBtn {
    font-size: 15px;
    color: #0d4da1;
    cursor: pointer;
}

.logon-forms{
    min-width: 600px;
    display: none;
    padding-bottom: 10px;
    position: relative;
}
.form-back{
    position: absolute;
    top: 18px;
    left: 27px;
    width: 30px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
}
.register-tabs {
    width: 50%;
}

.register-text,.register-find-text {
    cursor: pointer;
    line-height: 50px;
    width:fit-content;
    height: 100%;
    transition: all .3s;
    border-bottom: 3px solid transparent;
}
.register-current{
    border-bottom: 3px solid #0d4da1;
}
.form-agreement{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.agreement-up{
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.agreement-text{
    font-size: 15px;
    color: #333;
    margin-left: 8px;
}
.agreement-link{
    color: #0d4da1;
    font-size: 15px;
    display:inline;
}
.agreement-button{
    width: 400px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f70303;
    color: #FFF;
    font-size: 18px;
    border: none;
    cursor: pointer;
}
.form-placeholder,.form-symbol{
    cursor: pointer;
    user-select: none;
    font-size: 15px;
    color: rgb(127,126,127);
}
.form-file{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    background-color: transparent;
}
.form-trade{
    padding-left: 5px;
    padding-bottom: 10px;
    margin-top: 15px;
    border-bottom: 1px solid #ECECEC;
}
.form-item-license.form-trade:nth-child(2){
    margin-top: 0;
}
.find-button{
    width: 100%;
    height: 40px;
    background: #f70303;
    font-size: 15px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    margin-top: 40px;
    cursor: pointer;
    border-radius: 3px;
}