body,html{
	width: 100%;
    background-color: #F3F7F9;
	/* height: 100%; */
}

#login{
	/*height: calc(100% - 410px );*/
	min-height: 600px;
	width: 100%;
	background-color: #F3F7F9;
}

.login-bg{
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 100%; */
	padding: 10vh 0;
}
.login-bg-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.login-btm{
    width: 100%;
    margin-top: 59px;
    text-align: center;
    font-size: 14px;
    color: #999999;
}
.login-content{
    display: flex;
	border-radius: 6px;
	overflow: hidden;
}
.login-item{
    position: relative;
    width: 500px;
    height: 600px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* .login-content-first{
    height: 423px;
} */
.login-item-txt{
    font-size: 24px;
    margin-top: 84px;
    font-weight: bold;
    color: #409EFF;
	margin-top: 55px;
	margin-bottom: 51px;
}
.login-item-list{
	margin-bottom: 14px;
	display: flex;
	align-items: center;
	width: 301px;
	height: 39px;
	border: 1px solid #E1E1E1;
	border-radius: 6px;
	overflow: hidden;
}
.login-item-list-left{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 38px;
}
.login-item-list-left img {
    width: 20px;
    height: 20px;
}
.login-item-list-center{
    width: 1px;
    height: 24px;
    background-color: #E8E8E8;
}
.login-input {
    width: 175px;
}
.login-input .el-input__inner{
    border: none !important;
    height: 28px;
    line-height: 28px;
    width: 100%;
}
.login-input-two {
    width: 209px;
}
.login-input-two .el-input__inner{
    border: none !important;
    height: 28px;
    line-height: 28px;
    width: 100%;
    /*background-color: red;*/
}
.login-verification{
    width: 90px;
    height: 38px;
    cursor: pointer;
}
.login-verification-txt {
    z-index: 999;
    width: 90px;
    height: 38px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 38px;
    background-color: #E8E8E8;
}
.login-verification img {
    width: 100%;
    height: 100%;
}
.login-btn{
    margin-top: 15px;
    width: 301px;
    height: 51px;
    background-color: var(--themeColor);
    border-radius: 2px;
    text-align: center;
    line-height: 51px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
	border-radius: 6px;
}
.login-btm-txt{
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #333333;
}
.login-btm-txt div {
    cursor: pointer;
}
.login-btm-select-one{
    margin-top: 18px;
    width: 300px;
    display: flex;
    align-items: center;
}
.login-select{
    margin-right: 6px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    display: flex;
}
.login-select img {
    width: 100%;
    height: 100%;
}
.login-word{
    font-size: 12px;
    color: #999999;
}
.login-word-two{
    font-size: 12px;
    color: #333333;
    cursor: pointer;
}
.login-btn-txt{
    margin-top: 71px;
    text-align: center;
    width: 300px;
    font-size: 16px;
    color: #333;
}
.login-item-list-two{
    border-right: none;
}

.illustration{
	width: 500px;
	height: 600px;
}

.login-item a{
	color: #409EFF !important;
}

.login-word{
	color: #333;
}

.login-word-two a{
	color: #333333 !important;
}

.bind-tel-text{
	position: absolute;
	right: 72px;
	top: 20px;
	width: 104px;
	cursor: pointer;
}

.bind-tel-icon{
	position: absolute;
	right: 26px;
	top: 20px;
	width: 25px;
	cursor: pointer;
}

.bind-tel-title{
	display: flex;
	align-items: center;
	margin-top: 135px;
}

.bind-tel-title > img{
	width: 30px;
	height: 30px;
	margin-right: 9px;
}

.bind-tel-title > div{
	font-size: 18px;
	color: #666;
}

.bind-tel-tips{
	margin-top: 6px;
	color: #333333;
	line-height: 1em;
	font-size: 12px;
}