	html{
			height: 100%;
		}
body{
			background: url('../../images/default/web/regback.jpg') top left no-repeat;
		background-size: 100% 100%;
			overflow: hidden;
			height: 100%;
		}
		.header_div{
		    text-align: center;
		}
		.header_div img{
			margin-top: 7px;
			margin-left: 40px;
		}
		.container{
			z-index: 1;
			position: absolute;
			top: 50%;
			left: 50%;
			margin-left: -190px;
			margin-top: -255px;
			box-sizing: border-box;
			width: 380px;
		min-height: 430px;
			padding: 30px 30px 40px;
			background: #fff;
			box-shadow: 0 20px 30px 0 rgba(63,63,65,.06);
			border-radius: 10px;
		}
		.layuirow{
		margin: 30px;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
		.layuirow h3{
			color: #ff2525;
			font-size: 20px;
		}
		.layuiul{
padding-top: 22px;
		}
		.layuiul li{
			position: relative;
			height: 40px;
			line-height: 40px;
			border-bottom: 1px solid #e3e3e3;
			box-sizing: border-box;
			display: flex;
			align-items: center;
			margin-bottom: 30px;
		}
		.layuiul li span{
			width: 70px;
			color: #595961;
			font-size: 14px;
			margin-right: 10px;
		}
		.layuiul li input{
			border: 0;
			outline: 0;
			font-size: 14px;
			color: #595961;
			flex: 1;
		}
		.layuiul li b{
			color: #2589ff;
			width: 70px;
			font-size: 14px;
			cursor: pointer;
		}
		.layuiul li img{
			width: 20px;
			height: 20px;
		}
		.layui-submit button{
			display: block;
			width: 320px;
			height: 50px;
			text-align: center;
			color: #fff;
			background: #ff2525;
			border-radius: 6px;
			font-size: 16px;
			border: 0;
			outline: 0;
			/*margin-top: 40px;*/
			cursor: pointer;
		}
		.layui-submit a{
			overflow: hidden;
			display: flex;
			justify-content: center;
			margin-bottom: 10px;
			border-radius: 6px;
			padding: 5px 0;
		}
		.layui-submit img{
			width: 100%;
			display: block;
		}
		.layui-submit{
			bottom: 35px;
			position: absolute;
		}
		.layuirowcol{
			display: flex;
			align-items: center;
		}
		.layuirowcol a{
			color: #9797a1;
			font-size: 14px;
		}
		.layuirowcol img{
			width: 9px;
			height: 14px;
			margin-left: 5px;
		}
		.layui-forget{
			display: flex;
			justify-content: space-between;padding: 10px 0;
		}
		.layui-forget a{
		    display: inline-block;text-align: right;width: 100%;
			color: #9797a1;
			font-size: 14px;
		}
		.layui-row .layui-text{
            line-height: 50px;background-color: #fff;box-shadow: 4px 4px 5px #e8e6e6;text-align: right;padding-right: 50px;
            
        }
        .layui-text a,i{
            font-size: 18px !important;
        }
		/*底部*/
		.layui-footer{
			display: flex;
			justify-content: center;
			align-items: center;
			color: #9797a1;
			font-size: 12px;
			position: absolute;
			bottom: 15px;
			left: 0;
			right: 0;
		}
		.layui-footer p{

		}
		.layui-footer a{
			color: #9797a1;
			margin-left: 5px;
		}