﻿html, body {
    padding: 0px;
    margin: 0px;
    height: 100%;
    background-color: #e9eaeb;
}

.root {
    background: linear-gradient(135deg,#e6f1ff,#fbfcff 23%,#fbfcff 75%,#edf5ff);
    -webkit-box-orient: unset !important;
    -webkit-box-direction: unset !important;
    flex-direction: unset !important;
    height: 100%;
}

.reg-left-img {
    width: 510px;
    margin-right: 120px;
}

.log-img {
    width: 130px;
    position: absolute;
    left: 80px;
    top: 50px;
    cursor: pointer;
}

.reg-form-content {
    background-color: white;
    padding-left: 40px;
    padding-right: 70px;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    padding-bottom: 20px;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.1);
}

.reg-title {
    font-size: 19px !important;
    font-weight: 550 !important;
    height: 60px !important;
    line-height: 60px !important;
    text-align: center;
}

.reg-btn {
    height: 33px;
    line-height: 33px;
    font-size: 12px;
}

.reg-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.layui-form-item {
    margin-top: 2px !important;
    margin-bottom: 10px !important;
}

.ver-desc-box {
    border-color: whitesmoke;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    padding: 8px;
}

.reg-form-header {
    height: 31px;
    background-color: #315784;
    color: white;
    padding-left: 30px;
    padding-top: 5px;
    font-size: 16px;
    position: fixed;
    width: 100%;
}

.reg-form-body {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.reg-form-footer {
    font-size: 12px;
    text-align: center;
    position: fixed;
    bottom: 10px;
    width: 100%;
    color: #ced0d4;
}

    .reg-form-footer a {
        color: #ced0d4;
    }

.layui-input-cust {
    height: 34px;
}

.layui-unselect input {
    height: 34px;
}

.layui-input:focus, .layui-textarea:focus {
    border-color: #2D8CF0 !important;
    box-shadow: 0 0 0 3px #ecf5ff !important;
}
.reg-form-right {
    display: flex;
}

/*小屏幕（例如手机）*/
@media (max-width:768px) {
    .reg-form-left
    {
        display:none;
    }
    .reg-form-content {
        padding-left: 20px;
        padding-right: 30px;
    }
    .log-img {
        display: none;
    }
    .reg-form-right {
        display: flex;
        margin: 10px 10px;
    }
    .reg-form-footer {
        bottom: 0px;
    }
    .phone-item .layui-inline {
        margin-bottom: 5px;
        text-align: end;
    }
    .login {
        width: 220px;
    }
}