﻿* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    font-family: "微软雅黑";
}

body {
    width: 100%;
    height:100vh;
    margin: 0 auto;
    overflow: hidden;
}

.login-backimg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -999;
    opacity: 1;
}

.lo {
    display:flex;
    width:100%;
    height:100%;
}

.left {
    position:relative;
    width: 60%;
    height: 100%;
    background: url('/LoginResourceFile3/image/bj.png') no-repeat;
    background-size: 100% 100%;
}

.slider-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -290px 0 0 -475px;
    width: 944px;
    height: 550px;
    overflow: hidden;
}

.left_img {
    position: relative;
    width: 100%;
    height:100%;
    overflow: hidden;
    /*display: flex;*/

    align-items: center;
    /*transition: transform 0.8s ease;*/ /* 图片过渡动画 */
}

    .left_img img {
        position: absolute;
        top: 0;
        left: 0;
        /*display: none;*/
        width: 100%;
        transition: opacity 1.5s ease;
        opacity: 0;
    }

        .left_img img.active1 {
            opacity: 1;
        }

.left_tab {
    position: absolute;
    left: 45%;
    top: 86%;
    display: flex;
    align-items: center;
}

.indicator {
    width: 35px;
    height: 5px;
    border-radius: 5px;
    background: rgba(255,255,255,0.3);
}
.indicator:nth-child(2) {
    margin: 0 15px;
}

.indicator.active {
    background-color: #fff;
}
        .right {
            width: 40%;
            height: 100%;
            background: #fff;
        }

.login-backbox {
    position:relative;
    top:50%;
    width: 300px;
    height:410px;
    overflow: hidden;
    margin:-330px auto 0;
    padding: 70px 60px 35px;
    border-radius: 15px;
    box-shadow: 0px 3px 16px 1px rgba(0, 0, 0, 0.1);
}

.login-title {
    width: 100%;
    color: #000;
    font-size: 28px;
    text-align: left;
    margin-bottom: 30px;
    padding-top:10px !important;
    /*margin-top:20px;*/
}

.login-name {
    width: 100%;
    height: 100%;
    padding: 0 9px;
    font-size: 14px;
   /* float: left;
    margin-left: 29px;
    margin-top: 23px;
    border: 1px solid #5db6f7;
    background-image: url(../image/i.png);
    background-position: 290px 8px;
    background-repeat: no-repeat;*/
}

.login-password {
    width: 100%;
    height: 100%;
    padding: 0 9px;
    font-size: 14px;
    background: #fff !important;
    /* float: left;
    margin-left: 29px;
    margin-top: 23px;
    border: 1px solid #5db6f7;
    background-image: url(../image/p.png);
    background-position: 290px 8px;
    background-repeat: no-repeat;*/
}

.login-yzm {
    width: 317px;
    height: 37px;
    /*padding: 0 0px 0 9px;*/
    font-size: 14px;
    float: left;
    margin-left: 29px;
    margin-top: 23px;
    border: 1px solid #5db6f7;
}

.login-yzm-input {
    width: 215px;
    height: 100%;
    float: left;
    padding-left:9px;
}

.login-yzm-img {
    width: 93px;
    height: 100%;
    float: left;
}

.login-tzh {
    width: 318px;
    height: 37px;
    padding: 0 9px;
    font-size: 14px;
    float: left;
    margin-left: 29px;
    margin-top: 23px;
    border: 1px solid #5db6f7;
    color: #757575;
}

.login-button {
    width: 100%;
    height: 45px;
    padding: 0 9px;
    font-size: 14px;
    float: left;
    /* margin-left: 29px; */
    margin-top: 40px;
    text-align: center;
    line-height: 45px;
    background: linear-gradient(to bottom, #2d87eb, #1c5cc4);
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}

    .login-button:hover {
        cursor: pointer;
        background: #569ce8;
    }

.login-bottombox {
    /*width: 100%;*/
    position: fixed;
    bottom: 30px;
    right:205px;
}

.login-bottombox-font {
    color: #898a8c;
    font-size: 14px;
    padding-left: 25px;
    /*background-image: url(../image/ph.png);*/
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

input {
    outline: none;
    background: #fff;
    color: #000;
}

select {
    outline: none;
    background: rgba(0,0,0,0);
    color: #5db6f7;
}

option {
    background: #fff;
    color: #5db6f7;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #5db6f7;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #5db6f7;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #5db6f7;
}

canvas {
    display: block;
}

.waves {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -9;
    background: rgba(0,0,0,0.3);
}
a {
    color: #898a8c;
    text-decoration: none;
}

.logoZh {
    /*width: 445px;*/
    box-sizing: border-box;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 5px 5px 5px 15px;
    border: 1px solid #b4b4b4;
    border-radius: 5px;
}
.logoMm {
    /*width: 445px;*/
    margin-top: 20px;
    box-sizing: border-box;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 5px 5px 5px 15px;
    border: 1px solid #b4b4b4;
    border-radius: 5px;
}
input::placeholder {
    color: #d2d2d2 !important; /* 修改为您想要的颜色 */
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

.zhma {
    display: none;
}

.ewm {
    display: none;
    width: 185px;
    height: 185px;
    padding: 10px;
    margin: auto;
    border: 1px solid #ececec;
    border-radius: 5px;
}

.handoff {
    position:absolute;
    top:15px;
    right:15px;
    width:40px;
    height:40px;
    padding:3px;
    cursor:pointer;
}
.zd {
    box-sizing: border-box;
    position: absolute;
    left: -47px;
    top: 14px;
    border-right: 2px solid #ececec;
    background: #fff;
    width: 70px;
    height: 70px;
    transform: rotate(-45deg);
}

.textewm {
    text-align:center;
    margin-top:30px;
}

.ky_yzm {
    /* width: 445px; */
    margin-top: 20px;
    box-sizing: border-box;
    height: 50px;
    display: flex;
    align-items: center;
    border: 1px solid #b4b4b4;
    border-radius: 5px;
    overflow: hidden;
}

.ky_select {
    width: 100%;
    height: 100%;
    padding: 0 9px;
    font-size: 14px;
    /*float: left;*/
     margin-left: 0; 
     margin-top: 0; 
     border: none; 
    color: #757575;
}
