/* 通用基础样式 */
#login_body {
    background-image: url("../../image/loginBg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}





#login_body1 {
	background-image: url("../../image/custBg.png");
    background-size: cover;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}






/* 电脑端样式 (默认) */
@media screen and (min-width: 769px) {
    .loginContent {
		position: absolute;
		right: 8%;
		top: 25%;
	}
	
	
	.loginLanguageDiv {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding: 20px 30px 0px 0px;
	}
	
	
	.loginContentDiv {
		position: absolute;
	    color: #fff;
	    left: 6%;
	    top: 7%;
	    width: 414px;
	    padding-top: 25px;
	}
	
	
	.loginContentDiv1 {
		position: absolute;
	    color: #fff;
	    left: 1%;
	    top: 7%;
	    width: 414px;
	    padding-top: 25px;
	}
	
	
	.loginContentTitle {
		display: flex;
		justify-content: center;
		font-size: 30px;
		font-family: Source Han Sans CN, Source Han Sans CN-Regular;
		font-weight: bold;
		color: #ffffff;
	}
	
	
	.InputStyle {
		background-color: rgba(59,18,24,.1);
	    border: none;
	   	color: #FFFFFF;
		height: 48px;
		font-size: 16px;
		font-family: Source Han Sans CN, Source Han Sans CN-Regular;
		width: 293px;
	}
	
	
	
	.InputStyle:focus {
		background-color: rgba(59,18,24,.1);
	}
	
	
	
	.loginContentInfoItem {
		display: flex;
		width: 80%;
		height: 50px;
		background: rgba(169,169,169,0.10);
		border: 1px solid #54bcf9;
		border-radius: 4px;
		margin-bottom: 30px;
	}
	
	
	
	.loginContentInfoItem2 {
		display: flex;
		width: 80%;
		height: 50px;
		background: rgba(169,169,169,0.10);
		border: 1px solid #ead196;
		border-radius: 4px;
		margin-bottom: 30px;
	}
	
	
	
	.btnStyle {
		width: 100%;
		height: 50px;
		background: linear-gradient(0deg,#0056cb 0%, #54d6f8 100%);
		border-radius: 4px;
		font-size: 18px;
		border: none;
	}
	
	
	
	.btnStyle1 {
		width: 100%;
		height: 45px;
		background: linear-gradient(0deg,#bd9f57 0%, #ead196 100%);
		border-radius: 4px;
		font-size: 16px;
		border: none;
	}
	
	
	
	.btnStyle1:focus {
		background: linear-gradient(0deg,#bd9f57 0%, #ead196 100%);
	}
	
	
	
	.loginContentInfoItem1 {
		display: flex;
		width: 80%;
		height: 50px;
		border-radius: 4px;
		justify-content: center;
	}
	
	
	
	.loginTipDiv {
		position: absolute;
	    left: 0;
	    top: 100%;
	    display: flex;
	    flex-direction: column;
	    width: 100%;
	}
	
	
	
	.progress {
		border-radius: 10px;
		width: 80%;
		background: rgba(255,255,255,.2);
	}
	
	
	
	.loginUseTipDiv {
		display: flex;
		justify-content: center;
		width: 100%;
		position: absolute;
		bottom: 10%;
	}
	
	
	
	
	.loginUseTip {
		display: flex;
		justify-content: center;
		font-size: 12px;
		color: #FFFFFF;
		flex: 1;
	}
}

/* 手机端样式 */
@media screen and (max-width: 768px) {
    .loginContent {
		position: absolute;
		top: 15%;
	}
	
	
	.loginLanguageDiv {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-top: 20px;
	}
	
	
	.loginContentDiv {
		position: absolute;
	    color: #fff;
	    left: 7%;
	    top: 7%;
	    width: 86%;
	    padding-top: 20px;
	}
	
	
	
	.loginContentDiv1 {
		position: absolute;
	    color: #fff;
	    left: 7%;
	    top: 7%;
	    width: 86%;
	    padding-top: 20px;
	}
	
	
	
	.loginContentTitle {
		display: flex;
		justify-content: center;
		font-size: 26px;
		font-family: Source Han Sans CN, Source Han Sans CN-Regular;
		font-weight: bold;
		color: #ffffff;
	}
	
	
	.InputStyle {
		/*background-color: rgba(10,46,112,.1);*/
		background-color: rgba(59,18,24,.1);
	    border: none;
	   	color: #FFFFFF;
		height: 43px;
		font-size: 14px;
		font-family: Source Han Sans CN, Source Han Sans CN-Regular;
		width: 100%;
	}
	
	
	.loginContentInfoInput {
		width: 100%;
	}
	
	
	.loginContentInfoItem {
		display: flex;
		width: 85%;
		height: 45px;
		background: rgba(169,169,169,0.10);
		border: 1px solid #54bcf9;
		border-radius: 4px;
		margin-bottom: 20px;
	}
	
	
	
	
	.loginContentInfoItem2 {
		display: flex;
		width: 85%;
		height: 45px;
		background: rgba(169,169,169,0.10);
		border: 1px solid #54bcf9;
		border-radius: 4px;
		margin-bottom: 20px;
	}
	
	
	
	.btnStyle {
		width: 100%;
		height: 45px;
		background: linear-gradient(0deg,#0056cb 0%, #54d6f8 100%);
		border-radius: 4px;
		font-size: 16px;
		border: none;
	}
	
	
	
	.btnStyle1 {
		width: 100%;
		height: 45px;
		background: linear-gradient(0deg,#bd9f57 0%, #ead196 100%);
		border-radius: 4px;
		font-size: 16px;
		border: none;
	}
	
	
	
	.btnStyle1:focus {
		background: linear-gradient(0deg,#bd9f57 0%, #ead196 100%);
	}
	
	
	
	.loginContentInfoItem1 {
		display: flex;
		width: 85%;
		height: 45px;
		border-radius: 4px;
		justify-content: center;
	}
	
	
	.progress {
		border-radius: 10px;
		width: 85%;
		background: rgba(255,255,255,.2);
	}
	
	
	.loginUseTipDiv {
		width: 100%;
		position: absolute;
		bottom: 10%;
		padding: 0px 20px;
	}
	
	
	
	
	.loginUseTip {
		font-size: 12px;
		color: #FFFFFF;
		flex: 1;    
	}
	
	
	.selectActionStyle>option:checked,
	.selectActionStyle>option[selected] {
	    color: #FFFFFF !important; /* 选中项字体白 */
	    background: #003889; /* 选中项背景蓝 */
	}
}





.borderBgImg {
    position: relative;
    width: 100%;
}




.selectActionStyle {
	height: 32px;
	width: 110px;
	background: #003889;
	border: none;
	color: #FFFFFF;
	-webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
	
}





.selectActionStyle:focus {
	-webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}




.selectActionStyle>option {
	color: #000;
	background: #FFFFFF;
}





.iconStyle {
	width: 24px;
	height: 24px;
}




.loginContentVersion {
	display: flex;
	justify-content: center;
	opacity: 0.6;
	font-size: 12px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	color: #ffffff;
	margin: 10px 0px 15px 0px;
}




.loginContentInfo {
 	display: flex;
    flex-direction: column;
    align-items: center;
}





.loginContentInfoIcon {
	display: flex;
    align-items: center;
    margin-left: 13px;
}





.InputStyle:focus{
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	background: rgba(10,46,112,.1) !important;
	color: #FFFFFF !important;
}



.allinput-style::-webkit-input-placeholder { 
	color: #FFFFFF; 
	opacity: .7;
}




.allinput-style::-moz-placeholder { 
	color: #FFFFFF; 
}




input:-webkit-autofill {
  	-webkit-box-shadow: 0 0 0px 1000px transparent inset;
  	transition: background-color 5000s ease-in-out 0s;
  	-webkit-text-fill-color:  #FFFFFF;
	color: #FFFFFF;
  
}



input:-webkit-autofill:focus {
	-webkit-text-fill-color:  #FFFFFF;
}


	
	
.loginTip {
	flex: 1;
    text-align: center;
}




.loginTipSpan {
	font-size: 14px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	color: #ffffff;
}




.loginTipProgress {
	display: flex;
    justify-content: center;
    margin-top: 12px;
}




