.container{
  width: 100%;
  position: relative;
  -moz-user-select:none;
  -webkit-user-select:none;
  user-select:none;    
}
.kv{
  width: 100%;
}
.loginwrap{
  width: 415px;
  position: absolute;
  left: 10%;
  top: 30%;
  /* overflow:  hidden; */
}
.name{
  position: relative;
  margin-left: 30px;
  margin-bottom: 42px;
}
.itp1{
  font-size: 24px;
  color: rgb(255, 183, 27);
  margin-bottom: 10px;
  font-family: "509R";
}
.itp2{
  font-size: 36px;
  color: #3e3a39;
}
.name:after {
  content: "";
  display: block;
  background: url(../../images/Login/longbar.png) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 84px;
  position: absolute;
  left: -28px;
  top: 7px;
}
.loginwrap input{
  outline: none;
  border: none;
  border-bottom: 1px solid #b2b2b2;
  height: 38px;
  line-height: 38px;
  width: 100%;
  font-size: 16px;
  padding-left: 10px;
}
.code input{
  width: 66%;
  display: inline-block;
}
.sendcode{
  display: inline-block;
  width: 125px;
  height: 35px;
  background-color: rgb(255, 183, 27);
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  margin-left: 2px;
}
.cxt{
  position: relative;
  margin-bottom: 40px;
}


.rem-pass{
  float: left;
  margin-left: 98px;
  cursor: pointer;
}
.forget-pass{
  float: right;
  color: rgb(255, 183, 27);
  margin-right: 93px;
}
.radio {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-bottom: -3px;
  margin-right: 5px;
  background: url(../../images/Login/icon.png) no-repeat;
  background-position: -89px 0px;
  background-size:auto;
}
.radio.selected {
  background: url(../../images/Login/icon.png) no-repeat;
  background-position: -63px 0px;
  background-size:auto;
}
.submit{
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: rgb(255, 183, 27);
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
  cursor: pointer;
}
.login-now {
  display: block;
  color: #000;
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}
.login-now a {
  color: rgb(255, 183, 27);
}
.back{
  display: block;
  text-align: center;
  color: #3e3a39;
  margin-top: 20px;
}
input.warning{
  border-bottom-color:red; 
}
.error{
  position:  absolute;
  left: 424px;
  top: 0;
  width: 200px;
  display: none;
  }
  .error img{
    width: 24px;
    vertical-align: middle;
  }
  .erroword{
    color: red;
    vertical-align: middle;
  }
  .stop{
    background-color: #807d77;
    font-size: 16px;
  }
  .yzmtime{
    display: none;
  }
  input::-webkit-input-placeholder { color: #c3c3c3;}
  input:-moz-placeholder { color: #c3c3c3;}
  input:-ms-input-placeholder { color: #c3c3c3;}