.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: 52px;
}
.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: 25px;
  line-height: 25px;
  width: 100%;
  font-size: 16px;
  padding-left: 10px;
}
.code input{
  width: 67%;
}
.sendcode{
  display: inline-block;
  width: 127px;
  height: 35px;
  background-color: rgb(255, 183, 27);
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  /*margin-left: 10px;*/
}
.cxt{
  position: relative;
  margin-bottom: 35px;
}


.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: 48px;
  line-height: 48px;
  background-color: rgb(255, 183, 27);
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-top: 45px;
  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);
}
.bkwrap{
  display: block;
  text-align: center;
  color: #3e3a39;
  margin-top: 21px;
}
.back{
  color: rgb(255, 183, 27);
}
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;
}
.okuse{
  color: aquamarine;
}
@media screen and (max-width: 1515px) {
  .loginwrap{
    left: 8%;
    top: 20%;
  }
}
  input::-webkit-input-placeholder { color: #c3c3c3;}
  input:-moz-placeholder { color: #c3c3c3;}
  input:-ms-input-placeholder { color: #c3c3c3;}