
html{
    height:100%;
}
body{
    background:#3898fd;
    height:100%;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
}
a{
    color:#0099ff;
    text-decoration: none;
}
a:hover,a:active{
    text-decoration: none;
}
.login_container{
    width: 100%;
    height: 100%;
    overflow: auto;
}
.login_content{
    /* min-width: 1190px;
    max-width: 1632px; */
    margin:0 auto;
    overflow: hidden;
    padding-top: 6%;
    /* padding:6% 30px 10px; */
}
.login_wrapper{
    position: relative;
    width: 1340px;
    margin:0 auto 20px;
}
.position-flex{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.login_carousel{
    height: 480px;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 420px;
}
.login_carousel .swiper-slide-active{
    z-index: 999;
}
.login_carousel img{
    border-radius: 20px;
    width: 100%;
}
.login_logo{
    margin-bottom: 60px;
    margin-left:15px;
}
.tabs_text>input{
    width: 0;
    display: none;
    -webkit-appearance:none;
    --moz-appearance:none;
}
.bg{
    /* height: 400px; */
    /* width: 100%; */
    height: 100%;
}
.login_info{
    width: 400px;
    height: 480px;
    background-color: #fff;
    float: right;
    border-radius: 20px;
    position: relative;
    padding: 80px 50px;
}
.login_info::after{
    content: '';
    position: absolute;
    display: block;
    top:-60px;
    left: 50%;
    margin-left: -61px;
    width: 122px;
    height: 122px;
    background-image: url('../image/login_icon.png');
    background-size: 100% 100%;
    /* background-size: contain; */
    background-repeat: no-repeat;
}
.login_tabs{
    /* margin-top:60px; */
    /* width: 80%;
    margin:60px auto 0; */
}
.login_input {
    width: 100%;
    position: relative;
    border-radius: 36px;
    background-color: #eceff1;
    height: 46px;
    line-height: 46px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.login_input input{
    outline: none;
    width: 74%;
    margin-left: 60px;
    border: none;
    font-size: 14px;
    vertical-align: middle;
    height: 46px;
    /* background-color: #eceff1; */
    /* transition: background-color 5000s ease-in-out 0s; */
}
.login_input input::-webkit-input-placeholder {
    color:#adbec9;
    }
.login_input input::-moz-placeholder {
    color:#adbec9;
    }
.login_input input::-ms-input-placeholder {
       color:#adbec9;
    } 
/* input:-webkit-autofill{
    background-color: #eceff1 !important;
    transition: background-color 5000s ease-in-out 0s;
} */
.login_info section:nth-of-type(1) .login_input .active-icon{
    background-image:url("../image/login_user_active.png")
}
.login_icon {
    position: absolute;
    width: 22px;
    height: 22px;
    display: block;
    background-repeat: no-repeat;
    margin-top:-11px;
    top: 50%;
    left: 10%;
    margin-left: -11px;
    background-size: 100%;
}
.user_icon {
    background-image: url("../image/login_user.png");
    /* margin-top: -8px; */
}
.pwd_icon {
    background-image: url("../image/login_pwd.png");
}
.login_info section:nth-of-type(2) .login_input .active-icon{
    background-image:url("../image/login_pwd_active.png")
}
.login_check{
    margin-left:20px;
}
.forget{
    float: right;
}
.forget:link,.forget:visited,.forget:hover,.forget:active{
    color: #0099ff;
    text-decoration: none;
}
.wechat_login{
    cursor: pointer;
    float: left;
    color: #0099ff;
    text-decoration: none;
}
.login_btn{
    padding:0;
    width: 100%;
    margin:auto;
    height: 46px;
    border:none;
    outline: none;
    background-color: #0099ff;
    color: #fff;
    margin-top: 20px;
}
.login_link{
    position: relative;
    float: right;
    padding-right: 30px;
    color: #76be04;
}
.login_link:link,.login_link:visited,.login_link:hover,.login_link:active{
    color: #76be04;
    text-decoration: none;
}
.login_btn:hover{
    background-color:#4db3ff;
}
.login_link::after{
    content: "";
    position: absolute;
    right: 8px;
    display: block;
    float: right;
    width: 15px;
    height: 10px;
    background-image: url("../image/reg_next.png");
    background-repeat: no-repeat;
    top:4px;
}
.remember{
    /* font-size: 14px; */
    font-weight: normal;
    display: block;
    margin:0;
    cursor: pointer;
    color: #6d7e9b;
}
.remember span{
    vertical-align: middle;
}
.login_bottom{
    margin:20px 0 0 18px;
    color: #6d7e9b;
}
.next_btn {
    display: block;
    border-radius: 50px;
    position: relative;
    text-align: left;
    text-indent: 40%;
    font-size: 18px;
}
.login_button,login_button_y{
    position: relative;
}
.login_button::after{
    content: '';
    width: 20px;
    height: 14px;
    position: absolute;
    right: 34%;
    top:16px;
    background-image: url("../image/next.png");
}
#code{
    text-align: center;
    text-indent: 0;
}
.tabs_content{
    width:100%;
    margin:10px 0 0;
    border-bottom:1px solid #dfe3e9;
    height: 46px;
    line-height: 46px;
    position: relative;
}
.tabs_text{
    width: 33.3%;
    float: left;
    text-align: center;
    cursor: pointer;
    color: #6d7e9b;
}
.istabs{
    color: #0099ff;
}
.sliding_block{
    width: 33.3%;
    height: 3px;
    background-color: #0099ff;
    position: absolute;
    bottom: -1px;
    left:0;
}
.sliding_left{
    animation:myRight .5s;
    /* left: 55%; */
}
.sliding_right{
    animation: myLeft .5s;
    /* left: 0; */
}
.error_hint_info{
    width: 100%;
    border-radius: 50px;
    border:1px solid #ff3737;
    height: 35px;
    line-height: 35px;
    background-color: #ffeae9;
    color: #ff3e3e;
}
.error_warning{
    margin:0 20px;
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    background-image: url('../image/login_hint.png');
}
.carousel1{
    height: 100%;
}
@keyframes myRight{
    from{
        left:0;
    }
    to{
        left:55%;
    }
}
@keyframes myLeft{
    from{
        left:55%;
    }
    to{
        left:0;
    }
}
@media (max-width:1366px){
    .login_content{
        padding:4% 0;
    }
}
@media (max-width:1320px){
    .login_wrapper{
        width: 96%;
    }
    .login_carousel img{
        height: 480px;
    }
    /* .login_carousel{
        position: relative;
        width: 67%;
    }
    .login_carousel img{
        position: absolute;
        left: 0;
    } */
    footer{
        padding-bottom: 10px;
    }
}
/* @media (max-width:1280px){
    .login_carousel{
        width: 64%;
    }
} */
/* @media (max-width:1200px){
    .login_carousel{
        width: 60%;
    }
} */
@media screen and (min-width: 970px) and (max-width: 1060px){
    .login_info{
      width:340px;
      height: 450px;
    }
    .login_carousel{
        margin-right: 360px;
    }
    .login_input{
        height: 38px;
        line-height: 38px;
    }
    .login_input input,.login_btn{
        height: 38px;
    }
    .login_info::after{
        width: 100px;
        height: 100px;
        top: -50px;
    }
    .login_carousel img{
        /* width: 700px; */
        height: 450px;
    }
}
@media (max-width:1024px){
    .login_info{
        height: 450px;
        padding:60px 50px;
    }
}
@media (max-width:970px){
    .login_carousel{
        display: none;
    }
    .login_info{
        float: none;
        margin: auto;
    }
}
@media (max-width:768px){
    .login_wrapper{
        margin-top:30px;
    }
  .login_info{
      float: none;
      width:400px;
      height: 480px;
  }
  .login_content{
      min-width: auto;
  }
  .login_input input{
      margin-left:20%;
  }
}
@media (max-width:414px){
    .login_container{
        position: relative;
    }
    .login_content{
        width: 100%;
    }
    .login_info{
        padding:80px 30px;
        border-radius: 5px;
    }
    
}
@media (max-width:375px){
    footer{
        margin-top: 20px;
    }
}

@media (max-width:320px){
    .login_info{
        padding:60px 20px;
        font-size: 12px;
    }
    .login_info::after{
        width: 100px;
        height: 100px;
        margin-left:-50px;
    }
    .login_btn{
        font-size: 14px;
    }
}