h1 {
    text-align: center;
    font-size: 30px;
    margin: 5% 0px;
    letter-spacing: 3px;
	color: #fff;
	font-weight: 500;
}
@media screen and (max-width: 650px) {
	h1>div {
		display: block !important;
		padding-left: 0px !important;
		border-left: none !important;
		padding-top: 10px;
	}
}

.container {
    width: 60%;
    margin: 0 auto;
}

.agile_info {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.w3l_form {
    padding: 0px;
    flex-basis: 60%;
	-webkit-flex-basis: 60%;
	background: #333;
	opacity: 0.9;
}
.left_grid_info {
    padding: 5%;
}
.left_grid_info h3 {
    color: #fff;
    font-size: 28px;
}
.left_grid_info h4 {
    color: #fff;
    font-size: 16px;
	margin: 20px 0px;
	line-height: 28px;
    font-weight: 500;
    text-transform: capitalize;
}
.left_grid_info p {
    color: #fff;
    font-size: 14px;
	margin: 20px 0px;
	line-height: 28px;
}
.w3_info {
    flex-basis: 40%;
	-webkit-flex-basis: 40%;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    /* align-items: center; */
}
@media screen and (max-width: 950px) {
	.w3l_form {
	    flex-basis: 100%;
		-webkit-flex-basis: 100%;
	}
	.w3_info {
	    flex-basis: 100%;
		-webkit-flex-basis: 100%;
	}
}
.footer {
    width: 80%;
	position: fixed;
    left: 10%;
	bottom: 20px;
}
.footer p {
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.footer p a {
	color: #009bd8;
}
.footer p a:hover {
	color: #2d72d9;
}
@media screen and (max-width: 1440px) {
	.container {
		width: 70%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1280px) {
	.container {
		width: 75%;
	}
}
@media screen and (max-width: 1080px) {
	.container {
		width: 80%;
	}
	.left_grid_info {
		padding: 10% 5%;
	}
}
@media screen and (max-width: 1024px) {
	.container {
		width: 84%;
	}
}
@media screen and (max-width: 900px) {
	.container {
		width: 90%;
	}
}
@media screen and (max-width: 768px) {
	.container {
		width: 95%;
	}
	.left_grid_info {
		padding: 5%;
	}
}
@media screen and (max-width: 640px) {
	.w3l_form {
		padding: 5%;
		float: none;
		margin: 0 auto;
	}
	.left_grid_info {
		padding: 0;
	}
}

.lc-block {
	background: #fff;
	box-shadow: 0 1px 11px rgba(0, 0, 0, 0.27);
	border-radius: 2px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.lc-block:not(.lcb-alt) {
	padding: 19px 60px;
}
@media screen and (max-width: 700px) {
	.lc-block:not(.lcb-alt) {
		padding: 19px 55px;
	}
}
h1.lean{
	color:#7E7E7E;
	text-align:center;
	letter-spacing:-0.05em;
	line-height:20px;
	margin:20px 0px 10px;
	margin-bottom:10px;
}
h1.lean:before,
h1.lean:after{
	content:"";
	height:1px;
	position:absolute;
	top:47px;
	width:35%;
}
h1.lean:after{
	background:rgb(126,126,126);
	background:-moz-linear-gradient(left,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background:-webkit-linear-gradient(left,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background:-moz-linear-gradient(left,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background:-ms-linear-gradient(left,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background:linear-gradient(left,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	right:0px;
}
h1.lean:before{
	background:rgb(126,126,126);
	background:-moz-linear-gradient(right,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background:-webkit-linear-gradient(right,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background:-moz-linear-gradient(right,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background:-ms-linear-gradient(right,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background:linear-gradient(right,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	left:0px;
}
.m-b-20 {
	margin-bottom: 20px!important;
}
.input-group .input-group-addon {
	padding: 0;
}
.input-group:not(.input-group-lg):not(.input-group-sm) .input-group-addon:not(.last) {
	padding-right: 10px;
}
.input-group .input-group-addon .zmdi {
	line-height: 100%;
}
.input-group:not(.input-group-lg):not(.input-group-sm) .input-group-addon .zmdi {
	font-size: 20px;
}
.input-group-addon, .input-group .form-control {
	display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.input-group-addon {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 2px;
}
.fg-line:not(.form-group) {
    display: inline-block;
    width: 100%;
}
.input-group .fg-line {
	padding: 0 10px;
}
.fg-line {
    position: relative;
    vertical-align: top;
}
.fg-line:not(.disabled):after, .fg-line:not(.readonly):after {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    content: "";
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.fg-line:not([class*=has-]):after {
    background: #2196f3;
}
.fg-line.has-error:after {
    background: #f44336;
}
.fg-line.fg-toggled:after {
	width: 100%;
}
.input-group .fg-line:after {
	left: 10px;
}
.input-group .fg-line.fg-toggled:after {
	width: calc(100% - 20px);
}
input:active,
input:focus {
	outline: 0;
	box-shadow: none!important;
}
.form-control {
	box-shadow: none;
	border: 0;
	border-bottom: 1px solid #e0e0e0;
	resize: none;
}
.form-control:active,
.form-control:focus {
	border-bottom-color: #b4b4b4;
	box-shadow: none;
}
.form-control:not(.fc-alt) {
	box-shadow: none;
	border: 0;
	border-bottom: 1px solid #e0e0e0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
}
.form-control:not(.fc-alt):active,
.form-control:not(.fc-alt):focus {
	border-bottom-color: #b4b4b4;
}
.checkbox label {
	padding-left: 25px;
	position: relative;
}
.checkbox .input-helper:before, .checkbox .input-helper:after {
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	content: "";
}
.checkbox .input-helper:before {
	left: 0;
	border: 1px solid #ccc;
}
.checkbox .input-helper:before {
	top: 0;
	width: 17px;
	height: 17px;
}
.checkbox .input-helper:after {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0) rotate(80deg);
	-ms-transform: scale(0) rotate(80deg);
	-o-transform: scale(0) rotate(80deg);
	transform: scale(0) rotate(80deg);
	width: 22px;
	height: 9px;
	border-bottom: 2px solid #009688;
	border-left: 2px solid #009688;
	border-bottom-left-radius: 2px;
	left: -1px;
	top: 1px;
}
.checkbox input {
	top: 0;
	left: 0;
	margin-left: 0!important;
	z-index: 1;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	margin-top: 0;
}
.checkbox input {
	width: 17px;
	height: 17px;
}
.checkbox input:checked + .input-helper:before {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.checkbox input:checked + .input-helper:after {
	-webkit-transform: scale(1) rotate(-50deg);
	-ms-transform: scale(1) rotate(-50deg);
	-o-transform: scale(1) rotate(-50deg);
	transform: scale(1) rotate(-50deg);
	opacity: 1;
	filter: alpha(opacity=100);
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 1.42857143;
	border-radius: 2px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn-danger {
	color: #fff;
	background-color: #f44336;
	border-color: #f32c1e;
}
.btn:not(.btn-link) {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.btn-float {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 45px!important;
}
.btn-float:not(.m-btn) {
	position: absolute!important;
}
.lc-block:not(.lcb-alt) .btn-login {
	top: 50%;
	margin-top: -25px;
	right: -25px;
}
.btn-float:not(.bgm-white):not(.bgm-gray) > i {
	top: 0px;
    font-size: 16px;
	color: #fff;
}

/* ����  */
#box {
    width: 100%;
    height: 40px; 
    background-color: #e8e8e8;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
}
.bgColor {
    width: 40px;
    height: 40px;
    background-color: lightblue;
    position: absolute;
    left: 0;
    top: 0;
}
.txt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #000;
    position: absolute;
}
.slider {
    width: 50px;
    height: 40px;
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    cursor: move;
}
.slider>i:first-child {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%,-50%);
}
.slider>i:last-child {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%,-50%);
}
.slider.active>i {
    color: green;
    position: absolute;
    top: 50%;
    left: 50%;
}

/* �ֻ���  */
@media screen and (max-width: 560px) {
	body {
		background-size: 200% 100% !important;
	}
	h1>div {
		font-size: 24px;
	}
	h1>div div:nth-child(2) {
		display: none;
	}
	.agile_info {
		display: block;             
	}
}
@media screen and (max-width: 500px) {
	.container {
	    width: 90%;
	}
	.left_grid_info>div:nth-child(3) {
		display: none;
	}
	.footer {
		display: none;
	}
}
@media screen and (max-width: 350px) {
	h1 {
	    margin: 1% 0px;
	}
	h1>div {
		font-size: 20px;
	}
}