@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 {
    color: #adadad;
    font-size: 13px;
    padding-left: 10px; }
.el-input .el-input__inner:hover {
    border-color: #1fc9d4; }
.el-input .el-input__inner:focus {
    outline: 0;
    box-shadow: 0 0 4px 0 rgba(41, 190, 204, 0.6); }
.el-input .el-input.is-disabled .el-input__inner {
    background-color: #eee;
    border-color: #c0c4cc;
    color: #606266;
    cursor: not-allowed; }
.el-input .el-input--suffix .el-input__inner {
    padding-right: 30px;
    padding-left: 10px; }
.el-input .el-input__icon {
    font-size: 17px; }

.el-checkbox {
    color: #666; }

.el-form-item__label {
    font-size: 13px;
    color: #666;
    padding-right: 10px; }

.el-radio__label {
    font-size: 13px;
    padding-left: 8px; }

.el-checkbox__label {
    font-size: 13px;
    padding-left: 8px; }

.el-switch__core {
    border: 1px solid #ced5d6;
    background: #ced5d6; }

.fourWordSelect.el-select {
    width: 96px; }
.fourWordSelect.el-select .el-input--small .el-select__caret {
    font-size: 12px; }
.fourWordSelect.el-select .el-input--small .el-input__suffix {
    right: 1px; }
.fourWordSelect.el-select .el-input--small .el-input__inner {
    padding-left: 13px;
    padding-right: 0; }

.primarySelect.el-select .el-input--small .el-select__caret {
    color: #29becc; }
.primarySelect.el-select .el-input--small .el-input__inner {
    border: 1px solid #a1e1e5;
    color: #29becc;
    background-color: #e5fdff; }
.primarySelect.el-select .el-input--small .el-input__inner::-webkit-input-placeholder {
    color: #29becc; }
.primarySelect.el-select .el-input--small .el-input__inner::-moz-placeholder {
    color: #29becc; }
.primarySelect.el-select .el-input--small .el-input__inner:-moz-placeholder {
    color: #29becc; }
.primarySelect.el-select .el-input--small .el-input__inner:-ms-input-placeholder {
    color: #29becc; }

.el-button {
    padding-right: 19px;
    padding-left: 19px; }

.el-button.threeWordBt,
.el-button.fiveWordBt {
    padding-left: 13px;
    padding-right: 13px; }

.iconBt.el-button {
    padding-left: 10px; }

.iconBt.twoWordBt.el-button {
    padding-left: 8px;
    padding-right: 13px; }

.el-button--primary:hover,
.el-button--primary:focus {
    background: #5ad7e0;
    border-color: #5ad7e0; }

.el-button--primary:active,
.el-button--primary.is-plain:active {
    background: #32bdc7;
    border-color: #32bdc7; }

.el-button--primary.is-plain {
    color: #29becc;
    background: #e5fdff;
    border-color: #a1e1e5; }

.cell > .el-button--text {
    padding-left: 0;
    padding-right: 0; }
.cell > .el-button + .el-button {
    margin-left: 6px; }

.popupRightContainer .el-tabs__item {
    height: 60px;
    line-height: 60px;
    font-size: 16px; }
.popupRightContainer .el-table {
    font-size: 13px; }
.popupRightContainer .el-table th > .cell {
    color: #333;
    font-weight: bold; }
.popupRightContainer .el-dropdown .el-button--default {
    width: 58px;
    height: 32px;
    font-size: 12px; }
.popupRightContainer .el-dropdown-menu .el-dropdown-menu__item {
    font-size: 13px; }
.popupRightContainer .buildApplicationStepFirst .el-input__inner {
    width: 350px; }
.popupRightContainer .inUse {
    color: #67c23a;
    font-size: 13px; }
.popupRightContainer .deactivated {
    color: #f56c6c;
    font-size: 13px; }
.popupRightContainer .addTableRow {
    width: 100%;
    height: 40px;
    background: #e9fafb;
    color: #1fc9d4;
    font-size: 14px;
    text-align: center;
    margin: 15px auto;
    border: 1px dashed #1fc9d4;
    border-radius: 5px; }

.el-pagination.is-background .el-pager li {
    margin: 0 8px;
    width: 24px !important;
    height: 24px;
    line-height: 24px;
    color: #666;
    font-weight: normal;
    background-color: #fff !important; }

.el-pagination.is-background .btn-next, .el-pagination.is-background .el-pager li {
    min-width: 24px; }

.el-pagination.is-background .el-pager li.active {
    background-color: #1fc9d4 !important; }

.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
    background: #fff; }

.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
    background: #fff; }

.el-pagination.is-background .btn-prev {
    background: #fff; }

.el-pagination.is-background .btn-next {
    background: #fff; }

.el-select-dropdown__item.selected {
    font-weight: normal; }

.el-select-dropdown__item {
    font-size: 13px; }

.el-select-dropdown__item {
    padding: 0;
    text-align: center; }

.el-breadcrumb {
    display: inline-block; }
.el-breadcrumb .el-breadcrumb__inner a, .el-breadcrumb .el-breadcrumb__inner.is-link {
    font-weight: unset;
    color: #333; }
.el-breadcrumb .el-breadcrumb__inner a:hover, .el-breadcrumb .el-breadcrumb__inner.is-link:hover {
    color: #1fc9d4; }
.el-breadcrumb .el-breadcrumb__inner.is-link + .el-breadcrumb__separator {
    color: #333; }
.el-breadcrumb .el-breadcrumb__inner,
.el-breadcrumb .el-breadcrumb__item:last-child .el-breadcrumb__inner,
.el-breadcrumb .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover,
.el-breadcrumb .el-breadcrumb__item:last-child .el-breadcrumb__inner a,
.el-breadcrumb .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover {
    color: #999; }

.el-step__title.is-process {
    color: #29becc;
    font-weight: normal;
    font-size: 14px; }

.el-step__icon {
    width: 32px;
    height: 32px; }

.el-step__head.is-process {
    color: #29becc; }

.el-step__head .is-process .el-step__icon-inner {
    background: #29becc;
    color: #fff; }

.el-step__title .is-wait {
    border-color: #29becc; }

.el-step__head.is-process {
    border-color: #29becc; }

.el-step__head.is-success {
    color: #29BECD;
    border-color: #29BECD; }

.el-step__title.is-success {
    color: #29BECD; }

.el-dropdown > .el-dropdown-link{
    cursor: pointer;
    color: #1fc9d4;
    font-size: 12px; }

.el-dialog .el-dialog__header {
    padding: 0 0 0 10px;
    border-bottom: 1px solid #ddd; }
.el-dialog .el-dialog__header .el-dialog__title {
    line-height: 40px;
    font-size: 16px;
    color: #333; }
.el-dialog .el-dialog__body {
    padding: 20px; }
.el-dialog .el-dialog__footer {
    padding: 10px; }

.registerPage .loginHead {
    height: 85px;
    line-height: 85px;
    vertical-align: middle;
    padding-left: 30px;
}
.registerPage .loginHead img {
    display: inline-block;
}
.registerPage .loginTitle {
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
    color: #1dc4cd;
    position: relative;
    top: 2px;
}
.registerPage .registerForm .loginTitle {
    display: inline-block;
    margin-left: 20px;
    font-size: 18px;
    color: #333;
}
.registerPage .loginMid {
    position: relative; }
.registerPage .loginBK {
    background: url("../img/loginbk.jpg") center no-repeat; }
.registerPage .loginContent {
    position: relative;
    z-index: 2;
    height: 655px;
    min-width: 600px;
    width: 1200px;
    margin: 0 auto;
}
.registerPage .registerForm {
    width: 560px;
    height: 570px;
    position: absolute;
    background: #fff;
    top: 50px;
    right: 45px;
    padding-left:20px;
    padding-right:20px;
    border-radius: 4px; }
.registerPage .registerForm .logo {
    box-sizing: content-box;
    padding-top: 30px;
    height: 56px;
    line-height: 56px;
    text-align: center;}
.registerPage .registerForm .logo .loginTitle{
    color:#333;
    font-size: 18px;
    margin-left:10px
}
.registerPage .registerForm .stepWap{
    width: 100%;
    padding:30px 0;
    border-bottom:1px dashed #dadada;
    margin-bottom:30px;
}
.registerPage .registerForm .el-step__title{
    font-size: 14px;
}
.registerPage .registerInputWrap{
    padding-left:100px;
}
.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%; }
.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; }
.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%;
    margin-top:20px;
    margin-bottom:30px;
    height:240px;
    background: #f0f9eb;
    text-align: center;
}
.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{
    margin-left: 195px;
    display: flex;
}
.registerSuccess .inforTitle{
    color:#333;
    font-size:12px;
    line-height: 25px;
    margin-right: 10px;
}
.registerSuccess .inforContent{
    font-size: 12px;
    line-height: 25px;
    text-align: left;
}
.registerSuccess .inforContent.account{
    color:#ff2e7e;
    font-weight: bold;
}
.registerSuccess .inforContent.name{
    font-size: 12px;
    color:#666
}
.backTOLogin{
    width: 300px;
    margin-left: 100px;
    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 */
