﻿
.anim-1, .anim-2, .anim-3, .anim-4, .anim-5, .anim-6, .anim-7, .anim-8, .anim-9, .anim-10, .anim-11, .anim-12 {
	-webkit-transform: translateY(100px) translateX(0);
	-moz-transform: translateY(100px) translateX(0);
	transform: translateY(100px) translateX(0);
	opacity: 0;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
.anim-1 {
	-webkit-transition: transform .8s, opacity .8s;
	-moz-transition: transform .8s, opacity .8s;
	-o-transition: transform .8s, opacity .8s;
	transition: transform .8s, opacity .8s;
}
.anim-2 {
	-webkit-transition: transform 1s, opacity 1s;
	-moz-transition: transform 1s, opacity 1s;
	-o-transition: transform 1s, opacity 1s;
	transition: transform 1s, opacity 1s;
}
.anim-3 {
	-webkit-transition: transform 1.2s, opacity 1.2s;
	-moz-transition: transform 1.2s, opacity 1.2s;
	-o-transition: transform 1.2s, opacity 1.2s;
	transition: transform 1.2s, opacity 1.2s;
}
.anim-4 {
	-webkit-transition: transform 1.4s, opacity 1.4s;
	-moz-transition: transform 1.4s, opacity 1.4s;
	-o-transition: transform 1.4s, opacity 1.4s;
	transition: transform 1.4s, opacity 1.4s;
}
.anim-5 {
	-webkit-transition: transform 1.6s, opacity 1.6s;
	-moz-transition: transform 1.6s, opacity 1.6s;
	-o-transition: transform 1.6s, opacity 1.6s;
	transition: transform 1.6s, opacity 1.6s;
}
.anim-6 {
	-webkit-transition: transform 1.8s, opacity 1.8s;
	-moz-transition: transform 1.8s, opacity 1.8s;
	-o-transition: transform 1.8s, opacity 1.8s;
	transition: transform 1.8s, opacity 1.8s;
}
.anim-7 {
	-webkit-transition: transform 2s, opacity 2s;
	-moz-transition: transform 2s, opacity 2s;
	-o-transition: transform 2s, opacity 2s;
	transition: transform 2s, opacity 2s;
}
.anim-8 {
	-webkit-transition: transform 2.2s, opacity 2.2s;
	-moz-transition: transform 2.2s, opacity 2.2s;
	-o-transition: transform 2.2s, opacity 2.2s;
	transition: transform 2.2s, opacity 2.2s;
}
.anim-9 {
	-webkit-transition: transform 2.4s, opacity 2.4s;
	-moz-transition: transform 2.4s, opacity 2.4s;
	-o-transition: transform 2.4s, opacity 2.4s;
	transition: transform 2.4s, opacity 2.4s;
}
.anim-10 {
	-webkit-transition: transform 2.6s, opacity 2.6s;
	-moz-transition: transform 2.6s, opacity 2.6s;
	-o-transition: transform 2.6s, opacity 2.6s;
	transition: transform 2.6s, opacity 2.6s;
}
.anim-11 {
	-webkit-transition: transform 2.8s, opacity 2.8s;
	-moz-transition: transform 2.8s, opacity 2.8s;
	-o-transition: transform 2.8s, opacity 2.8s;
	transition: transform 2.8s, opacity 2.8s;
}
.anim-12 {
	-webkit-transition: transform 3.0s, opacity 3.0s;
	-moz-transition: transform 3.0s, opacity 3.0s;
	-o-transition: transform 3.0s, opacity 3.0s;
	transition: transform 3.0s, opacity 3.0s;
}
.anim-show {
	-webkit-transform: translateY(0px) translateX(0);
	-moz-transform: translateY(0px) translateX(0);
	transform: translateY(0px) translateX(0);
	opacity: 1;
}
.anim-list .anim-1 {
	-webkit-transition: transform .5s, opacity .5s;
	-moz-transition: transform .5s, opacity .5s;
	-o-transition: transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s;
}
.anim-list .anim-2 {
	-webkit-transition: transform .6s, opacity .6s;
	-moz-transition: transform .6s, opacity .6s;
	-o-transition: transform .6s, opacity .6s;
	transition: transform .7s, opacity .7s;
}







#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: scale(0);
	transition: .3s;
}
.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 1001;
}
#message .m-content {
	margin-top: 10%;
}
#message .m-content .m-message {
	background: #fff;
	width: 580px;
	background: #fff;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 1002;
	box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
.m-message {
	width: 494px;
	margin: 48px auto 0;
}
.m-message label {
	margin-bottom: 15px;
	display: block;
	font-size: 14px;
}
.m-message label em {
	display: block;
	float: right;
	color: red;
	height: 32px;
	line-height: 32px;
}
.m-message label span {
	width: 70px;
	height: 34px;
	line-height: 34px;
	color: #2F2F2F;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 30px;
	display: inline-block;
}
.m-message label input.inp, .m-message label textarea, .m-message label.code input {
	width: 72%;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	border: #cccccc 1px solid;
	border-radius: 3px;
	padding: 0 14px;
	box-sizing: border-box;
	color: #555;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.m-message label input:focus, .m-message label textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);
}
.m-message label textarea {
	height: 72px;
	line-height: 24px;
	padding: 10px 14px;
}
.m-message label.code {
	line-height: 34px;
}
.m-message label.code input {
	width: 30%;
	float: left;
	margin-right: 30px;
}
.m-message label.code .pic {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 32px;
}
.m-message label.code img {
	display: block;
	width: 100%;
	height: 100%;
}
.btn-1 input {
	width: 52px;
	height: 32px;
	line-height: 32px;
	background: #e8e8e8;
	border: none;
	color: #333;
	margin-right: 22px;
	cursor: pointer;
	transition: 0.3s;
}
.btn-1 {
	padding-left: 100px;
}
.btn-1 input.focus {
	background: #ce2e33;
	color: #fff;
}
.btn-1 input.focus:hover {
	background: #444;
}
.btn-1 input:hover {
	background: #ccc;
}












