.border {
  border: 1px solid #dfdfdf;
}
.head {
  width: 1200px;
  height: 100px;
  line-height: 100px;
  margin: 0 auto;
}
.head .head-wrapper img {
  width: 201px;
  height: 62px;
  margin-top: 19px;
}
.head .head-wrapper h1 {
  vertical-align: top;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-left: 20px;
}
.container {
  width: 100%;
  height: 588px;
  background: url('../img/sim-bg.png');
}
.con-wrapper {
  width: 1200px;
  height: 588px;
  margin: 0 auto;
  background: url('../img/sim-left.png') no-repeat;
}
.con-left {
  float: left;
}
.con-left .wrapper {
  display: inline-block;
  background-color: #fff;
  color: #ff7619;
  font-weight: bold;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.con-left .wrapper i {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url('../img/sim-cicle.png');
}
.con-left .one {
  font-size: 19px;
  position: relative;
  top: 100px;
  left: 490px;
  opacity: 0.8;
  padding: 15px 15px 15px 30px;
}
.con-left .one i {
  position: absolute;
  left: -30px;
  top: -7px;
}
.con-left .two {
  font-size: 18px;
  position: relative;
  top: 250px;
  left: -160px;
  opacity: 0.6;
  padding: 15px 30px 15px 15px;
}
.con-left .two i {
  position: absolute;
  right: -30px;
  top: -7px;
}
.con-left .three {
  font-size: 15px;
  position: relative;
  top: 370px;
  left: 150px;
  opacity: 0.4;
  padding: 15px 15px 15px 30px;
}
.con-left .three i {
  position: absolute;
  left: -30px;
  top: -7px;
}
.con-right {
  float: right;
  padding: 30px 40px 20px 30px;
  background-color: #fff;
  margin-right: 40px;
}
.con-right input {
  width: 263px;
  height: 38px;
  line-height: 38px;
  padding-left: 35px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.con-right input:focus {
  border: 1px solid #13a654;
}
.con-right span {
  font-size: 20px;
}
.con-right p {
  position: absolute;
  left: 35px;
  top: 10px;
  color: #999999;
}
.con-right .username {
  margin-top: 30px;
  position: relative;
}
.con-right .username input {
  background: url(../img/login-icon.png) no-repeat -712px -507px;
}
.con-right .name {
  margin-top: 20px;
  position: relative;
}
.con-right .name input {
  background: url(../img/login-icon.png) no-repeat -712px -406px;
}
.con-right .password {
  margin-top: 20px;
  position: relative;
}
.con-right .password input {
  background: url(../img/login-icon.png) no-repeat -712px -306px;
}
.con-right .sure-password {
  margin-top: 20px;
  position: relative;
}
.con-right .sure-password input {
  background: url(../img/login-icon.png) no-repeat -712px -7px;
}
.con-right .sure {
  margin-top: 30px;
}
.con-right .sure a {
  display: block;
  width: 300px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  text-align: center;
  background-color: #13a654;
  color: #ffffff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.con-right .sure a:hover {
  background-color: #14b55c;
}

.con-right .logins i {
  
  margin-left: 30px;
  color: #f60c0b;
}
.con-right .logins .other {
  margin-top: 10px;
  text-align: center;
}
.con-right .logins .other a {
  color: #499e50;
}
.con-right .hide{display:none;}
.con-right .into{
	margin-top:30px;
}
.con-right .into a{
  display: inline-block;
  width: 145px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  text-align: center;
  background-color: #13a654;
  color: #ffffff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}


.con-right .login i {
  
  margin-left: 30px;
  color: #f60c0b;
}
.con-right .login .other {
  margin-top: 10px;
  text-align: center;
}
.con-right .login .other a {
  color: #499e50;
}
.con-right .register {
  display: none;
}
.con-right .register i {
  
  position: absolute;
  left: 0px;
  top: 40px;
  color: #f60c0b;
}
.con-right .register .return {
  margin-top: 10px;
  text-align: center;
}
.con-right .register .return a {
  color: #499e50;
}
.foot {
  height: 60px;
  line-height: 60px;
}
.foot p {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
