* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: auto;
    min-height:100%;
    font-family: PingFangSC-Regular, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* 禁止页面滚动 */
    overflow: scroll;
    overflow-x: hidden;
}

.page-wrapper {
    width: 100%;
    min-height: 100vh;
    background-image: linear-gradient(180deg, #ECF7FD 0%, #ECF7FD 16%);
}

.tip-box {
    width: 100%;
    padding: 2.67vw 5.33vw;
    font-size: 3.2vw;
    color: #FF7100;
    background: #FEEFE0;
    font-weight: 400;
    line-height: 1.67;
    text-align: justify;
}

.tip-box .link {
    font-weight: 600;
    cursor: pointer;
}

.top-box {
    width: 100%;
    position: relative;
}

.top-bg {
    width: 100%;
    height: auto;
    display: block;
}

.top-content {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 5.33vw;
    color: #254165;
    font-weight: 600;
    padding: 8vw 5.33vw;
    line-height: 1.63;
}

.form-tab {
    width: 100%;
    height: 12.27vw;
    position: relative;
}

.tab-bg {
    width: 100%;
    height: auto;
}

.tab-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 4.27vw;
    color: #666666;
}

.item-tab {
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.item-tab.active {
    font-weight: 600;
    color: #333;
}

.form-box {
    width: 100%;
    padding: 8vw 5.33vw;
}

.account-form,
.phone-form {
    display: none;
}

.account-form.active,
.phone-form.active {
    display: block;
}

.item-form {
    width: 100%;
    height: 13.33vw;
    background: #fff;
    border-radius: 1.87vw;
    display: flex;
    align-items: center;
    padding: 0 4vw;
    border: 0.27vw solid #fff;
}

.item-form.focus {
    border-color: #1890FF;
}

.error-text {
    width: 100%;
    height: 5.33vw;
    line-height: 5.33vw;
    font-size: 3.2vw;
    color: #FF3C3C;
    margin-left: 11.13vw;
    font-weight: 400;
    margin-top: 1vw;
}

.item-form .icon {
    width: 4.27vw;
    height: auto;
    margin-right: 2.67vw;
}

.item-form input {
    flex: 1;
    height: 8vw;
    font-size: 4vw;
    border: none;
    outline: none;
    background: transparent;
}

.item-form input::placeholder {
    color: #BDC2D4;
}

.clear-box {
    width: 8vw;
    height: 8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.icon-close {
    width: 4.27vw;
    height: 4.27vw;
}

.code-btn-box {
    margin-left: 2.67vw;
}

.code-btn {
    font-size: 3.73vw;
    color: #3989FF;
    white-space: nowrap;
    padding: 0 2.67vw;
    cursor: pointer;
    user-select: none;
}

.code-btn.disabled {
    color: #CCCCCC;
    cursor: not-allowed;
}

.agree-box {
    display: flex;
    /* align-items: center; */
    font-size: 3.2vw;
    margin-top: 2.67vw;
}

.checkbox {
    width: 3.73vw;
    height: 3.73vw;
    min-width: 3.73vw;
    border: 0.13vw solid #CECECE;
    border-radius: 50%;
    margin-right: 1.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 2px;
}

.checkbox.active {
    background-color: #3989FF;
    border-color: #3989FF;
}

.point {
    width: 1.6vw;
    height: 1.6vw;
    background: #fff;
    border-radius: 50%;
    display: none;
}

.checkbox.active .point {
    display: block;
}

.agree-text {
    flex: 1;
    line-height: 1.5;
}

.link {
    color: #3989FF;
    cursor: pointer;
}

.btn-box {
    width: 100%;
    height: 13.33vw;
    background: #3989FF;
    margin: 5.33vw 0 2.67vw 0;
    border-radius: 6.67vw;
    text-align: center;
    line-height: 13.33vw;
    color: #fff;
    font-weight: 500;
    font-size: 4.27vw;
    cursor: pointer;
    user-select: none;
}

.btn-box:active {
    background: #1870D9;
}

.forget-box {
    display: flex;
    justify-content: space-between;
    font-size: 3.73vw;
    color: #666666;
    height: 8vw;
    align-items: center;
}

.item-forget,
.item-reg {
    cursor: pointer;
}

.other-box {
    width: 100%;
    height: 40vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wx-login {
    width: 13.33vw;
    height: 13.33vw;
    background: #0DC15E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.wx-login .icon {
    width: 6.67vw;
    height: auto;
}

.wx-login:active {
    background: #0A8B42;
}

.hidden {
    display: none;
}

/**二次验证ui***/
.gray-bg{
    background: #F1F6F7;
}

.mt50{
    height: 13.33vw;
}

.fa-icon{
    width: 38.93vw;
    height: 38.93vw;
    display: block;
    margin: 0 auto;
}

.fa-mobile{
    font-size: 6.93vw;
    color: #333;
    font-weight: 600;
    margin: 5.33vw auto;
    text-align: center;
    display: block;
}

.fa-desc{
    color: #666;
    font-size: 3.73vw;
    font-weight: 400;
    line-height: 7.2vw;
    padding: 0 10.67vw;
    text-align: center;
}

.fa-error{
    padding: 0 10.67vw;
    text-align: center;
    font-size: 3.2vw;
    color: #f00;
    width: 100%;
    min-height: 14.67vw;
    line-height: 10.67vw;
}

.fa-content{
    width: calc(100% - 21.33vw);
    margin: 0 auto;
}

.mt60{
    margin-top: 16vw;
}

/*签约页样式*/
.invite-bg{
    width:92vw;
    height:auto;
    background-image: linear-gradient(180deg, #C2EFFE 17%, #EFF4F7 100%);
    margin: 0 auto;
    border-radius: 5.33vw 5.33vw 0 0;
    margin-bottom: 0;
    padding: 5.33vw;
    box-sizing: border-box;
}

.mt20{
    height: 5.33vw;
}

.ititle{
    font-weight: 450;
    font-size: 5.33vw;
    color: #627479;
    letter-spacing: 0;
    text-align: justify;
}

.iname{
    font-weight: 600;
    font-size: 4.8vw;
    color: #254165;
    letter-spacing: 0;
    margin: 1.6vw 0 2.67vw;
}

.idesc{
    font-weight: 400;
    font-size: 3.73vw;
    color: #627479;
    letter-spacing: 0;
    text-align: justify;
    line-height: 5.33vw;
}