html {
    background-color: #fff;
}

.pagewd {
    width: 360px;
    margin: 0 auto;
    min-width: 0;

}

.pagebox {
    width: 100%;
    min-width: 1200px;
    min-height: 100vh;
    /*background-image: url(./image/login_bg.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100%;

}

.title {
    font-size: 28px;
    color: #333;
    line-height: 60px;
    padding-top: 40px;
    text-align: center;
    display: block;
    padding-bottom: 40px;
}


.tab_box {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #eee;
}

.tab_box .tab {
    font-size: 16px;
    /*line-height: ;*/
    text-align: center;
    font-weight: 500;
    color: #333;
    position: relative;
    cursor: pointer;
    padding-bottom: 20px;
}

.tab_box .tab:after {
    display: block;
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 0px;
    height: 4px;
    background-color: transparent;
    transition: all ease 0.3s;


}

.tab_box .tab.active {
    color: #177dff;
}

.tab_box .tab.active:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #177dff;
}

.type {
    display: none;
}

.layui-input-block {
    margin-left: 0;
}

.layui-input {
    padding-left: 32px;
}

.icon {
    width: 18px;
    height: 18px;
    display: block;
    object-fit: contain;
    position: absolute;
    left: 9px;
    top: 10px;
}


.check_code {
    float: right;
    width: 129px;
    border: 1px solid #e6e6e6;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #177dff;
    cursor: pointer;

}

.check_code img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.check_code.counting {
    color: #888;

}

.layui-btn {
    height: 40px;
    line-height: 40px;
}

.other {
    text-align: center;
    font-size: 14px;
    color: #888;
    margin: 0 0 16px;
}


.forget_pwd {
    text-align: right;
    font-size: 14px;
    color: #177dff;
    margin: 0 0 30px;
    cursor: pointer;
}

.forget_pwd a {
    text-align: right;
    font-size: 14px;
    color: #177dff;
    margin: 0 0 30px;
    cursor: pointer;
}
