/*  ----------  ---------- */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        transition: all .25s;
    }


.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.jclogin-title {
    display: flex; /*弹性布局*/
    align-items: center; /*子元素垂直居中*/
    ;
    justify-content: center;
    margin: 1rem auto;
    margin-top: 3rem;
}

.jclogin_box {
    margin: 0 auto;
}

body.jclogin_body {
    background: url(../Images/login_bg.jpg) left bottom #ebf6f8;
    background-size: cover;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 13px;
}

.jclogin_rbg {
    background: url(../Images/from_bg.png) no-repeat;
    background-size: cover;
    width: 1583px;
    height: 767px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -383.5px 0 0 -791.5px;
}

.aui-chang-list {
    margin: 0;
    width: 50%;
    margin-left: auto;
    text-align: right;
    z-index: 2;
    padding-bottom: 0rem;
}

.jclogin-lilne {
    display: flex;
    margin: 1rem;
    justify-content: space-between;
}

    .jclogin-lilne a {
        color: #555;
        cursor: pointer;
        font-size: 14px;
    }

        .jclogin-lilne a:hover {
            color: #2d79ff;
            font-weight: bold;
        }

.aui-user-text h1 {
    font-size: 2.6rem;
    font-weight: 800;
    color: #2b7afd;
    margin: 1.5rem 0;
    margin-left: .5rem;
}

input:focus {
    outline: -webkit-focus-ring-color auto 0;
    outline: medium;
}

button:focus {
    outline: -webkit-focus-ring-color auto 0;
    outline: medium;
}

.aui-flex-box {
    flex: 1;
    min-width: 0;
    font-size: 14px;
    color: #333;
}

.aui-jop-top-box {
    width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.aui-flex {
    display: flex;
    align-items: center;
    padding: .4rem;
    border-radius: 6px;
    margin: 1.5rem 1rem;
    position: relative;
    border: 1px solid #dcdcdc;
}

.aui-flex2 {
    display: flex;
    align-items: center;
    padding: .6rem;
    border-radius: 6px;
    margin: 1rem;
    position: relative;
    background: none;
}

.aui-chang-list:after {
    content: '';
    position: absolute;
    border-radius: 5px;
    z-index: -1px;
    top: 0;
    left: 0;
    width: 120px;
    height: 180px;
    background-size: 120px;
    background-repeat: no-repeat;
}

.aui-flex2 .aui-form-item {
    line-height: 25px;
    width: auto !important;
    margin-right: 2px;
}

.aui-form-item img {
    margin: 5px 20px;
}

.text-rihgt {
    text-align: right;
}

.aui-palace-top {
    margin-top: 6rem !important;
    padding-bottom: 1rem;
}

.aui-flex-box input {
    width: 100%;
    font-size: 1.2rem;
    height: auto;
    padding: 1rem;
    border: 1px solid #dcdcdc;
    color: #323232 !important;
    border-radius: 3px;
    border: none;
}

    .aui-flex-box input::-webkit-input-placeholder {
        color: #323232;
    }

    .aui-flex-box input:-moz-placeholder {
        color: #323232;
    }

    .aui-flex-box input::-moz-placeholder {
        color: #323232;
    }

    .aui-flex-box input:-ms-input-placeholder {
        color: #323232;
    }

.aui-psd a {
    color: #646464;
    font-size: 0.85rem;
}

.checkbox {
    color: #fff;
}

.aui-flex-box a {
    color: #fff;
}

.aui-form-button {
    padding: .5rem 0 1rem 0;
}

    .aui-form-button button {
        background: linear-gradient(to right, #6bb0fe 0%, #0960ff 100%);
        width: 96%;
        margin: 8px auto;
        display: block;
        letter-spacing: 3px;
        padding: 1.5rem 0;
        border-radius: 5px;
        border: none;
        color: #fff;
        font-size: 1.6rem;
        cursor: pointer;
        transition: all .3s ease-out;
        box-shadow: 0 2px 8px 0 #6fb2ff;
    }

        .aui-form-button button:hover {
            background: linear-gradient(to right, #17baff 0%, #6bb0fe 100%);
            box-shadow: 0 2px 5px 10px #ccdfff;
        }


.p_right {
    position: absolute;
    right: 0;
    top: 0;
}

.jclogin_title {
    color: #fff;
    letter-spacing: 1px;
    text-align: left;
    position: fixed;
    top: 3%;
    left: 10%;
    font-weight: bold;
    font-size: 2.2rem;
}

.jclogin-font {
    color: #555;
    float: 12px;
    font-weight: normal;
    width: 1583px;
    margin: 0 auto;
    text-align: right;
    padding-right: 2rem;
    position: fixed;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.aui-user-img {
    background: url(../Images/02.png ) 100%;
    height: 61px;
    width: 100px;
    text-align: center;
}

#xuanzhun {
    margin-top: 7px;
    margin-right: 6px;
    /*-webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -webkit-animation: rotate 3s linear infinite;
    -moz-animation: rotate 3s linear infinite;
    -o-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;*/
}

.pt-message {
    display: none;
    position: fixed;
    z-index: 99999;
    bottom: 0;
    width: 100%;
    background: #da475c;
    color: #fff;
    text-align: center;
}

    .pt-message span {
        margin: 0;
        line-height: 40px;
        font-size: 16px;
    }

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

#imgCode {
    width: 100%;
    height: 47px;
    border: 2px solid #01a6ff;
    border-radius: 3px;
}

.bnt_info {
    margin-right: 5px;
    width: 80px;
}

    .bnt_info a {
        color: #2b7afd;
    }

@media only screen and (max-width: 1800px) and (min-width: 1380px) {
    #divSilder {transform:scale(1.25); margin-bottom:35px;}
    .jclogin_rbg {
        transform: scale(0.8);
    }

    .jclogin-font {
        color: #555;
        font-size: 12px !important;
        font-weight: normal;
        width: 1260px;
        margin: 0 auto;
        text-align: right;
        padding-right: 2rem;
        position: fixed;
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 1380px) and (min-width: 800px) {
    #divSilder {transform:scale(1.41); margin-bottom:35px;}
    .jclogin_rbg {
        transform: scale(0.7);
    }

    .jclogin-font {
        color: #555;
        font-size: 12px !important;
        font-weight: normal;
        width: 1120px;
        margin: 0 auto;
        text-align: right;
        padding-right: 2rem;
        position: fixed;
        bottom: 8%;
        left: 50%;
        transform: translateX(-50%);
    }
}
