@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea {
  margin: 0;
  padding: 0;
}
address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}
div:not([class*='el-']) {
  box-sizing: border-box;
}
html {
  height: 100%;
  width: 100%;
}
body {
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Microsoft Yahei', 'simsun', 'arial', 'tahoma';
  color: #666;
  background: #fff;
  /*min-width: 966px;*/
  height: 100%;
  width: 100%;
  overflow: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-size: 100%;
  font-weight: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  border: none;
  display: inline-block;
}
fieldset,
img {
  border: 0;
}
a {
  text-decoration: none;
  color: #777;
  background: none;
}
ul,
ol {
  list-style: none;
}
:focus {
  outline: none;
}
.clearfix {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*解决img标签下面空白一块的问题*/
img {
  display: block;
}
.m-l {
  margin-left: 6px;
}
.m-t {
  margin-top: 6px;
}
.b-t1 {
  border-top: 1px solid #E6E6E6;
}
.b-r1 {
  border-right: 1px solid #E6E6E6;
}
.m-l90 {
  margin-left: 90px;
}
.m-t5 {
  margin-top: 5px;
}
.m-l60 {
  margin-left: 60px;
}
.m-l10 {
  margin-left: 10px;
}
.b-t3 {
  border-top: 3px solid #E6E6E6;
}
.b-r3 {
  border-right: 3px solid #E6E6E6;
}
.m-l20 {
  margin-left: 35px !important;
}
.hide {
  display: none;
}
/*饿了吗样式重写*/
.el-input .el-input__inner:hover {
  border-color: #1fc9d4;
}
.el-select-dropdown__item {
  font-size: 13px;
}
.registerPage .loginHead {
  height: 85px;
  line-height: 85px;
  vertical-align: middle;
  padding-left: 30px;
  border-top: 2px solid #1dc4cd;
}
.registerPage .loginHead img {
  display: inline-block;
}
.registerPage .loginHead .right {
  position: absolute;
  right: 220px;
  top: 0;
  height: 85px;
  line-height: 85px;
  vertical-align: middle;
}
.registerPage .loginHead .right img {
  display: inline-block;
  width: 32px;
  height: 32px;
}
.registerPage .loginHead .right .phoneNumber {
  color: #1dc4cd;
  font-size: 16px;
  margin-left: 10px;
  font-weight: bold;
}
.registerPage .loginTitle {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
  color: #1dc4cd;
  position: relative;
  top: 2px;
}
.verticalline {
  height: 18px;
  margin-left: 12px;
  border-left: 2px solid #1dc4cd;
  display: inline-block;
  position: relative;
  top: 4px;
}
.registerPage .registerForm .loginTitle {
  display: inline-block;
  margin-left: 20px;
  font-size: 18px;
  color: #333;
}
.registerPage .loginMid {
  position: relative;
}
.registerPage .loginBK {
  background: #ededed url("../img/registerbg.jpg") top no-repeat;
}
.registerPage .loginContent {
  position: relative;
  z-index: 2;
  height: 655px;
  min-width: 600px;
  width: 1200px;
  margin: 0 auto;
}
.chooseregisterWay {
  box-sizing: border-box;
  padding-right: 8px;
}
.registerPage .registerForm {
  width: 700px;
  height: 466px;
  background: #fff;
  border-radius: 4px;
  margin: auto;
}
.registerPage .registerForm .registerheader {
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #dddddd;
}
.registerPage .registerForm .registerheader .registerTitle {
  color: #1dc4cd;
  font-size: 18px;
  padding-left: 47px;
  padding-right: 47px;
  border-bottom: 2px solid #1dc4cd;
  margin-left: 40px;
}
.registerPage .registerForm .registerheader .hasRegister {
  font-size: 12px;
  color: #666;
  margin-right: 40px;
}
.registerPage .registerForm .registerheader .hasRegister a {
  color: #1dc4cd;
}
.registerPage .stepWap {
  width: 300px;
  padding: 30px 0;
  height: 187px;
  padding-top: 65px;
  margin: auto;
}
.registerPage .stepWap .el-step__title {
  font-size: 14px;
  color: #fff;
}
.registerPage .stepWap .el-step__icon {
  width: 30px;
  height: 30px;
}
.registerPage .stepWap .el-step__head.is-wait .el-step__icon {
  background: #1a1a1a;
}
.registerPage .registerInputWrap {
  padding-left: 190px;
  margin-top: 30px;
}
.registerPage .el-form-item {
  margin-bottom: 20px;
}
.registerPage .registerForm .logo img {
  display: inline-block;
}
.registerPage .el-form-item__content {
  line-height: 40px;
  position: relative;
  font-size: 14px;
}
.registerPage .el-select.loginIput {
  width: 100%;
  margin-top: 2px;
}
.registerPage .registerPage .el-form-item__content {
  line-height: 40px;
  position: relative;
  font-size: 14px;
  margin-left: 30px;
  margin-right: 30px;
}
.registerPage .registerForm .loginIput .el-input__inner,
.registerPage .registerForm .loginVcode .el-input__inner {
  height: 40px;
  padding-left: 20px;
  font-size: 14px;
}
.registerPage .loginButton {
  width: 100%;
  height: 40px;
  font-size: 16px;
}
.registerPage .loginExt {
  padding: 0 20px;
}
.registerPage .registInfo,
.registerPage .registInfo:hover {
  color: #1cb0ba;
  cursor: pointer;
}
.registerPage .passInfo,
.registerPage .passInfo:hover {
  color: #666;
  float: right;
  cursor: pointer;
}
.registerPage .vcodeBtn,
.registerPage .vcodeBtn:hover {
  color: #666;
  cursor: pointer;
}
.registerPage .registerForm .el-form-item.is-success .el-input__inner {
  border-color: #dcdfe6;
}
.el-input-group__prepend .el-input__validateIcon {
  display: none!important;
}
.chooseregisterWay .el-input__validateIcon {
  display: none!important;
}
.registerPage .el-input__suffix {
  right: -2px;
}
.registerPage .loginCode {
  position: relative;
  width: 180px;
}
.registerPage .loginCode .el-form-item__content {
  margin-right: unset;
}
.registerPage .vcodeArea {
  position: absolute;
  top: 0;
  right: -120px;
  width: 110px;
}
.getCodeAgain {
  width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: -120px;
  z-index: 22;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #eaeaea;
  color: #999;
  cursor: pointer;
}
.registerPage .vcodeGet {
  width: 110px;
  margin-right: 0;
  cursor: pointer;
}
.registerPage .registerSuccess {
  width: 100%;
  padding-top: 100px;
  height: 260px;
  text-align: center;
}
.registerPage .registerSuccess img {
  width: 40px;
  height: 40px;
  margin-left: 332px;
  margin-bottom: 20px;
}
.registerPage .passwordSubmite {
  width: 320px;
}
.registerSuccess .finished {
  font-size: 60px;
  color: #67c23A;
  margin: 20px 0px;
}
.registerSuccess .notice {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}
.registerSuccess .inforWrap {
  color: #000;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  width: 100%;
}
.backTOLogin {
  width: 300px;
  margin-left: 200px;
  font-size: 16px;
}
.phoneTestPageBackToLogoin {
  width: 320px;
  text-align: center;
  margin-top: 20px;
}
.phoneTestPageBackToLogoin a {
  font-size: 14px;
  color: #28BECC;
}
.phoneTestPageBackToLogoin a:hover {
  color: #28BECC;
}
.backtoLogin {
  width: 320px;
  text-align: center;
  margin-top: 20px;
}
.backtoLogin a {
  font-size: 14px;
  color: #28BECC;
}
.backtoLogin a:hover {
  color: #28BECC;
}
@media only screen and (max-width: 1200px) {
  .registerPage .loginContent {
    width: auto;
    margin: 0 auto;
  }
  .registerPage .loginInfo {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 950px) {
  .registerPage .loginInfo {
    display: none;
  }
  .registerPage .registerForm {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
/*# sourceMappingURL=login.css.map */
/*# sourceMappingURL=register.css.map */