.main-cont {
    width: 100%;
    height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    padding-top: 60px;
}

.activ-form {
    margin-top: 20px;
    text-align: center;
}

.layui-form-label {
    width: 100px;
}

.layui-form-item .layui-input-inline {
    width: 300px;
}

.layui-btn {
    background: rgba(19, 149, 225, 1);
}

.module-title {
    width: 70%;
    height: 50px;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    padding: 0 20px;
    color: rgb(105, 144, 251);
    background: rgb(237, 243, 255);
}

.layui-tab {
    margin: 0 auto;
    width: 70%;
    height: calc(100% - 60px);
}

.layui-tab-title {
    border: none;
    text-align: center;
}

.layui-tab-content {
    width: calc(100% - 20px);
    height: calc(100% - 60px);
}

.layui-tab-brief > .layui-tab-title .layui-this {
    color: rgb(105, 144, 251);
}

.layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid rgb(105, 144, 251);
}

.mbwt-box {
    width: 50%;
    margin: 0 auto;
}


.mb-second-step .layui-form-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.mb-second-step .layui-form-label {
    padding: 9px 0;
    width: 100%;
    text-align: left;
}

.mb-second-step .layui-input-block {
    margin: 0;
}

.VerifCode {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#btnSendCode1 {
    width: 100px;
    height: 38px;
    padding: 0 5px;
    margin: 0;
    font-size: 14px;
    text-align: center;
    border: 1px solid rgb(105, 144, 251);
    cursor: pointer;
    color: rgb(105, 144, 251);
    background: rgb(237, 243, 255);
}

.VerifCode-inp {
    width: calc(100% - 100px);
    min-width: 200px;
}

.tel-second-step .layui-form-label {
    width: 120px;
}

.tel-second-step .layui-input-block {
    margin-left: 155px;
}

.proj-name {
    width: calc(100% - 40px);
    padding: 0 20px;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.proj-name p {
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
}

.proj-name img {
    width: 130px;
    margin: 0;
}

.layui-input-block {
    margin-left: 130px;
    min-height: 36px;
}

.wxQrCode {
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: center;
}