.border {
  border: 1px solid #dfdfdf;
}
.head {
  width: 1200px;
  height: 100px;
  line-height: 100px;
  margin: 0 auto;
}
.head .head-wrapper img {
  width: 120px;
  height: 36px;
  margin-top: 30px;
}
.head .head-wrapper h1 {
  vertical-align: top;
  display: inline-block;
  font-size: 24px;
  margin-left: -70px;
  margin-top: -3px;
}
.container {
  width: 100%;
  height: 588px;
  background: url('../img/sim-bg.jpg');
}
.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;
text-align:center;}
.con-right .sure a {
  display: inline-block;
  width: 300px;margin:0 5px;
  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;
}
.foot {
  height: 60px;
  line-height: 60px;
}
.foot p {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.radio_box>input{
    display: none;
}
.radio_box>label{
    position: relative;
    margin-right: 34px;
}
.radio_box>label::before{
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid rgb(219, 219, 219);
    margin-right: 6px;
    vertical-align: bottom;
}
.radio_box>input:checked+label::before{
    background-color: rgb(239, 66, 56);
}
.radio_box>input:checked+label::after{
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 6px;
    bottom: 6px;
    background-color: white;
  
}