* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    vertical-align: middle;
}

html,
body {
    width: 100%;
    height: 100%;
    /*background-color: rgb(235, 242, 249);*/
    /*background-color: #2a82fe;*/
    /*background-image: linear-gradient(0deg, #2a82fe 0%, #4254f8 100%);*/
    /*background-color: #0093E9;*/
    /*background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);*/

    overflow: hidden;
}

input::-webkit-input-placeholder {
    color: rgb(153, 153, 153);
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgb(153, 153, 153);
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgb(153, 153, 153);
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(153, 153, 153);
}
.bg{
    width: 100%;
    height: 100%;
    /*background:   url(../img/login-yj.jpg)  no-repeat;*/
    background-size: 100% 100%;
    /*padding-top: 10%;*/
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.title {
    text-align: center;
    font-size: 44px;
    color: #fff;
    letter-spacing: 15px;
}

.main {
    width:60%;

    background-color: #fff;
    display: flex;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    overflow: hidden;
    box-shadow: 10px 10px 33px 0px rgba(103,195,238,0.75);
    -webkit-box-shadow: 10px 10px 33px 0px rgba(103,195,238,0.75);
    -moz-box-shadow: 10px 10px 33px 0px rgba(103,195,238,0.75);
}

.main .logo {
    /*flex: 1;*/
    width: 60%;
    /*height:0;*/
    padding-bottom:50%;
    background:  url(../img/login-left-11.jpg) center no-repeat;
    background-size: 100% 100%;
    /*background-color: #74EBD5;*/
    /*background-image: linear-gradient(90deg, #74EBD5 0%, #9FACE6 100%);*/
    position: relative;
    z-index: 0;

}
.logo::after{
    content: '';
    background: rgba(109, 204, 249 ,0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.logo .tz-box{
    /*width: 80%;*/
    /*height: 80%;*/
    background: rgba(255,255,255,0.8);
    /*margin: 10%;*/
    z-index: 10;
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
    padding: 3% 0;
    box-shadow: -2px -4px 37px -6px rgba(255,255,255,0.5);
    -webkit-box-shadow: -2px -4px 37px -6px rgba(255,255,255,0.5);
    -moz-box-shadow: -2px -4px 37px -6px rgba(255,255,255,0.5);
    border-radius: 5px;
    list-style-type: circle;
}
.logo .tz-box h2{
    text-align: center;
    margin-bottom: 3%;
}
.logo .tz-box .tz-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 5px;
    border-bottom: 1px dashed #555;
}
.logo .tz-box .tz-item:nth-of-type(1) p{
    color: red;
}
.logo .tz-box .tz-item p{
    font-size: 14px;
    white-space: nowrap;
    width: 74%;
    overflow: hidden;
    text-overflow:ellipsis;
    cursor: pointer;
}
.logo .tz-box .tz-item p:hover{
    color: #a32a2a;
}
.logo .tz-box .tz-item span{
    font-size: 12px;
    color: #999;
    display: inline-block;
    width: 26%;
    overflow: hidden;
    text-overflow:ellipsis;
    cursor: pointer;
}
.tz-dialog h2{
    text-align: center;

}

.tz-dialog  .el-divider--horizontal{
    margin: 15px 0 10px;
}
.dialog-main{
    padding: 10px;
}

.tz-dialog .fj{
    text-align:start;
}

/*.logo h4 {*/
/*display: block;*/
/*!*width: 350px;*!*/
/*font-family: 'Arial Negreta', 'Arial Normal', 'Arial';*/
/*font-weight: 700;*/
/*font-style: normal;*/
/*font-size: 40px;*/
/*margin: 50px auto;*/
/*color: #fff;*/
/*text-shadow: 1px 1px 5px rgba(102, 102, 102, 1);*/
/*}*/

/*.logo span {*/
/*display: block;*/
/*position: absolute;*/
/*left: 20px;*/
/*bottom: 20px;*/
/*width: 300px;*/
/*font-family: '黑体';*/
/*font-weight: 400;*/
/*font-style: normal;*/
/*font-size: 16px;*/
/*color: #fff;*/
/*}*/

.main .logininfo {
    flex: 1;
    background-color: #fff;
}

.main .logininfo form {
    position: relative;
    width: 100%;
    height:100%;
    padding: 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main .logininfo form .light{
    position: absolute;
    right: 6%;
    top: -2%;
    height: 22.2%;
}
.main .logininfo form .light img{
    height: 100%;
}

.main .logininfo form h4 {
    display: block;
    height: auto;
    color: #5895ff;
    font-family: "黑体 Bold", "黑体 Regular", 黑体;
    font-feature-settings: "kern";
    font-kerning: normal;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    overflow-wrap: break-word;
    text-align: center;
    text-rendering: optimizelegibility;
    text-transform: none;
    /*margin-bottom: 30px;*/
}

.main .logininfo form input {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 100%;
    cursor: text;
    font-family: 微软雅黑;
    font-size: 14px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    color: rgb(204, 204, 204);
    /*margin: 20px;*/
    padding-left: 10%;
    border: rgb(204, 204, 204) solid 1px;
    border-radius: 5px;
}

.main .logininfo .username, .main .logininfo .password,.m-t{
    position: relative;
    height: 12%;
}
.main .logininfo .yzm{
    position: relative;
    height: 100%;
}

.main .logininfo form i {
    position: absolute;
    left: 5%;
    top: 39%;
    color: rgb(153, 153, 153);
    font-size: 14px;
}
.main .logininfo form input.error {
    border-color: red;
}
label.error{
    position: absolute;
    right: 80px;
    bottom: 0px;
    color: red;
    font-size: 8px;
    padding-top: -50px;
}

label.error i {
    display: none;
}

.main .logininfo .yzm input {
    float: left;
    width: 65%;
    margin: 0px;
    /*margin-left: 20px;*/
}

.main .logininfo .yzm a {
    display: block;
    float: left;
    height: 100%;
    line-height: 00%;
    width: 30%;
    margin: 0px;
    margin-left: 5%;
}

.main .logininfo .checkbox-custom {
    /*margin-top: 5px;*/
}

.main .logininfo .checkbox-custom input {
    color: rgb(153, 153, 153);
    cursor: pointer;
    display: inline;
    width: 10%;
    font-family: "FontAwesome Regular", FontAwesome;
    font-feature-settings: "kern";
    font-kerning: normal;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    height: auto;
    letter-spacing: normal;
    line-height: 28px;
    overflow-wrap: break-word;
    text-align: left;
    text-rendering: optimizelegibility;
    text-transform: none;
    padding: 0px;
    margin-right: 0px;
}

.main .logininfo .checkbox-custom label ,.main .logininfo .checkbox-custom span ,.main .logininfo .checkbox-custom a{
    color: rgb(153, 153, 153);
    display: inline;
    font-family: 微软雅黑;
    font-feature-settings: "kern";
    font-kerning: normal;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    height: auto;
    letter-spacing: normal;
    line-height: 28px;
    overflow-wrap: break-word;
    text-align: left;
    text-rendering: optimizelegibility;
    text-transform: none;
    width: auto;
    margin-left: 0px;
}
.main .logininfo .checkbox-custom span{
    margin-left: 5%;
}
.main .logininfo .checkbox-custom a{
    margin-left: 5%;
    text-decoration: none;
    color: #278dfe;
}

.main .logininfo button {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 121, 254, 0.847);
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    /*border-bottom-color: rgb(255, 255, 255);*/
    /*border-bottom-left-radius: 3px;*/
    /*border-bottom-right-radius: 3px;*/
    /*border-bottom-style: none;*/
    /*border-bottom-width: 0px;*/
    /*border-image-outset: 0px;*/
    /*border-image-repeat: stretch;*/
    /*border-image-slice: 100%;*/
    /*border-image-source: none;*/
    /*border-image-width: 1;*/
    /*border-left-color: rgb(255, 255, 255);*/
    /*border-left-style: none;*/
    /*border-left-width: 0px;*/
    /*border-right-color: rgb(255, 255, 255);*/
    /*border-right-style: none;*/
    /*border-right-width: 0px;*/
    /*border-top-color: rgb(255, 255, 255);*/
    /*border-top-left-radius: 3px;*/
    /*border-top-right-radius: 3px;*/
    /*border-top-style: none;*/
    /*border-top-width: 0px;*/
    border: none;
    border-radius: 22px;
    box-shadow: none;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    font-family: 微软雅黑;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 12%;
    letter-spacing: normal;
    line-height: 100%;
    text-align: center;
    text-transform: none;
    width: 100%;
    /*margin: 0px auto;*/
}
.bottom{
    color: #fff;
    display: flex;
    font-size: 15px;
}
.bottom a{
    color: #fff;
    text-decoration: none;
    margin-left: 20px;
}

.footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 100px;
    background-color: #fff;
    padding-top: 30px;
}

.footer p {
    display: block;
    width: 630px;
    font-family: '微软雅黑';
    font-weight: 400;
    font-size: 13px;
    color: #999999;
    line-height: 32px;
    margin: 0px auto;
}

.footer .copyright {
    width: 530px;
    font-size: 8px;
}

.clear {
    clear: both;
}

@media screen and (min-width:1177px) and (max-width:1450px){
    .main {
        width: 70%;
    }
}
@media screen and (min-width:970px) and (max-width:1177px){
    .main {
        width: 75%;
    }
}
@media screen and (min-width:750px) and (max-width:970px){
    .main {
        width: 80%;
    }
}
@media screen and  (max-width:750px){
    .main {
        width: 95%;
    }
}