spjk_login.css 3.3 KB
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	background-image: url(../images/spjk_bg.png);
	background-size: 100% 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.bg{
	margin: auto;
	padding: 9% 0;
	width: 30%;
}
.bg_img{
	background-image: url(../images/spjk_login.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

ul{
	list-style: none;
}
.bg_img ul li{
	color: #FFF;
}
.bg_img ul li:first-child{
	font-size: 30px;
	font-weight: 600;
	padding: 30px 20px 2px;
}
.bg_img ul li{
	font-size: 14px;
	padding: 0 20px;	
}
.bg_login{
	margin-top: 30px;
	padding: 25px 25px 20px;
}
.bg_login input{
	background: none;
	border: none;
	width: 60%;
	outline: 0;
	color: #fff;
	font-size: 14px;
}
.code{
	padding: 4px 0;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.pas{
	margin-top: 50px;
	padding: 4px 0;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.bg_sel{
	width: 100%;
	text-align: end;
	padding: 0 25px;
	color: #fff;
	font-size: 14px;
}
.bg_zh :nth-child(2){
	margin-right: 50px;
}
.gb_btn{
	padding: 40px 0;
	text-align: center;
}
button{
	font-size: 20px;
	width: 90%;
	height: 50px;
	background-color: #fff;
	color: #005ECC;
	font-weight: 600;
	border: none;
	border-radius: 4px;
}
li{
	list-style: none;
}
.bg_btm{
	text-align: center;
	color: #fff;
	padding: 25px 0;
	display: none;
}
.bg_btm li:first-child{
	font-size: 16px;
}
.bg_btm li:nth-child(2){
	font-size: 14px;
}

.bg_top{
	padding: 4px;
}
.bg_btm_sj{
	text-align: center;
	color: #005ECC;
	padding: 25px 0;
	display: none;
}
.bg_btm_sj li:first-child{
	font-size: 16px;
}
.bg_btm_sj li:nth-child(2){
	font-size: 14px;
}
.bg_dl{
	color: #fff;
	padding: 20px;
	display: none;
}

/* check */
.lo_check{
	padding: 25px 0;
	
}
/* .lo_check ul{
	display: inline-flex;
	width: 300px;
}
.lo_check ul li{
	display: flex;
}
.lo_check ul li span{
	font-size: 16px;
	padding: 0 5px;
}
.lo_sel{
	width: 20px;
	height: 20px;
} */

.bg_top{
	padding: 4px 0;
}


/* 媒体 */
@media screen and (max-width: 1200px){
			.bg{
				/* padding: 18% 0; */
				/* padding-top: 60px; */
				/* margin: 0 auto; */
				width: 80%;
			}
			.bg_img ul li:first-child{
				font-size: 17px;
				font-weight: 550;
				padding: 10px 0 3px 20px;
			}
			.bg_img ul li{
				font-size: 10px;
				font-weight: 500;
			}
			.bg_btm_sj{
				position: absolute;
				bottom: 0;
				display: block;
				width: 80%;
				color: #9fa3a5;
			}
			.bg_dl{
				font-size: 24px;
				font-weight: 600;
				padding: 20px 20px 0px;
				display: block;
			} 
			.bg_login{
				margin-top: 20px;
				padding: 15px 25px 15px;
			}
			.pas{
				margin-top: 25px;
			} 
			.bg_login input{
				font-size: 12px;
				width: 50%;
			}
			.bg_top ul li{
				padding: 1px 20px;
			}
			.bg_top ul li:nth-child(2){
				font-size: xx-small;
				font-weight: 100;
				padding: 1px 0 0 20px;
			}
			.bg_zh :nth-child(2){
				margin-right: 40px;
			}
			body{
				font-size: 10px;
			}
			.bg_btm_sj li:first-child{
				font-size: 12px;
			}
			.bg_btm_sj li:nth-child(2){
				font-size: 10px;
			}
			.bg_sel{
				font-size: 10px;
			}
			.bg_l{
				/* padding: 2px; */
				margin: 19% auto;
			}
			
			
			/* 隐藏 */
			.bg_dl{
				/* display: none; */
				
			}
			.bg_btm_sj{
				display: block;
			}
			button {
				height: 38px;
			}
			.gb_btn{
				padding: 35px 0 20px 0;
			}
		
		}