.container {
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-size: 14px;
  color: #333;
}
.container .el-input .el-input__inner {
    background: #fff;
}
.container .el-tabs /deep/ .el-tabs__item {
    padding: 0 40px;
    color: #999;
    font-weight: 400;
}
.container .el-tabs /deep/ .el-tabs__nav {
    transform: translateX(40px) !important;
}
.container .el-tab-pane {
    padding: 30px 40px;
}
.container .el-tabs /deep/ .is-active {
    color: #333;
}
.container .el-form /deep/ .el-form-item__label {
    text-align: left;
}
.container .password .el-input {
    width: 300px;
    display: block;
}
.container .password .el-input:nth-child(2) {
    margin-bottom: 0px;
}
.container .ps-btn {
    width: 90px;
    height: 38px;
    background: #1274f9;
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-weight: 500;
    border: 0;
}
.container .ps-account {
    color: #999;
}
.container .tel .tel-number p {
    margin: 0;
    color: #999;
}
.container .tel .tel-number p:first-child {
    line-height: 5px;
    margin-top: 17px;
    color: #999;
}
.container .tel .el-input {
    width: 300px;
}
.container .tel .el-input-group__append {
    background: #fff;
    color: #999;
    cursor: pointer;
}
.container .tel .tel-hover:hover {
    color: #1274f9;
}
.container .tel .tel-clock {
    margin-left: 0px;
    border-left: 0px;
    padding-left: 0px;
}
.container .tel .tel-btn {
    width: 90px;
    height: 38px;
    background: #1274f9;
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-weight: 500;
    border: 0;
}
.container .email .email-name {
    color: #999;
    margin-bottom: 20px;
}
.container .cancel .cancel-account {
    color: #999;
}
.container .cancel .cancel-account p {
      margin: 0;
      line-height: 22px;
}
.container button {
    cursor: pointer;
}
.container .btn {
    width: 90px;
    height: 38px;
    background: #1274f9;
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-weight: bold;
    border: 0;
    outline: none;
}
.container .el-input {
    width: 300px;
}
.container .el-message-box__content {
    padding: 50px 27px;
}
.container .dialog-title {
    font-size: 16px;
}
.container .dialog-content,
  .container .dialog-footer {
    display: flex;
    justify-content: space-around;
}
.container /deep/.el-dialog--center {
    font-size: 14px;
}
.container .el-radio__inner {
    width: 20px;
    height: 20px;
}


/*# sourceMappingURL=49.1772700840257.css.map*/