.ey-header-con{
    display: flex;
    justify-content: space-between;
    width: 1024px;
    margin: 0 auto;
    padding: 10px 0;
}

.logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-left>img {
    width: 200px;
    cursor: pointer;
}

.logo-des{
    margin-left: 5px;
    margin-top: 10px;
    font-size: 24px;
    color: #333;
}
.tel{
    display: flex;
    color: #09F;
    line-height: 63px;
}

.contract{
    margin-left: 20px;
    color: #f60;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.contract>img{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.ey-login-bg{
    background-color: #009aff;
}

.login-bottom {
    text-align: center;
    background-color: #f7f7f7;
    color: #f7f7f7;
}

.bttt{
    font-size: 12px;
    color: #333;
    background-color: #f7f7f7;
    margin: 5px auto;
    display: inline-block;
}
.bttt>a{
    font-size: 12px;
    color: #333;
    background-color: #f7f7f7;
}

.container_bg {
    position: relative;
    justify-content: flex-end;
    justify-items: center;
    width: 1024px;
    height: 600px;
    margin: 0 auto;
    background: url("../images/login-bg.jpg") center/100%;
}

.login-panel{
    border: 2px solid red;
    position: absolute;
    left: 620px;
    width: 400px;
    height: 480px;
}

.new-reg-logo {
    margin-top: 15px;
    margin-left: 0px;
}

.reg .panel-body {
    padding: 30px 25px;
}

.new-reg-heading {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0;
    text-align: center;
}

.form-comtrol-input {
    width: 260px;
    height: 30px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #333!important;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    border: 0px;
    padding-left: 10px;
    background-color: white !important;
    margin-left: 10px;
}
.form-comtrol-div {
    padding-left: 20px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    height: 42px;
    display: flex;
    align-items: center;
}
.login-type-new {
    padding-top: 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-type-new>span{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.login-wx-span{
    margin-left: 7px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}