body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/*通用父子盒子嵌套浮动问题解决，开始*/
.clear {
	margin: 0px auto;
	width: 100%;
	height: 1px;
	font-size: 1px;
	clear: both;
	background: none;
	overflow: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*通用父子盒子嵌套浮动问题解决，结束*/
/*间隙层开始*/
.space_hx { /*横向间隙*/
	clear: both;
	width: 100%;
	height: 20px;
	font-size: 1px;
	overflow: hidden;
}
.space_zx { /*纵向间隙*/
	float: left;
	width: 10px;
	font-size: 1px;
	overflow: hidden;
}
/*间隙层结束*/




.login-01{
  width:70%;
  margin:5% auto 3%;
}
form {
   padding: 0% 1%;
}
form li.first,li.second{
  border:none;
  list-style:none;
  margin-bottom:10px;
  width:100%;
}
.icon,.icon2  {
  height:55px;
  width:55px;
  display: block;
  float: left;
  border-top-left-radius: 0.3em;
  -o-border-top-left-radius: 0.3em;
  -moz-border-top-left-radius: 0.3em;
  -webkit-border-top-left-radius: 0.3em;
  border-border-bottom-left-radius: 0.3em;
  -o-border-bottom-left-radius: 0.3em;
  -moz-border-bottom-left-radius: 0.3em;
  -webkit-border-bottom-left-radius: 0.3em;
}
.user {
    background: url(../image/icons.png) no-repeat 14px 15px #858282;
}
.email{
  background:url(../image/icons.png) no-repeat 15px -39px #858282;
}
.phone{
  background: url(../image/icons.png) no-repeat 15px -93px #858282;
}
.msg{
  background: url(../image/msg.png) no-repeat 16px 16px #858282;
}
li.first:hover .user{
     background: url(../image/icons.png) no-repeat 14px 15px #000000;
}
li.first:hover .email{
  background:url(../image/icons.png) no-repeat 15px -39px #000000;
}
li.first:hover .phone{
  background: url(../image/icons.png) no-repeat 15px -93px #000000;
}
li.second:hover .msg {
  background: url(../image/msg.png) no-repeat 16px 16px #000000;
}
/*-----*/
input[type="text"],form textarea {
  width: 90%;
  padding: 1.13em 1em 1.13em 1em;
  color: #858282;
  font-size: 16px;
  outline: none;
  background: #fff;
  font-weight: 500;
  border: 1;
  border-top-right-radius: 0.3em;
  -o-border-top-right-radius: 0.3em;
  -moz-border-top-right-radius: 0.3em;
  -webkit-border-top-right-radius: 0.3em;
  border-border-bottom-right-radius: 0.3em;
  -o-border-bottom-right-radius: 0.3em;
  -moz-border-bottom-right-radius: 0.3em;
  -webkit-border-bottom-right-radius: 0.3em;
  }
  .submit{

  }
form textarea {
  resize: none;
  height: 140px;
}
.login-01 input[type="submit"]{
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
  outline: none;
  padding: 10px 10px;
  width: 25%;
  border: 2px solid #858282;
  float: right;
  background: #171717;
  border-radius: 0.3em;
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  margin-right:2.85em;
}
input[type="submit"]:hover{
-webkit-transform: rotate(4deg);
  transform: rotate(4deg);
  -o-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
}
li.lost {
  margin-bottom: 21px;
}
/*---------------*/
.copy-right {
  text-align: center;
  margin: 2em 0;
}
.copy-right p {
	color: #fff;
	font-size: 1em;
	font-weight:400;
}
.copy-right p a {
	color:#fff;
}
.copy-right p a:hover {
	text-decoration: underline;
}
/*-----start-responsive-design------*/
@media (max-width:1440px){
  .login-01 input[type="submit"]{
  margin-right:1.85em;
  }
	
}
@media (max-width:1366px){
  .login-01 input[type="submit"]{
  margin-right: 1.6em;
  }
  	
}
@media (max-width:1280px){
   .login-01 {
    width: 40%;
    margin:5% auto 5%;
  }
  body h1 {
  font-size: 2.7em;
}
 
}
@media (max-width:1024px){
  .login-01 {
  width: 45%;
}
 body h1 {
  font-size: 2.5em;
}
 
}
@media (max-width:768px){
  .login-01 {
  width: 63%;
}
 body h1 {
  font-size: 2.3em;
}
}
@media (max-width:640px){
  .login-01 {
  width: 73%;
  }
  body h1 {
  font-size: 2.1em;
}
}
@media (max-width:480px){
   .login-01 {
    width: 85%;
  }
  .copy-right p {
    font-size: 0.9em;
  }
   input[type="text"], form textarea {
  width: 77%;
  padding: 1em 1em 1em 1em;
  font-size: 15px;
  }
  .icon, .icon2 {
  height: 48px;
  width: 48px;
  }
  .user {
    background: url(../image/icons.png) no-repeat 11px 12px #858282;
      background-size: 45%;
}
.email{
  background:url(../image/icons.png) no-repeat 12px -36px #858282;
    background-size: 45%;
}
.phone{
  background:url(../image/icons.png) no-repeat 12px -87px #858282;
    background-size: 45%;
}
.msg{
  background: url(../image/msg.png) no-repeat 14px 11px #858282;
    background-size: 45%;
}
li.first:hover .user{
     background: url(../image/icons.png) no-repeat 11px 9px #000000;
      background-size: 45%;
}
li.first:hover .email{
  background:url(../image/icons.png) no-repeat 12px -36px #000000;
   background-size: 45%;
}
li.first:hover .phone{
  background:url(../image/icons.png) no-repeat 12px -87px #000000;
   background-size: 45%;
}
li.second:hover .msg {
  background: url(../image/msg.png) no-repeat 14px 11px #000000;
   background-size: 45%;
}
body h1 {
  font-size:2em;
  padding-top: 1em;
}
form li.first, li.second {
  margin-bottom: 5px;
  }

}
@media (max-width:320px){
  input[type="text"], form textarea {
 width: 71%;
  padding: 1em 1em 1em 0.8em;
  font-size: 14px;
  }
  .login-01 {
    width:96%;
  }
  .icon, .icon2 {
  height: 45px;
  width: 45px;
  }
  .user {
    background: url(../image/icons.png) no-repeat 11px 13px #858282;
     background-size: 40%;
}
.email{
  background:url(../image/icons.png) no-repeat 12px -29px #858282;
   background-size: 40%;
}
.phone{
  background:url(../image/icons.png) no-repeat 12px -72px #858282;
   background-size: 40%;
}
.msg{
  background: url(../image/msg.png) no-repeat 14px 13px #858282;
   background-size: 40%;
}
li.first:hover .user{
     background: url(../image/icons.png) no-repeat 11px 13px #000000;
      background-size: 40%;
}
li.first:hover .email{
  background:url(../image/icons.png) no-repeat 12px -29px #000000;
   background-size: 40%;
}
li.first:hover .phone{
  background:url(../image/icons.png) no-repeat 12px -72px #000000;
   background-size: 40%;
}
li.second:hover .msg {
  background: url(../image/msg.png) no-repeat 14px 13px #000000;
   background-size: 40%;
}
.copy-right p {
  line-height: 1.6em;
}
.login-01 input[type="submit"] {
  font-size: 17px;
  padding: 8px 8px;
  width: 36%;
  margin-right: 0.7em;
}
body h1 {
  font-size:1.6em;
}

}
