	* {
		padding: 0;
		margin: 0;
	}

	a {
		/*display: inline-block;*/
		cursor: pointer;
		color: #fff;
		text-decoration: none;
	}


	input {
		border-radius: 4px;
		border: 1px darkgray solid;
	}

	.contain {
		width: 100%;
		/*width: expression(document.body.clientWidth <=1090? "1090px": "auto");*/
		min-width: 1500px;
	}

	.contain_body {
		min-width: 1500px;
	}

	.title {
		background: #000000;
		width: 100%;
		height: 50px;
	}

	.title_container {
		line-height: 50px;
		color: white;
		width: 1090px;
		margin: 0 auto;
		overflow: hidden;
	}

	.title_container img {
		vertical-align: -8px;
	}

	.title span{
		font-size: 14px;
		font-weight: 400;
		color: rgba(255, 255, 255, 1);
		line-height: 20px;
	}

	.title_container>div:nth-child(1) {
		float: left;
	}

	.comp {
		margin-left: 10px;
	}

	.title_container>div:nth-child(2) {
		float: right;
	}

	/*清除边距*/

	* {
		margin: 0;
		padding: 0;
	}

	body {
		width: 100%;
	}

	/*清除a标签的样式*/

	a {
		text-decoration: none;
	}

	/*清除button默认样式*/

	button {
		border: 0;
		background-color: transparent;
		outline: none;
	}

	/*清除input的默认样式*/

	input {
		background: none;
		outline: none;
		border: 0px;
	}

	/*修改站内搜索placeholder的颜色             start*/

	input.search::-webkit-input-placeholder {
		color: #fff;
		font-size: 12px;
	}

	input.search:-moz-placeholder {
		/*兼容谷歌*/
		color: #fff;
		font-size: 12px;
	}

	input.search::-moz-placeholder {
		/*兼容火狐19+*/
		color: #fff;
		font-size: 12px;
	}

	input.search:-ms-input-placeholder {
		/*兼容IE10+*/
		color: #fff;
		font-size: 12px;
	}

	/*修改站内搜索placeholder的颜色             end*/
	/*修改用户信息placeholder的颜色                 start*/

	/*修改用户信息placeholder的颜色               end*/
	/*头部最小宽度*/

	.headers,
	.footer {
		min-width: 801px;
	}

	/*--------------------中间布局---------------------------
/*中间*/

	#center {
		border: 1px red solid;
		position: relative;
		width: 1090px;
		/* height: 760px; */
		border: 1px solid #C9C9C9;
		padding-top: 97px;
		margin: 0px auto;
		padding-top: 30px;
		background: white;
		z-index: 22;
	}

	.container {
		min-width: 1200px;
	}

	/*中间欢迎*/

	.center_welcome {
		width: 438px;
		margin: 80px auto;
		margin-top: 20px;
	}

	/*中间账号*/

	.center_number {
		position: absolute;
		right: 20px;
		top: 55px;
	}

	/*---------------------中间布局-----------------------------


/*中间欢迎内容*/

	.welcome {
		text-align: center;
		font-size: 22px;
		font-weight: 500;
		color: rgba(51, 51, 51, 1);
		margin-bottom: 40px;
	}

	.news {
		width: 100%;
		
		/* margin-bottom: 20px; */
		border: 1px solid #dcdcdc;
	}

	.agreen {
		width: 330px;
		margin-left: 110px;
		color: #fff;
		cursor: pointer;
		background: #4165FD;
		font-size: 14px;
		border-radius: 4px;
		font-weight: 400;
		color: rgba(255, 255, 255, 1);
	}

	.news,
	.agreen {
		height: 38px;
	}

	.item {
		display: block;
	}

	.item a {
		font-size: 12px;
		color: #333F93;
	}

	.phone {
		font-size: 10px;
	}

	.news_86 {
		width: 54px;
		vertical-align: top;
	}

	.news_phone {
		width: 153px;
		border-left: 0;
		margin-right: 10px;
		vertical-align: top;
	}

	.news_code {
		margin-left: 4px;
		width: 85px;
		height: 38px;
		line-height: 45px;
		border-color: #333F93;
		cursor: pointer;
		text-align: center;
		font-size: 14px;
		font-family: MicrosoftYaHei;
		font-weight: 400;
		color: rgba(75, 112, 253, 1);
		vertical-align: top;
		border-radius: 4px;
		border: 1px solid rgba(75, 112, 253, 1);
	}

	/*中间账号内容*/

	.num {
		font-size: 14px;
		font-family: PingFang-SC-Medium;
		font-weight: 500;
		color: rgba(51, 51, 51, 1);
	}

	.logo {
		text-decoration: none;
		color: #333F93;
	}

	/*同意条款     start*/

	.isChecked {
		text-align: center;
		margin-top: 20px;
		font-size: 12px;
	}

	.isChecked a {
		color: #333F93;
	}

	.isChecked input {
		display: inline-block;
		width: 14px;
		height: 14px;
		position: relative;
		top: 3px;
		left: -3px;
	}

	/*同意条款    end*/

	.agree_terms {
		color: black;
	}

	.news::-webkit-outer-spin-button,
	.news::-webkit-inner-spin-button {
		-webkit-appearance: none !important;
	}

	#center {
		border: 1px white solid;
		margin-top: 14px;
	}

	.bottom_last a {
		color: rgba(110, 110, 117, 1);
	}
	
	.contain_left{
		height: 630px;
	}
	.contain_left_bottom{
		height: 630px;
	}
	.contain_input{
		padding-top: 24px;
	} 
	.layui-form-checkbox[lay-skin=primary] span{
		color: #fff;
	}
	.layui-form-checkbox[lay-skin=primary] i{
		background: none;
		font-size: 0;
	}
	.layui-form-checked[lay-skin=primary] i{
		font-size: 12px;
		border-color: #fff;
	}
	.layui-form-checkbox[lay-skin=primary]:hover i{
		border-color: #fff;
	}
	.name {
		margin-top: 0px !important;
		margin-bottom: 0px;
	}
.loginForm{
	padding-top: 24px;
}
.login_in{
	margin-top: 0!important;
}