.loginpage {}

.login_main {
    height: 100vh;
    position: relative;
}

.login_bg {
    background: url(/home/images/login_bg.png);
    background-size: cover;
    height: calc(100vh - 120px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top {
    background: white;
}

.top .top_main {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top .top_main .other {
    display: flex;
    justify-content: space-between;
    /*column-gap: 20px;*/
}

.top .top_main .other p {
    color: #226EBC;
    font-size: 18px;
    padding-left: 20px;
}

.top .top_main .other p .iconfont {
    font-size: 18px;
    margin-right: -3px;
}

.top>.top_main>a>img {
    height: 60px;
}

.login_contend {
    z-index: 99;
    display: flex;
    align-items: center;
}

.login_contend .left {
    width: 487px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_contend .left>div {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
}

.login_contend .left>div .text_c p {
    color: white;
    font-size: 22px;
}

.login_contend .left>div .text_c .title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.login_contend .left>div .special {
    color: white;
    font-size: 22px;
}

.login_contend .right {
    background: white;
    border-radius: 10px;
    width: 405px;
    height: 480px;
}

.login_contend .right .right_box {
    position: relative;
}

.login_contend .right .right_box .img_ewm {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 80px;
    cursor: pointer;
}

.login_contend .right .right_box h1 {
    text-align: center;
    padding: 20px 40px;
    color: #226EBC;
    font-weight: bold;
}

.login_contend .right .right_box ul {
    display: flex;
    padding-bottom: 10px;
    align-items: center;
}

.login_contend .right .right_box ul li {
    flex: 1;
    text-align: center;
    margin: 0 30px;
    font-size: 22px;
    padding: 10px 0;
    font-weight: 500;
    cursor: pointer;
}

.bd {
    display: flex;
    /* justify-content: center; */
}

.layui-form {
    flex: 1;
    padding: 0 50px 0 30px;
}

.layui-form-item .layui-input-inline {
    flex: 1;
    margin-right: 0;
}

.login-bottom {
    display: none;
}

.login_contend .right .right_box ul .active {
    display: block;
    color: #226EBC;
    border-bottom: 2px solid #226EBC;
}

.login_contend .right .right_box .bd .active {
    display: block;
    /* color: #0E932E;
border-bottom: 2px solid #0E932E; */
}

.layui-btn-normal {
    background-color: #226EBC;
}

.login-bottom .center .item {
    width: 370px;
    height: 35px;
    border-bottom: 1px solid #dae1e6;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
}

.login-bottom .center .item .iconfont {
    color: #d1dde8;
    font-size: 22px;
    margin-right: 10px;
}

.login-bottom .center .item .bind-password {
    padding: 0 5px;
    margin: 0;
}

.bind-password{
    cursor: pointer;
}

.login-bottom .center .item input {
    display: inline-block;
    width: 320px;
    height: 30px;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 14px;
    letter-spacing: 0;
}

.login-bottom .tip {
    display: flex;
    justify-content: space-between;
}

.login-bottom .tip .layui-form-checkbox span {
    font-size: 16px;
}

.layui-form-item {
    display: flex;
    /* flex-direction: column; */
}

.layui-form-item .code_box {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
}

.layui-form-item .code_box input {
    border: 0;
}

.layui-form-item .code_box .layui-input {
    flex: 2;
}

.layui-form-item .code_box .input_3 {
    flex: 1;
    padding-right: 10px;
}

.layui-form-item .code_box .iconfont {
    padding: 0 10px;
}

.layui-form-label {
    width: 60px;
    /* font-weight: bold; */
    font-size: 18px;
}

.login-bottom .login-btn {
    width: 288px;
    height: 40px;
    background-color: #0E932E;
    border-radius: 16px;
    margin: 24px auto 0;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    cursor: pointer;
    border: none;
    margin-bottom: 20px;
}


.submit {
    display: flex;
    justify-content: space-between;
    margin-left: 20px;
    margin-top: 20px;
}

.submit button {
    border-radius: 5px;
    flex: 1;
}

.submit .pre {
    color: #226EBC;
    background: white;
    border: 1px solid #226EBC;
}

.layui-btn+.layui-btn {
    margin-left: 80px;
}

.forget-password {
    color: #0E932E;
    font-size: 16px;
}

.input_3 {
    color: #0E932E;
    background: white;
    padding-right: 10px;
}

.input_33 {
    color: #226EBC;
    background: white;
    flex: 1 !important;
    padding-right: 10px;
    cursor: pointer;
}

.layui-form-item .layui-form-checkbox {
    margin-top: 0;
}

.layui-form-item .layui-form-checkbox[lay-skin=primary] {
    margin: 0 0 0 20px;
}
/* 上面部分可以引用注册页面样式 */

.submit>div button {
    width: 100%;
}

.layui-form-item {
    display: flex;
    flex-direction: column;
}

.layui-form-item .layui-input-inline {
    float: left;
    width: 95%;
    margin-left: 20px;
    margin-right: 10px;
}

.rember {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.rember:nth-of-type(2n){
    margin-top: 10px !important;
}

.rember p {
    font-size: 14px;
    color: #7b7b7b;
}

.rember p span {
    color: #226ebc;
}

.rember p span {
    color: #226ebc;
}

.forget>div {
    display: flex;
    justify-content: space-between;
    margin-left: 20px;
}

.forget>div a {
    color: #7b7b7b;
}

.forget>div a:nth-child(2) {
    color: #226ebc;
}

.ewm {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ewm .toggle {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 80px;
    cursor: pointer;
}

.ewm>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
}

.ewm>div .title {
    font-size: 18px;
    font-weight: bold;
}

.ewm>div .toreg {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.ewm>div .toreg a {
    color: #BCBCBC;
}

.ewm>div .imgbox {
    width: 220px;
    height: 220px;
    border: 1px solid #BCBCBC;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.ewm>div .imgbox img {
    width: 200px;
}

.login_main .nocopy {
    background: #2e3139;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 60px;
    z-index: 88;
    display: flex;
    font-size: 16px;
    flex-direction: column;
    justify-content: center;
    row-gap: 5px;
}

.nocopy p {
    color: #868687;
}

.footer-copyright {
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #868687;
    margin: 20px 0 20px 0;
    height: 80px;
}

a {
    text-decoration: none;
}
.footer-copyright a {
    color: #868687;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #226EBC !important;
    background-color: #226EBC;;
    color: #fff;
}

.relive {
    position: relative;
    cursor: pointer;
    margin-top: 4px;
}

.relive img {
    padding: 10px;
    background: white;
    border-radius: 20px;
    width: 136px;
    height: 136px;
    position: absolute;
    top: 33px;
    left: -44px;
    z-index: 999;
    box-shadow: 0px 0px 5px #999999;
    display: none;
}

.relive:hover img {
    display: block;
}

.relive2 {
    position: relative;
    cursor: pointer;
    margin-top: 1px;
}

.relive2 img {
    padding: 10px;
    background: white;
    border-radius: 20px;
    width: 136px;
    height: 136px;
    position: absolute;
    top: 33px;
    left: -44px;
    z-index: 999;
    box-shadow: 0px 0px 5px #999999;
    display: none;
}

.relive2:hover img {
    display: block;
}

#nb_icon_wrap{
    display: none !important;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 100px #fff inset;
    /*-webkit-text-fill-color: #fff;*/
}

.layui-form-checkbox[lay-skin="primary"]:hover i {
    border-color: #226ebc !important;
}