@charset "utf-8";

html, body, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, iframe, fieldset, legend, input, select, textarea, button, th, td, blockquote, address, pre {
    margin: 0;
    padding: 0
}

html, body {
    height: 100%;
    font: 12px/1.5 'Helvetica Neue','Helvetica','PingFang SC','HanHei SC','STHeitiSC-Light','Microsoft YaHei','SimSun','Arial',sans-serif;
    background-color: white
}

body {
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    height: 100%;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6, input, textarea, select, button, label {
    font-size: 100%
}

button, select, textarea, input {
    vertical-align: middle;
    font-family: 'Helvetica Neue','Helvetica','PingFang SC','HanHei SC','STHeitiSC-Light','Microsoft YaHei','SimSun','Arial',sans-serif
}

input, button {
    cursor: pointer;
    overflow: visible;
    width: auto
}

    input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
        -webkit-box-shadow: 0 0 1000px #fff inset;
        box-shadow: 0 0 1000px #fff inset;
        -webkit-text-fill-color: #444
    }

    input::-ms-clear, input::-ms-reveal {
        display: none
    }


    input::placeholder {
        font-size: 16px !important
    }

textarea {
    resize: vertical
}

a {
    color: #1385ee;
    text-decoration: none;
    outline: 0
}

    a:hover {
        text-decoration: none;
        color: #0078e6
    }

ul, ol {
    list-style: none outside none
}

img, fieldset {
    border: 0
}

address, cite, code, em, var, abbr, acronym, dfn {
    font-style: normal
}

i {
    display: inline-block
}

img {
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article, aside, section, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, summary, audio, video {
    display: block
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clearfix {
    zoom: 1
}

.clearAll {
    overflow: hidden;
    _zoom: 1
}
.input-div{
 float:left;	
}
.sms{
	float:right;margin-top:1px;margin-right:-8px; margin-bottom:0px;
}
.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f5f7fa;
  padding: 20px;
}

.login-box {
  display: flex;
  min-width: 900px;
  max-width: 100%;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.simple .login-box{
  min-width: 480px;
  width: 480px;
}

.login-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}
.simple .login-left
{
	display: none;
}
.login-right {
  flex: 1;
  padding: 40px 60px;
}

.login-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.login-divider {
  width: 1px;
  background-color: #e4e7ed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.divider-line {
  width: 1px;
  flex: 1;
  background-color: #e4e7ed;
}

.divider-text {
  padding: 10px;
  background-color: white;
  color: #909399;
  font-size: 12px;
  transform: translateY(50%);
}

.login-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.forgot-password {
  font-size: 14px;
}

.login-btn {
  width: 100%;
  height: 40px;
  font-size: 16px;
}

/* 新表单样式 */
.login-form {
  width: 100%;
}

.form-item {
  margin-bottom: 20px;
}

.login-btn-container {
  margin-top: 30px;
}

/* 开始定义*/

/**tab行*/

.loginNavBar {
    position: relative;
	flex-direction: column;
}

    .loginNavBar li {
        display: inline-block;
        font-size: 18px;
        color: #333;
        text-align: left;
        line-height: 48px;
        cursor: pointer;
        position: relative
    }

 
	.loginNavBar li.on {
		color: #1385ee;
		font-weight: bold;
		display: inline-block
	}
	.loginNavBar li:first-child {
		width:95px; text-align: center;
	}
	.loginNavBar li:nth-child(2) {
		width:126px;float:left
	}
	.loginNavBar li:nth-child(3) {
		text-align: right;float:right;
	}
    .line {
        position: absolute;
        left: 0;
        top: 43px;
        width: 110px;
        height: 3px;
        background: #1385ee;
        -webkit-transition: left .2s linear .1s;
        -moz-transition: left .2s linear .1s;
        -o-transition: left .2s linear .1s;
        transition: left .2s linear .1s
    }
    
    .login-account .line {
        left: 0;
        width: 75px;
    }

     .login-sms .line {
        width: 70px;
        left: 136px;
    }

    .login-child .line {
        left: 260px;
        width: 90px;
    }

/*内容行**/
.form-item {
    margin-top: 20px;
}

.form-item .el-input__inner {
	border: 0px !important;
}

.form-item-text {
    height: 50px;
    line-height: 50px;
    padding: 0px 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    position: relative;
    background: white;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}
.el-input-group__append, .el-input-group__prepend {
    background-color: transparent;
    color: #909399;
    border: 0px;
    border-right: 1px solid #DCDFE6;
    padding: 0 0px;
    width: auto;
    white-space: nowrap;
}

.textBox_pw {
    font-family: verdana;
    font-weight: 700
}
.user_privacy {
    line-height: 21px;
    padding: 15px 0px;
    color: #333;
    text-align: left;
    font-size: 14px;
    position: relative;
}

    .user_privacy a {
        color: #1385ee;
        /* color: #0078e6 !important */
    }

/*提交按钮*/

.btn-login {
    height: 50px;
    width: 100%;
}

/**/
/* 二维码容器样式 */

.qrcode-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qrcode-placeholder {
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  margin-bottom: 20px;
}

.qrcode-icon {
  font-size: 64px;
  margin-bottom: 10px;
  opacity: 0.8;
}

.qrcode-hint {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  opacity: 0.9;
}

.hint-icon {
  font-size: 16px;
}


/* 微信二维码iframe样式调整 */
#qrcode-container iframe {
    width: 200px !important;
    height: 200px !important;
    border: none;
}

@media screen and (max-width:1366px) {
    .loginFormWrap {
       
    }
}


@-moz-keyframes titleWrap {
    0% {
        -moz-transform: translateY(-5px);
        opacity: 0
    }

    100% {
        -moz-transform: translateY(0px);
        opacity: 1
    }
}

@-webkit-keyframes titleWrap {
    0% {
        -webkit-transform: translateY(-5px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0px);
        opacity: 1
    }
}

@keyframes titleWrap {
    0% {
        transform: translateY(-5px);
        opacity: 0
    }

    100% {
        transform: translateY(0px);
        opacity: 1
    }
}