* {
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    /* Safari */
    min-height: 100vh;
    height: 100vh;
    flex-direction: column;
}

body {
    -webkit-font-smoothing: antialiased;
    /*字体渲染技术(字体抗锯齿技术)*/
    font: 14px/1.5 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #999;

    background-repeat:  no-repeat;
    background-position:  center bottom,center bottom;

    background-image: url(../img/login-bg.png), linear-gradient(45deg, #00000046, #00000046);;
    /* background-color: #00000046; */
    /* background-size: cover; */

    background-size: cover, cover;

    position: relative;
    /* background-blend-mode: */
}

body::after {
    content: '';
    background-color: #00000090;
    position: absolute;
    width: 100%;
    min-height: 100vh;
}


/* 版权 */
.copyright {
    margin-top: 80px;
    flex: 1;
    width: 100%;
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 16px;
    bottom: 0;
}

em,
i {
    font-style: normal;
}

li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

button {
    cursor: pointer;
}

select,
textarea,
button,
section,
input {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    outline: none;
    border: 0;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #000;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pr {
    position: relative;
}


/* 清除浮动  */

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/*引用字体图标*/

@font-face {
    font-family: "iconfont";
    /* Project id  */
    src: url('../fonts/iconfont.ttf?t=1634541220479') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 26px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-mimasuo:before {
    content: "\e657";
}

.icon-yonghu:before {
    content: "\e603";
}

.icon-shouji:before {
    content: "\e8b9";
}

.logo {
    position: fixed;
    top: 10px;
    left: 10px;
}


/* 顶部标题 */

.headerfont {
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding: 80px 0 80px 0;
}


/* 登录窗口 */

.login,
.enroll {
    margin: 0 auto;
    /*width: 940px;*/
    height: auto;
    z-index: 99;
    /*background-color: #F0F6FF;*/
    /* background-color: rgba(255, 255, 255, 0.8); */
   /* box-shadow: 2px 0 20px 5px rgba(0, 0, 0, .1);
    border-radius: 15px; */
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


/* 登录输入 */
.log {
    /*width: 100%;*/
    padding: 0 60px;

}


.log h3 {
    text-align: center;
    font-size: 30px;
    /* color: #1a4dca; */
    color: #fff;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-bottom: 30px;
}

.log div {
    position: relative;
    color: #999;
    font-size: 16px;
    margin-bottom: 14px;
    /* background-color: #DDDDDD; */
    text-align: left;
    padding: 1px;
    /* border-radius: 5px; */
}

.yanfan_logo_img{
    width: 100%;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.login_action_bar{
    padding: 50px 120px !important;
    padding-bottom: 30px;
    background-image: url(../img/login-bg.svg);
    background-size: 104% 100%;

}

.login_action_bar > div{
    margin-bottom: 20px !important;
    border: 1px rgba(2, 188, 192, 1) solid;
    padding: 2px;
}

.log div img {
    position: absolute;
    top: 2px;
    right: 2px;
    height: 28px;
}

/* .log div span {
    position: absolute;
    top: 5px;
    left: 16px;
} */

/* .log div:hover {
    color: #fff;
    background-color: #3158e5;
} */

.log input {
    width: 275px;
    padding: 0 5px;
    text-align: left;
    text-indent:10px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: rgba(13, 73, 116, 1);
    color: white;
    font-size: 16px;
    /* position: relative; */
    /*cursor: pointer;*/
    /* border-radius: 5px; */
}

.log input:hover {
    /*color: #377FB2;*/
}

.log input::placeholder {
    color: #dfdede;
}

.logins a,
.enroll button {
    width: 100%;
    height: 50px;
    background: #3158e5;
    color: #fff;
    font-size: 22px;
    border-radius: 5px;
}

.log button {
    width: 100%;
    height: 40px;
    background: rgb(18, 94, 149);
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.p-button{
    border: none !important;
}

.memorization-pwd{
    display: flex;
    align-items: center;
    color: white;
    border: none !important;
    cursor: pointer;
}

.log button:hover{
    background: rgba(13, 73, 116, 0.7);
}

.logins a:hover,
.enroll button:hover {
    background: #4f80f5;
}

.log input[type=checkbox] {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.p-button {
    padding: 0 !important;
    margin-top: 38px;
    border-radius: 5px;
}

.yanfan_loading {
    width: 100%;
    height: 100%;
    z-index: 2300;
    position: fixed;
}

.yanfan_loading>div {
    margin: 70px auto;
}

.sk-spinner-wave.sk-spinner {
    margin: 0 auto;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

.sk-spinner-wave div {
    background-color: #1ab394;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-spinner-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.yanfan_step {
    width: 80%;
    margin: 20px auto 50px auto;
}

.no_display {
    display: none;
}

.login-language {
    /* background-color: #FFFFFF; */
    width: 100px;
    height: 35px;
    position: fixed !important;
    right: 30px;
    top: 20px;
    background-color: rgba(13, 73, 116, 0.7);
    text-align: center !important;
    line-height: 35px;
    color: #fff!important;
    cursor: pointer;
    z-index: 1;
}

.login-language .dropdown-menu{
    display: none;
    background-color: #fff;
    text-align: center;
}

.login-language:hover .dropdown-menu{
    display: block;
}
