html,
body,
p,
ul,
li {
  margin: 0;
  padding: 0;
}
body {
  background-color: #f6f8f9;
}
.wr-center {
  width: 1300px;
  margin: 0 auto;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.fs12 {
  font-size: 12px;
}
.fs17 {
  font-size: 17px;
}
.fs24 {
  font-size: 24px;
}
.wr-wrap {
  min-width: 867px;
  max-width: 1250px;
  margin: 65px auto 0 auto;
  box-shadow: 0 0 8px #ccc;
  /*padding: 20px 30px 45px 30px;*/
  box-sizing: border-box;
  background-color: #fff;
}
.wr-wrap::after {
  content: "";
  display: block;
  clear: both;
}
.wr-left {
  width: 60%;
  height: 500px;  
  text-align: center;
  letter-spacing: 1px;
  float: left;
}
.wr-title {
  color: #333;
  margin-top: 40px;
}
.wr-txt {
  color: #bbb;
  letter-spacing: 4px;
  margin-top: 10px;
}
.wr-left img {
  width: 100%;
}
.wr-right {
  float: right;
  width: 40%;
  text-align: center;
  padding-top: 15px;
}
.wr-right .wr-form-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.wr-form-title a {
  display: block;
  color: #1890ff;
  font-size: 14px;
  margin-top: 15px;
}
.wr-right div {
  width: 290px;
  margin: 0 auto 15px auto;
  position: relative;
}
.wr-right input,
.wr-right button[name="submit"] {
  display: inline-block;
  width: 290px;
  height: 35px;
  color: #666;
  font-size: 13px;
  line-height: 35px;
  outline: none;
  outline-style: none;
  padding: 0;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  background-color: #fff;
  text-indent: 1em;
}
.wr-right input:focus {
  border: 1px solid #1890ff;
}
.wr-right button[name="submit"] {
  text-indent: 0;
  background-color: #1890ff;
  color: #fff;
  cursor: pointer;
}
.wr-right .yzm-wrap {
  width: 290px;
  height: 35px;
  position: relative;
  border-radius: 4px;
}
.yzm-wrap input.yzm {
  border: 1px solid #dcdfe6;
}
.yzm-wrap input.yzm:focus {
  border: 1px solid #1890ff;
}

.yzm-wrap .yzm-btn {
  background-color: inherit;
  display: inline-block;
  width: auto;
  height: 100%;
  position: absolute;
  right: 15px;
  top: 1px;
  border: 0;
  color: #1890ff;
}
.yzm-wrap .yzm-btn:focus {
  border: 0;
}
.ready-wrap.wr-rbottom {
  width: 290px;
  margin: 0 auto 20px auto;
  text-align: start;
}
.ready-wrap input {
  width: auto;
  height: auto;
  margin: 0;
  position: relative;
  top: 1px;
  display: inline-block;
}
.wr-rbottom {
  width: 290px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 600;
  color: #868686;
}
.wr-rbottom a {
  color: #1890ff;
  margin-left: 10px;
}
/*  */
.wr-right div label {
  position: absolute;
  font-size: 14px;
  color: #666;
  top: 10px;
  left: -80px;
}
/* 打开关闭密码 */
.passline {
  position: relative;
  display: inline-block;
}
.pass-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.pass-icon.close {
  display: block;
}
.pass-icon.open {
  display: none;
}
.bottom-info {
  color: #666;
  text-align: center;
  font-size: 15px;
  margin-top: 40px;
}

/* sougou键盘样式 */
input::-webkit-input-safebox-button {
  display: none;
}
