html {
	height: 100%;
}

.logo {
	width: 100%;
	position: relative;
	height: 100%;
}

.wrapper {
	width: 100%;
	min-width: 100%;
	position: relative;
	height: 100%;
	overflow: hidden;
}

.content {
	min-height: 100%;
	width: 100%;
	height: 100%;
	background: url(../../images/bj.png) no-repeat;
	/*background: url(gif.gif) 100% 100%;*/
	background-size: 100% auto;
	/*background: url(../image/bj.png) no-repeat top;*/
	/*background-size: cover;*/
}

.content-layout {
	width: 50%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	height: 600px;
	z-index: 999;
	/*padding: 6% 0;*/
	/*text-align: right;*/
}

.login {
	text-align: center;
	/*height: 80px;
	line-height: 80px;*/
	/* background-color: rgba(0, 0, 1, 0.5); */
	background: linear-gradient(to right,#ffa200,#fec00b);
	padding: 1% 0;
}

.login img {
	height: 67px;
	width: 22%;
	/*width: 442px;
	height: 67px;*/
}

.layout-img {
	width: 320px;
	height: auto;
	margin-top: 16%;
	position: absolute;
	right: 36px;
}

.layout-img img {
	width: 350px;
	height: auto;
}

.layout-bg {
	/*position: absolute;
	top: 16px;
	left: 16px;
	width: 100%;
	height: 92%;
	background-color: rgba(71, 115, 144, 0.5);*/
}


/*表单*/

.account_info {
	/*padding: 22px;*/
	    padding: 0px 16px 30px 16px;
}

.form {
	background-color: rgb(255, 255, 255);
	width: 90%;
	height: 90%;
	margin: 5% 5%;
}

.form h3 {
	font-size: 18px;
	text-align: center;
	padding: 30px 0;
	padding-bottom: 20px;
	color: #222;
}

.form .input {
	border-bottom: 1px solid #928f8f;
	margin-bottom: 10%;
	line-height: 1.5rem;
}

.checkbox {
	/*text-align: right;*/
	margin-bottom: 14%;
}

input {
	color: #000000;
	font-size: 14px;
	font-weight: 500;
	/*text-align: center;*/
	border: 0;
}

.checkbox span {
	font-size: 14px;
	color: #666;
	margin-left: 6px;
}

.page-sing button {
	color: #ffffff;
	cursor: pointer;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	border-radius: 3px;
	background-color: #fec00b;
}

input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px #fff inset;
}

.account_input {
	width: 100%;
	background-color: transparent;
}

footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #222;
	text-align: center;
	color: #b3b3b3;
}

footer p {
	font-size: 16px;
	line-height: 16px;
	padding: 16px 0;
	letter-spacing: 5px;
}




.content_form {
	width:1200px;
	min-width: 1200px;
	margin: 0 auto;
}

.page_box {
	position: relative;
	text-align: right;
}

.page_box img {
	position: relative;
	right: 40px;
	width:30%;
	min-width: 30%;
	height: auto;
	margin-top: 16%;
}
.layout-bg{
  position: absolute;
    right: 58px;
    top: 38%;
    width: 27%;
    /* min-width: 28%; */
    height: auto;
    background-color: rgba(255,162,0,0.3);
}
.page_table{
	position: absolute;
	top: 42%;
}
.page_table img{
	width:100%;
	height:100%;
}
@media screen and (min-width:1200px){
	.page_table{
		top: 30%;
		width: 40%;
		left: 5%;
		
	}
}
@media screen and (min-width:1200px){
	.page_box img {
		     margin-top: 6% !important;
	}
	.layout-bg {
		    top: 20%;
	}
}
@media screen and (min-width:1920px){
	.page_box img {
		    margin-top: 16%!important;
	}
	.layout-bg {
		    top: 37%;
	}
	.page_table{
	    top: 43%;
	    width: 56%;
	    left: 0%;
		
	}
}