.layui-tab-title li {
    width: 50%;
    color: #909395;
}
.layui-tab-item {
    min-height: 400px;
}
.pd3 {
    padding: 3%;
}
.layui-input-block {
    margin-left: 0;
}
.layui-tab-title {
    border: none;
}
.layui-tab-title .layui-this {
    color: #0174C3;
}
.layui-tab-title .layui-this:after {
    border: none;
}
.layui-tab-title li:first-child:after {
    position: absolute;
    left: 0;
    top: 10px;
    content: '';
    width: 100%;
    height: 20px;
    border-bottom-color: #fff;
    border-radius: 2px 2px 0 0;
    box-sizing: border-box;
    pointer-events: none;
    border-right:3px solid #000;
}
input[type=checkbox] + label, input[type=radio] + label {
    line-height: 30px;
}

.getcode {
    background-color: #0f2f51;

}

.bodycontent .wrapper {
    width: 75%;
}

.banner {
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 500px;
}

@media only screen and (max-width: 950px) {
    .bodycontent .wrapper {
        width: 100%;
    }
}
@media only screen and (max-width: 1099px) {
    .wrapper {
        padding: 0;
    }
    .bodycontent .wrapper {
        width: 88%;
    }
}
.reg-captcha{
    display: flex;
    flex-direction: row;
    align-items: center;
}



