:root {
    /*--theme-color: #07AAFF;*/
    --theme-color: #0174FF;
    --font-color: #262626;
    --placeholder-color: #A6A6A6;
    --font-size: 14px
}

html, body {
    height: 100%;
    width: 100%
}

::-webkit-input-placeholder {
    color: #A6A6A6
}

:-moz-placeholder {
    color: #A6A6A6
}

::-moz-placeholder {
    color: #A6A6A6
}

:-ms-input-placeholder {
    color: #A6A6A6
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-track {
    background-color: #F4F5F5
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #ccc
}

::-ms-clear, ::-ms-reveal {
    display: none
}

.web-register-head .web-logo {
    position: absolute;
    top: 10px;
    left: 31px;
    display: flex;
    align-items: center
}

.web-register-head .web-logo .logo-title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    padding-left: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    text-align: left;
}

.web-register-head .web-logo .logo1-img {
    display: block;
    /*width: 132px;*/
    /*height: 30px*/
}

.web-register-head .web-logo .logo2-img {
    display: block;
    width: 75px;
    height: 24px
}

.web-register-head .web-logo .logo-text {
    display: none
}

.web-register-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../../images/login/back.svg) center top repeat #F6FAFD
}

.web-register-box {
    display: flex;
    box-shadow: 0 3px 24px 0 rgba(50, 76, 90, 0.07);
    border-radius: 8px;
    overflow: hidden
}

.web-register-main {
    position: relative;
    width: 450px;
    margin: 0 auto;
    padding: 45px;
    text-align: center;
    background: #FFFFFF;
    box-sizing: border-box
}

.web-register-main a {
    color: var(--theme-color)
}

.close-dialog {
    display: none;
    position: absolute;
    top: 24px;
    right: 24px;
    width: 16px;
    height: 16px;
    padding: 5px;
    cursor: pointer
}

.web-register-title {
    padding-bottom: 32px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    color: var(--font-color)
}

.web-register-form .web-register-form-body, .web-register-form .web-register-second {
    display: flex;
    flex-direction: column
}

.web-register-form .web-register-row {
    height: 48px;
    border: 1px solid #D8D8D8;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    margin-top: 16px;
    border-radius: 2px;
    background-color: #fff;
    box-sizing: border-box
}

.web-register-form .web-register-img {
    width: 16px;
    height: 16px;
    margin-left: 12px
}

.web-register-form .web-register-input {
    flex: 1;
    width: 100%;
    height: 46px;
    border: 0;
    padding: 5px 12px;
    box-sizing: border-box;
    font-size: var(--font-size);
    color: var(--font-color);
    outline: none
}

.web-register-form .web-register-input::placeholder {
    color: var(--placeholder-color)
}

.web-register-form .web-register-row:focus-within {
    border: 1px solid var(--theme-color);
    box-shadow: 0 0 3px 0 rgba(7, 170, 255, 0.7)
}

.web-register-form .web-register-input-error {
    border: 1px solid #F0483D
}

.web-register-form .clearInput {
    width: 16px;
    height: 16px;
    background: url(../../images/icon/clear.svg) center no-repeat;
    cursor: pointer;
    display: none;
    margin-right: 10px;
    margin-left: 10px;
    flex-shrink: 0
}

.web-register-form .error {
    display: none;
    font-size: 12px;
    line-height: 12px;
    color: #F0483D;
    text-align: left
}

.web-register-form .web-register-smsbtn {
    padding: 5px 12px 5px 2px;
    font-size: var(--font-size);
    line-height: var(--font-size);
    color: var(--theme-color);
    border: none;
    outline: none;
    background: none
}

.web-register-form .sending {
    color: var(--placeholder-color)
}

.web-register-form .web-register-regist {
    position: relative
}

.web-register-form .web-register-regist .error {
    position: absolute;
    left: 0;
    bottom: -16px
}

.web-register-form .web-register-btn {
    width: 100%;
    height: 48px;
    margin-top: 32px;
    font-size: var(--font-size);
    color: #fff;
    border: none;
    outline: none;
    background: var(--theme-color);
    border-radius: 2px
}

.web-register-form .web-register-btn:disabled {
    background: rgba(7, 170, 255, 0.4);
    cursor: default
}

.web-register-form .web-register-second {
    display: none
}

.web-login {
    margin-top: 24px;
    font-size: var(--font-size);
    line-height: var(--font-size);
    color: var(--placeholder-color)
}

.web-login-pop {
    display: none
}
