body {
    min-width: 1200px;
    max-width: 1920px;
    background: url("../images/login/bg.png") no-repeat center center !important;
    overflow: hidden;
}

.hide {
    display: none;
}

.main {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 0 !important;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1120px;
    height: 560px;
    background: #FFFFFF;
    box-shadow: 0px 7px 33px 5px rgba(124, 88, 67, 0.18);
}

.form-content {
    position: relative;
    width: 466px;
    padding: 53px 44px 39px 610px;
}

.form-content > .loginimg {
    position: absolute;
    top: -51.5px;
    left: 40px;
}

.tab {
    padding: 0 127px;
    font-size: 22px;
    color: #484848;
}

.tab li {
    position: relative;
    width: 60px;
    text-align: center;
    cursor: pointer;
    letter-spacing: 3px;
}

.tab li .link {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    width: 60px;
    height: 5px;
    background: transparent;
    border-radius: 3px;
}

.tab li.active {
    font-size: 24px;
    color: #1A1A1A;
}

.tab li.active .link {
    /*background: #e1a356 !important;*/
}

.login {
    width: 100%;
    /*margin-top: 65px;*/
    margin-top: 33px;
}

.form {
    width: 100%;
}

input {
    width: 456px;
    height: 40px;
    outline: none;
    border: 0;
    border-bottom: 1px solid rgba(229, 229, 229, 0.74);
    font-size: 15px;
    color: #9D9C9B;
    margin-top: 24px;
    transition: all 0.8s;
    padding-left: 10px;
}

.loginBtn,.registerBtn{
    width: 350px;
    height: 40px;
    margin: 0 auto;
    /*background: #e1a356 !important;*/
    /*background: #aaa;*/
    margin-top: 38px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.registerBtn{
    background: linear-gradient(267deg, #A84200 0%, #C15916 100%);
}

.resetword {
    margin-top: 16px;
    text-align: center;
}

.resetword a {
    font-size: 14px;
    color: #7E7F7D;
    text-decoration: none;
}

.wechat {
    height: 45px;
    margin-top: 40px;
    padding: 0 40px;
    position: relative;
}

.wechat .line {
    width: 140px;
    height: 1px;
    background: #E5E5E5;
}

.wechat img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.wechat .left {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translate(0, -50%);
}

.wechat .right {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translate(0, -50%);
}

/*注册*/
.register {
    margin-top: 33px;
}

.call {
    position: relative;
}

.warning {
    position: absolute;
    top: 26px;
    right: 0;
    width: auto;
    height: 36px;
    /*background: rgba(0, 0, 0, 0.1);*/
    background: rgba(0, 0, 0, 0);
    font-size: 14px;
    /*color: #E50012;*/
    color: transparent;
    line-height: 36px;
    text-align: center;
    padding: 0 15px;
    transition: all 0.8s;
    z-index: 9999;
}
.warning.active{
    background: rgba(0, 0, 0, 0.1);
    color: #E50012;
}
.code {
    position: relative;
}

.codeBtn {
    position: absolute;
    top: 20px;
    right: 0;
    width: 110px;
    height: 34px;
    border: 1px solid #B15252;
    color: #232323;
    font-size: 13px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}
.codeBtn.disabled{
    border: 1px solid #aaa;
    /*background-color: #aaa;*/
}

.policy {
    margin-top: 14px;
    line-height: 18px;
    font-size: 14px;
    color: #363636;
}
.policy a{
    color: #B04906;
    text-decoration: none;
}
input[type="checkbox"] {
    width: 18px;
    height: 18px;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    position: relative;
    margin: 0;
    margin-right: 15px;
}

input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #B15252
}

input[type="checkbox"]:checked::before {
    content: "\2713";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #B15252;
    color: #B15252;
    font-size: 18px;
    font-weight: bold;
}