.logos {
    width: 350px;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.logos img {
    width: 80%;
}

.ewm {
    position: absolute;
    right: -260px;
    top: 10%;
    width: 50%;
}

.container {
    width: 100%;
    height: 100%;
}

.login {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    z-index: -1;
}

.zy-title {
    /* line-height: 50px; */
    font-size: 15px;
    color: #fff;
    padding: 5px 15px;
    text-align: center;
    margin-bottom: 10px;
}

.zy-login {
    padding: 0 15px;
}

.ti {
    line-height: 50px !important;
    font-size: 20px !important;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    /* margin-bottom: 50px; */
}

.zy-login input,
.zy-login select {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    /* padding: 0 50px; */
    padding-left: 50px;
    padding-right: 10px;
    -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
}

.zy-login .el-form-item.is-required .el-form-item__label:before {
    color: #fff !important;
}

.el-form-item__content {
    margin-left: 0;
}

.zy-login p {
    font-size: 16px;
    line-height: 30px;
}

.ueselogin {
    color: #fff;
    line-height: 60px;
    text-align: center;
}

.loginDiv {
    z-index: 1000;
    background: url(../img/sl-0.png) repeat-x 0 0;
    background-size: auto 100%;
    min-height: 340px;
    border-radius: 6px;
    /*overflow: hidden;*/
    width: 350px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tile {
    height: 60px !important;
    position: relative;
    margin-bottom: 25px;
}

.tile .el-input__inner {
    text-indent: 40px;
}

.tile .spans {
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 99;
    height: 18px;
    width: 18px;
    border-right: 1px solid #999;
}

.tile .spans img {
    position: absolute;
    height: 18px;
    width: 18px;
    left: -10px;
    top: 0px;
}

.tile .el-input__inner {
    height: 40px;
}

.copyRight {
    position: absolute;
    bottom: 30px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}

.ps {
    color: #fff;
}

.hovde {
    color: #fefefe;
    text-decoration: underline;
    cursor: pointer;
}

.spans1 {
    color: #cacaca;
    font-size: 20px;
    left: 10px !important;
    padding-right: 9px;
}

.adds {
    position: relative;
    z-index: 9999999;
}

.sdd {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 50px;
    -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
}

.sdd .el-cascader {
    width: 262px !important;
}

.cascader .el-input__inner {
    border: none !important;
    color: #606266;
    height: 40px !important;
}

.zc-title {
    line-height: 50px;
}

.zy-login .tile {
    height: 40px !important;
    margin-bottom: 20px !important;
}

.zy-res .tile {
    height: 40px !important;
    margin-bottom: 10px !important;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    50.01% {
        opacity: 0;
    }
    /* 注意这里定义50.01%立刻透明度为０，可以设置闪烁效果 */
    100% {
        opacity: 0;
    }
}


/* 添加兼容性前缀 */

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    50.01% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    50.01% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    50.01% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    50.01% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}


/* 定义blink类*/

.blink {
    animation: blink 0.75s linear infinite;
    /* 其它浏览器兼容性前缀 */
    -webkit-animation: blink 0.75s linear infinite;
    -moz-animation: blink 0.75s linear infinite;
    -ms-animation: blink 0.75s linear infinite;
    -o-animation: blink 0.75s linear infinite;
    color: #dd4814;
    position: absolute;
    bottom: 100px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    font-size: 25px;
}