﻿.right-img {
    height: 82px;
    width: 82px;
}

.form-box {
    padding: 30px 30px;
}

.layui-input {
    height: 42px;
    padding-left: 50px !important;
    border: 1px solid rgb(186, 189, 206);
    border-radius: 6px;
}

    .layui-input::placeholder {
        color: rgb(179, 179, 179);
    }

.login-btn {
    height: 42px;
}

.layui-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.xy {
    margin-top: 42px;
    color: rgb(153, 153, 153);
    font-size: 12px;
}

.xy-b {
    text-align: center;
    width: 259px;
    font-size: 12px;
    margin-top: 49px;
    margin-left: auto;
    margin-right: auto;
    color: rgb(153, 153, 153);
}

    .xy-b a {
        color: rgb(54, 109, 255);
    }

.xy a {
    color: rgb(54, 109, 255);
}

.layui-btn-xj {
    width: 100%;
    margin-top: 15px;
    background: rgb(54, 109, 255);
    border-radius: 6px;
    font-size: 14px;
}

.btn-register {
    display: block;
    width: 100%;
    text-align: center;
    height: 64px;
    line-height: 64px;
    font-size: 22px;
    color: rgb(54, 109, 255);
}

.btn-yzm {
    border: 1px solid rgb(186, 189, 206);
    border-radius: 6px;
    color: rgb(54, 109, 255);
    padding: 0;
}

.back-up {
    background: rgba(255, 255, 255,0.74);
    backdrop-filter: blur(4px);
    --globalnav-backdrop-filter: saturate(180%) blur(5px);
    --globalnav-background: rgba(228, 235, 247, 0.1);
    background: var(--globalnav-background);
    -webkit-backdrop-filter: var(--globalnav-backdrop-filter);
    width: 100%;
    height: 100%;
}

form .layui-tab {
    margin-top: 0;
    margin-bottom: 30px;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
}

    form .layui-tab .layui-tab-title li {
        font-size: 16px;
        padding: 0;
    }

form .layui-this a {
    color: rgb(54, 109, 255) !important;
}

form .layui-tab-title .layui-this:after {
    border-bottom: 2px solid rgb(54, 109, 255) !important;
}

form .layui-tab-title li {
    padding: 0;
}

form .layui-form-checked[lay-skin=primary] i {
    border-color: rgb(54, 109, 255) !important;
    background-color: rgb(54, 109, 255);
}

form .layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: rgb(54, 109, 255) !important;
}

form .layui-btn-primary:hover {
    border-color: rgb(54, 109, 255) !important;
}

form .layui-tab .layui-tab-title {
    border-bottom-style: hidden;
    display: flex;
    justify-content: space-around;
}

.ppindex {
    min-height: 600px;
    height: 100%;
    position: relative;
}

.layui-layer-btn .layui-layer-btn0:hover {
    color: #fff !important;
}

.page-center {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.page-center {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.container-index {
    width: 376px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: calc(50% - 225px);
    left: 50%;
    transform: translate(-50%);
}