body {
	margin: 0;
	font-family: "微软雅黑";
}

.block {
	width: 33%;
	float: left;
	height: auto;
	margin-bottom: 20px;
}

.block>span:first-child {
	display: block;
	height: auto;
	width: 250px;
	margin: 30px auto auto;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	font-weight: 600;
	color: #008000;
}

.block .btn {
	display: block;
	height: 50px;
	width: 200px;
	text-align: center;
	line-height: 50px;
	margin: auto;
	margin-top: 50px;
	color: #FFFFFF;
	background-color: #008000;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.7s;
}

.btn:hover {
	background-color: #00B800;
}

.rotate_container {
	width: 420px;
	height: 480px;
	margin: auto;
	margin-top: 40px;
	position: relative;
}

.rotate_container.pk {
	width: 340px;
	height: 480px;
}

.rotate_container>div {
	font-size: 80px;
	line-height: 200px;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	overflow: hidden;
}

.rotate_container>div.front {
	width: 100%;
	height: 100%;
	background-color: #00B800;
}

.rotate_container>div.back {
	width: 100%;
	height: 100%;
	background-color: dodgerblue;
}

.rotate_container>div>img {
	display: block;
	width: 100%;
	height: 100%;
}


/*--实例样式--*/


/*登录*/

.login-container {
	width: 90%;
	height: 480px;
	margin: auto;
	margin-top: 40px;
	position: relative;
	background-image: url(../img/public_example/login_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

.login-container>div {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -160px;
	margin-top: -190px;
}

.m-login {
	width: 320px;
	height: 380px;
	margin: auto;
	margin-top: 40px;
	font-size: 18px;
	border-radius: 10px;
	background-color: rgba(75, 79, 80, 0.8);
	box-shadow: 0px 0px 8px 1px #000;
}

.m-login>.login-title {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: auto;
	border-bottom: 1px solid rgb(70, 74, 75);
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
}

.m-login>input {
	display: block;
	width: 205px;
	height: 42px;
	/*line-height: 38px;*/
	margin: auto;
	outline-style: none;
	border: 0px solid #000;
	border-radius: 5px;
	background-color: #4f484f;
	box-shadow: inset 0px 0px 10px 0px #222;
	font-size: 15px;
	color: #9a999e;
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: 12px 50%;
}

.m-login>input.user {
	margin-top: 30px;
	background-image: url(../img/icon/iconfont-user.png);
}

.m-login>input.pwd {
	margin-top: 30px;
	background-image: url(../img/icon/iconfont-mima.png);
}

.m-login>span.login-tip {
	display: block;
	width: 130px;
	height: 30px;
	margin-top: 20px;
	margin-left: 40px;
	line-height: 30px;
	font-size: 15px;
	color: #9a999e;
	overflow: hidden;
}

.m-login>span.login-tip>a.toReg {
	display: block;
	float: right;
	color: #c3c3c5;
	text-decoration: none;
}

.m-login>span.login-tip>a.toReg:hover {
	text-decoration: underline;
}

.m-login>a.doLogin {
	display: block;
	width: 250px;
	height: 42px;
	margin: auto;
	margin-top: 35px;
	line-height: 40px;
	text-align: center;
	background: linear-gradient(#759c2f, #557c1f);
	border: 0px;
	border-radius: 5px;
	color: #FFF;
	font-size: 17px;
	text-decoration: none;
	box-shadow: 0px 0px 7px 0px #222;
}

.m-login>a.doLogin:hover {
	background: linear-gradient(#92c13e, #759c2f);
}


/*注册*/

.m-reg {
	width: 320px;
	height: 380px;
	margin: auto;
	margin-top: 40px;
	font-size: 18px;
	border-radius: 10px;
	background-color: rgba(75, 79, 80, 0.8);
	box-shadow: 0px 0px 8px 1px #000;
}

.m-reg>.reg-title {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: auto;
	border-bottom: 1px solid rgb(70, 74, 75);
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
}

.m-reg>input {
	display: block;
	width: 205px;
	height: 42px;
	/*line-height: 38px;*/
	margin: auto;
	outline-style: none;
	border: 0px solid #000;
	border-radius: 5px;
	background-color: #4f484f;
	box-shadow: inset 0px 0px 10px 0px #222;
	font-size: 15px;
	color: #9a999e;
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: 12px 50%;
}

.m-reg>input.user {
	margin-top: 30px;
	background-image: url(../img/icon/iconfont-user.png);
}

.m-reg>input.pwd {
	margin-top: 25px;
	background-image: url(../img/icon/iconfont-mima.png);
}

.m-reg>input.repwd {
	margin-top: 25px;
	background-image: url(../img/icon/iconfont-mima.png);
}

.m-reg>span.reg-tip {
	display: block;
	width: 130px;
	height: 25px;
	margin-top: 10px;
	margin-left: 40px;
	line-height: 25px;
	font-size: 15px;
	color: #9a999e;
	overflow: hidden;
}

.m-reg>span.reg-tip>a.toLogin {
	display: block;
	float: right;
	color: #c3c3c5;
	text-decoration: none;
}

.m-reg>span.reg-tip>a.toLogin:hover {
	text-decoration: underline;
}

.m-reg>a.doReg {
	display: block;
	width: 250px;
	height: 42px;
	margin: auto;
	margin-top: 15px;
	line-height: 40px;
	text-align: center;
	background: linear-gradient(#759c2f, #557c1f);
	border: 0px;
	border-radius: 5px;
	color: #FFF;
	font-size: 17px;
	text-decoration: none;
	box-shadow: 0px 0px 7px 0px #222;
}

.m-reg>a.doReg:hover {
	background: linear-gradient(#92c13e, #759c2f);
}

@media only screen and (max-width: 1366px) and (min-width: 900px) {
	.block {
		width: 50%;
	}
}

@media only screen and (max-width: 900px) {
	.block {
		width: 100%;
		margin-top: 50px;
		border-top: 1px dashed green;
	}
}

@media only screen and (max-width: 480px) {
	.rotate_container {
		width: 100% !important;
		height: 480px;
		margin: auto;
		margin-top: 40px;
		position: relative;
	}
	.login-container {
		width: 100%;
	}
}


/*废弃代码段*/


/*.rotate_container>div.front {
	z-index: 1;
}

.rotate_container>div.back {
	z-index: -1;
}

.rotate_container>div.out {
	animation-duration: 1000ms;
	animation-name: out;
}

.rotate_container>div.in {
	animation-duration: 1000ms;
	animation-name: in;
}

@keyframes out {
	from {
		transform: rotateY(0);
	}
	to {
		transform: rotateY(540deg);
	}
}

@keyframes in {
	from {
		transform: rotateY(180deg);
	}
	to {
		transform: rotateY(720deg);
	}
}*/