button,
input {
    margin: 0;
    padding: 0;
}

.btn {
    background-color: rgb(55, 170, 216);
    color: #fff;
}

@media (min-width: 1200px) {
    .container {
        max-width: 450px;
    }
}

.mr1 {
    margin-right: 30px;
}

/* 取消number input的加减 */
.deal::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.deal::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
}


/* 表单左边图片 */
.max-box .leftImgBox {
    width: 900px;
    height: 100vh;
}

.leftImgBox,
.leftImg {
    height: 380px;
    width: 560px
}

/* 提示框 */
.diglogBox {
    position: absolute;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
}

.diglog {
    position: absolute;
    top: 5vh;
    z-index: 99;
    background-color: #fff;
    border-radius: 5px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.diglogBox .diglog .iconfont {
    /* position: absolute;
    right: 1vw;
    top: 0.6vh; */
    z-index: 100;
    font-size: 16px;
    width: 100%;
    text-align: right;
    padding: 5px 10px;
}

.pc-diglog {
    width: 14rem;
    height: 20vh;
}

.pho-diglog {
    width: 20rem;
    height: 12vh;
}

.diglogBtn {
    width: 80px;
    background-color: #028fd6;
    color: #fff;
    border-radius: 5px;
    font-weight: 300;
    outline: none;
    border: 1px solid transparent;
    margin-bottom: 5px;
    justify-self: right;
}


/* 最大盒子 */
#app .max-box {
    width: 100vw;
    height: 100vh;
    /*background-color: #028fd6;*/
    background-color: #9999ff;
    color: #000;
    font-size: 16px !important;
}

.container {
    height: 100vh;
    margin: 0;
}

/* 登录表单盒子 */
.pc-register-box {
    width: 14rem;
    height: 400px;
    background-color: #fff;
    padding: 15px 0;
}

/* 登陆表单标题 */
.pc-register-title {
    width: 12rem;
    height: 70px;
    padding: 0 15px;
    font-size: 22px;
}

.pho-register-title {
    width: 18rem;
    height: 70px;
    padding: 0 15px;
    font-size: 22px;
}

/* 扫码登录二维码图片 */
.pc-scanCodeImg {
    width: 250px;
    height: 250px;
}
/* 登录标题文本 */
.register-title-text{
    position: relative;
    color: #37aad8;
    margin-right: 5px;
}
.pc-register-title-text{
    font-size: 16px;
    border: 1px solid #37aad8;
    padding: 2px 5px;
}
.pho-register-title-text{
    font-size: 16px;
    border: 1px solid #37aad8;
    padding: 2px 5px;
}
.register-title-text::before {
    content: '';
    width: 0;
    height: 0;
    border: 5px solid;
    position: absolute;
    right: -10px;
    top: 5px;
    border-color: transparent transparent transparent #37aad8;
}
.register-title-text::after{
    content:'';
    width: 0;
    height: 0;
    border: 5px solid;
    position: absolute;
    right: -9px;
    top: 5px;
    border-color: transparent transparent transparent #fff;
}



.pc-scanCodeImg img {
    width: 250px;
    height: 250px;
}

.pho-scanCodeImg {
    width: 200px;
    height: 200px;
}

.pho-scanCodeImg img {
    width: 200px;
    height: 200px;
}

/* 标题图标 */
.register-title-icon .iconfont {
    font-size: 44px;
    opacity: 0.6;
}

.pc-register-form {
    width: 12rem;
    height: 300px;
}

.pho-register-box {
    width: 20rem;
    height: 350px;
    background-color: #fff;
    padding: 15px 0;
}

.pho-register-form {
    width: 18rem;
    height: 250px;
}

/* 扫码登陆页面文本 */
.scanCodeText i {
    margin-right: 5px;
}

.scanCodeText .iconfont {
    font-size: 22px;
}


.input-group-text {
    /* width: 1rem; */
    padding: 4px !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.input-group {
    /* height: 1.2rem !important; */
}

.mb-3 {
    margin: 0 !important;
}

.input-group-text,
.form-control {
    height: 40px !important;
    font-size: 16px !important;
    width: 64px;
}

.input-group-text {
    border-top-left-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
}

div .form-control {
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
    padding: 0 15px !important;
}

/* 验证码 */
div .verifyInp {
    width: 4rem !important;
    flex: 0 !important;
}

.pc-verifyCode {
    width: 5rem;
    font-size: 0.3rem;
    padding: 0 0 0 5px;
}

.pho-verifyCode {
    font-size: 0.3rem;
    width: 100%;
}

.verifyImg {
    margin-right: 5px;
}

/* 通用输入框字体大小 */
.commonInpFont {
    font-size: 0.3rem;
}

/* 登录 清楚按钮 */
.btnBox {
    padding: 0 15px;
}

.pc-btn {
    padding: 2px 14px;
    font-size: 0.7rem;
    border-radius: 5px;
    font-weight: 300;
}

.pho-btn {
    padding: 2px 14px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 300;
}

.form-check-inline {
    margin-right: 0;
}

/* 忘记密码 */
.forgetPawFont {
    font-size: 12px;
    width: 100%;
    padding: 0 15px;
}