html,
body,
p,
ul,
li {
  margin: 0;
  padding: 0;
}
body {
  background-color: #f6f8f9;
}
.wl-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;
}
.wl-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;
}
.wl-wrap::after {
  content: "";
  display: block;
  clear: both;
}
.wl-left {
  width: 60%;
  height: 500px;
  text-align: center;
  letter-spacing: 1px;
  float: left;
}
.wl-title {
  color: #333;
}
.wl-form-title a {
  display: block;
  color: #1890ff;
  font-size: 14px;
  margin-top: 15px;
}
.wl-txt {
  color: #bbb;
  letter-spacing: 4px;
  margin-top: 10px;
}
.wl-left img {
  width: 100%;
}
.wl-right {
  float: right;
  width: 40%;
  text-align: center;
  padding-top: 55px;
}
.wl-right .wl-form-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 60px;
}
.wl-right div {
  width: 290px;
  margin: 0 auto 25px auto;
  position: relative;
}
.wl-right div label {
  position: absolute;
  font-size: 14px;
  color: #666;
  left: -50px;
  top: 10px;
}
.wl-right input,
button {
  display: block;
  width: 100%;
  font-size: 13px;
  color: #666;
  line-height: 35px;
  outline: none;
  outline-style: none;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  background-color: #fff;
  text-indent: 1em;
}
.wl-right input:focus {
  border: 1px solid #1890ff;
}
.wl-right button {
  text-indent: 0;
  background-color: #1890ff;
  color: #fff;
  cursor: pointer;
}
.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;
}
.wl-rbottom {
  width: 290px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 600;
  color: #868686;
  text-align: center;
}
.wl-rbottom a {
  color: #1890ff;
  margin-left: 10px;
}
.wl-rbottom.forget {
  margin-bottom: 50px;
}
.wl-rbottom.forget span {
  float: right;
}
.bottom-info {
  color: #666;
  text-align: center;
  font-size: 15px;
  margin-top: 40px;
}
/* sougou键盘样式 */
input::-webkit-input-safebox-button {
  display: none;
}
