/* @media only screen and (max-width: 1440px) {
	html {
		font-size: 80px;
	}
}

@media screen and (min-width:1440px) and (max-width: 1920px) {
	html {
		font-size: 100px;
	}
}

@media only screen and (min-width: 1921px) {
	html {
		font-size: 120px;
	}
} */
html {
	font-size: 100px;
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
}
#app {
	height: auto;
	width: 100%;
	min-height: 100%;
	background: #093063;
}
#formWrap{
	margin: 0px auto;
	background: url(../imgs/main_bj.jpg) no-repeat;
	min-height: 609px;
	height: auto;
	width: 1000px;
}
.title {
	font-size: 0.28rem;
	text-align: center;
	margin-bottom: 0.3rem;
}
.formStyle {
	width: 3.5rem;
	margin: 0 auto;
}
.inputStyle {
	width: 2.5rem;
}
#formWrap {
	margin: 0 auto;
	text-align: center;
	padding-top: 2.5rem;
}
#picyzm {
	width: 1rem;
	height: 0.4rem;
	display: inline-block;
	margin: 0 0.3rem;
}
#btn {
	background-color: #fff;
	color: #2d8cf0;
	border-radius: 0.05rem;
	border: 0;
	width: 1rem;
	height: 0.32rem;
	margin-top: -0.5rem;
}
#v_container {
	width: 1.2rem;
	height: 0.3rem;
	display: inline-block;
	position: relative;
	top: -0.3rem;

	right: -0.73rem;
}
#code_input .ivu-input{
	width: 1.3rem!important;
}
.inputStyle  {
	text-align: left!important;
}
.logo {
	display: block;
	margin: 0 auto;
	background-image: url(../imgs/logo1.png);
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	width: 5.3rem;
	height: 1.5rem;
	margin-top: 60px;
}
.ivu-form .ivu-form-item-label {
	color: #fff!important;
}
.ivu-form .ivu-form-item-label, .ivu-input, #btn{
	font-size: 14px!important;
}
.table {
	text-align: left;
	border: 1px solid #e9e9e9;
	font-size: 14px;
	color: #fff;
	height: 30px;
	border-collapse:collapse;
	margin: 0 auto;
	margin-top: 0.4rem;
}
.table td {
	border-bottom: 1px solid #e9e9e9;
	height: 32px;
	padding: 10px;
	background: #0d3a6b;
	color: #e9e9e9;
}
.tips {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-top: 0.4rem;
}
td.td-label {
	width: 108px;
	padding-right: 8px;
	text-align: right;
}
 @media only screen and (max-width: 600px) {
	.logo {
		width: 3.47rem;
		height: 1.5rem;
		background-repeat: no-repeat;
		background-size: contain;
		margin-top: 0px;
	}
	#formWrap {
		width: 90%;
		margin: 0 auto;
		text-align: center;
		padding-top: 1rem;
		background: url("../imgs/main_bj.jpg") no-repeat;
		background-size: contain;
	}
}
