/* @font-face{font-family:'PingFang-Bold';src:url('../fonts/PingFang-Bold-2.eot');src:local('Ã¢ËœÂº'), url('../fonts/PingFang-Bold-2.woff') format('woff'), url('../fonts/PingFang-Bold-2.svg') format('svg');font-weight:600;font-style:normal;}
@font-face{font-family:'PingFang';src:url('../fonts/PingFang.eot');src:local('Ã¢ËœÂº'), url('../fonts/PingFang.woff') format('woff'), url('../fonts/PingFang.svg') format('svg');font-weight:200;font-style:normal;} */

html,
body {

	/*background-size: cover;*/
	background: url('/img/background.png') center no-repeat;
	background-size: cover;
	position: relative;
	background-color: #060f43;
	height: 100%;
	width: 100%;
}

.content_box {
	/*background: url('/img/background.png') center no-repeat;*/
	width: 95%;
	height: 100%;
	position: relative;
	margin: auto;

}

.beian {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 9;
	text-align: center;
	color: #CCCCCC;
}

.beian a {
	color: #fff;
	text-decoration: none;
}

.beian a:hover {
	color: #0051B7;
}

.bg_picture {

	width: 100%;
	height: 100%;
	display: flex;
	/* position: absolute; */
	margin: auto;
	/* background-position-x: -150%; */
}

.content_box .bg_picture>div {
	display: inline-block;
	float: left;
	/* width: 50%; */
	height: 100%;
	position: relative;
}

.leftBox {
	/*background: url('/img/picture.png') left center  no-repeat;
	background-size: contain;*/
	min-width: 760px;
	width: 55%;
	text-align: right;
	vertical-align: middle;
	padding-right: 4.8vw;
}

.leftBox>img {
	height: auto;
	width: auto;
	max-width: 100%;
	height: 100%;
	vertical-align: middle;
	line-height: 100%;
	margin-top: 20%;
}

.content_box>div img {
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	/* vertical-align: middle; */
}

.rightBox {
	width: 40% !important;
	padding-top: 15%;
	height: 316px;
	position: relative;
	flex-grow: 1;
	margin-right: 5%;
	min-width: 360px;
}

.rightBox>div {
	height: 260px;
	width: 100%;
	max-width: 400px;
	position: absolute;
	padding: 25px 40px;
	background: url('/img/login_box.png') center no-repeat;
	background-size: contain;
	top: 32%;
}

input[type="text"] {
	background: url('/img/user.png') center left no-repeat;
	background-size: initial;
	background-position: 5px;
}

input[type="password"] {
	background: url('/img/luck.png') center left no-repeat;
	background-size: initial;
	background-position: 5px;
}

input[type="text"],
input[type="password"] {
	width: 100%;
	height: 39px;
	border: 1px solid #0BA1F8;
	border-radius: 6px;
	font-size: 20px;
	font-family: PingFang;
	font-weight: normal;
	color: #FFFFFF !important;
	background-color: rgba(11, 161, 248, 0.5);
	padding-left: 30px;
}

#btn_login {
	width: 100%;
	height: 39px;
	border: none;
	background: linear-gradient(124deg, #108DDC, #0D84CF);
	border-radius: 6px;
	font-size: 22px;
	font-family: PingFang;
	font-weight: bold;
	color: #FFFFFF;
	outline: none;
}

#btn_login:focus {
	outline: none;
}

input::-webkit-input-placeholder {
	font-family: PingFang;
	font-size: 20px;
	color: #FFFFFF !important;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18*/
	font-family: PingFang;
	font-size: 20px;
	color: #FFFFFF !important;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+*/
	font-family: PingFang;
	font-size: 20px;
	color: #FFFFFF !important;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10+*/
	font-family: PingFang;
	font-size: 20px;
	color: #FFFFFF !important;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	font-size: 20px;
	-webkit-text-fill-color: #ededed !important;
	-webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
	background-color: transparent;
	background-image: none;
	transition: background-color 50000s ease-in-out 0s;
	/*背景色透明  生效时长  过渡效果  启用时延迟的时间*/
}

input {

	background: url('/img/luck.png') center left no-repeat;
	background-color: transparent;
}
