.login-bg {
	background: url('../img/login/bg.png') no-repeat;
	background-size: 100% 100%;
}
.login-bj{
    width:100%;
    height: 50vh;
    top: 0px;
    z-index: 0;
    background-color: transparent;
    /* opacity: 0.05; */
    position: absolute; 
}

.login-tb{
    width: 100vw;
    height: 90px;
    left: 0;
    top: 60px;
   
    z-index: 1;
 
    /* opacity: 0.85; */
    position: absolute;
	text-align: center;
}

.login-tb > img {
	width: 90px;
}

.login-box {
	position: relative;
	padding: 16px;
}

.login-box .title {
	position: absolute;
	width: 80%;
	top: 16px;
    left: 20px;
	font-size: 18px;
	font-weight: 500;
	color: rgba(0, 0, 0, 1);
}

.welcome {
	padding: 0 15px;
	color: white;
}

.welcome b {
	line-height: 38px;
	font-size: 22px;
}

.login-input-group {
	position: relative;
	margin-top: 40px;
}
.login-input-group .label {
	padding-left: 12px;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 500;
	color: white;
}
.login-input-box {
	position: relative;
	height: 50px;
	background: url('../img/login/bg1.png') no-repeat;
	background-size: 100% 100%;
}
.login-input-icon {
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 18px;
	height: 22px;
	
}
.login-input-control {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 30px 0 55px;
	font-size: 16px;
	font-weight: 500;
	color: white;
	outline: none;
	
	background:transparent;

	border: none;
}
.login-input-control::placeholder {
	color: white;
}
.phone > .login-input-control{
	padding-left: 120px;
}

.login-form-phone-select {
	position: absolute;
	left: 56px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 30px;
}
.login-form-phone-select::after {
	content: ' ';
	display: block;
	position: absolute;
	right: 3px;
	top: 12px;
	width: 0;
	height: 0;
	outline: none;
	border-left: 5px solid transparent;
	border-top: 5px solid white;
	border-right: 5px solid transparent;
}
.login-form-phone-value {
    padding-right:20px;
	color: white;
	width: 50px;
	height: 30px;
	line-height: 30px;
}
.login-footer {
	display: flex;
	justify-content: space-between;
	margin: 12px 0 25px;
	font-size: 14px;
}
.login-footer label {
	color: var(--mainColor);
}
.login-footer label input {
	display: none;
}

#select_remember{
    display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 16px;
	text-align: center;

	border: 1px solid var(--mainColor);
	overflow: hidden;
	vertical-align: middle;
}
/*
.login-footer label input+i {
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 16px;
	text-align: center;
	text-indent: 200px;
	border: 1px solid var(--mainColor);
	overflow: hidden;
	vertical-align: middle;
}
/*
.login-footer label input:checked+i {
	text-indent: 0;
}*/

.login-yinsi {
	display: flex;
	align-items: center;
	justify-content: center;
	/*position: absolute;*/
	/*bottom: 40px;*/
	/*left: 0;*/
	margin: auto;
	text-align: center;
	width: 100%;
	z-index: 9999;
}
 .login-yinsi::before,
.login-yinsi::after {
	content: ' ';
	display: block;
	flex: 1;
	height: 1px;
	background: rgba(204, 205, 206, 1);
	margin: 0 15px;
}  
.login-yinsi > div {
	padding: 0 15px;
}


.phone-options-modal {
	display: none;
	position: relative;
	width: 100vw;
	min-height: 200px;
	padding: 40px 30px 50px;
	background: url('../img/login/bg2.png') no-repeat;
	background-size: 100% 100%;
	
}
.phone-options-search {
	margin-bottom: 15px;
	position: relative;
	height: 45px;
	line-height: 45px;
	background: white;
	border-radius: 5px;
	border: 1px solid rgba(6, 240, 254, 1);
}
.phone-options-search::before {
	content: ' ';
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 18px;
	height: 18px;
	background: url('../img/login/search.png') no-repeat;
	background-size: 100% 100%;
}
.phone-options-search > input {
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 36px;
	color: black;
	background: transparent;
	border: none;
	outline: none;
}
.login-form-phone-options {
	height: 300px;
	overflow: auto;
}
.login-form-phone-option {
	padding: 5px;
	color: white;
	line-height: 36px;
	border-bottom: 1px solid rgba(102, 255, 255, 0.91);
	box-shadow: 0px 0px 4px  rgba(255, 255, 255, 0.77);
}
.login-form-phone-option img {
	width: 30px;
	height: 30px;
	vertical-align: middle;
}


.tabs {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.tabs >div {
	flex: 1;

	border-radius: 23px;
    height: 35px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 35px;
    text-align: center;
    padding: 0 10px;

    border: 1px solid rgba(0, 255, 255, 1);
}

.tabs >div.active {
    color: black;

    background: url('../img/login/bg9.png') no-repeat;
    background-size: 100% 100%;
    border: none;
}
