#register-main header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  box-shadow: 0px 0px 11px 2px rgba(189, 189, 189, 0.25);
  background-color: #fff;
  padding: 10px 0; }
  #register-main header > div {
    width: 1000px;
    margin: 0 auto; }
    #register-main header > div .shop-tips {
      font-size: 18px;
      color: #676767;
      border-left: 1px solid rgba(215, 215, 215, 0.7);
      margin-left: 20px;
      padding-left: 20px;
      line-height: 22px; }
    #register-main header > div .go-login {
      color: #D82136;
      margin-left: 6px;
      text-decoration: none; }
#register-main section {
  width: 505px;
  margin: 133px auto 0; }
  #register-main section.register-container .el-form .el-form-item__content {
    line-height: 48px; }
    #register-main section.register-container .el-form .el-form-item__content .el-input__inner {
      height: 48px;
      line-height: 48px; }
  #register-main section.register-container .el-form .img-box .el-form-item__content {
    margin-left: 0 !important; }
  #register-main section.register-container .el-form .confirm-box .el-form-item__content {
    line-height: 18px !important; }
  #register-main section.register-container .el-form .el-form-item__label {
    line-height: 48px;
    color: #666;
    font-weight: 600; }
  #register-main section.register-container .el-form .el-form-item__error {
    color: #FF9600; }
  #register-main section.register-container .el-form .message-code .el-button {
    height: 48px;
    font-size: 18px;
    margin-left: 10px; }
    #register-main section.register-container .el-form .message-code .el-button--danger {
      background-color: #fff;
      border-color: #D82136;
      color: #fff !important; }
  #register-main section.register-container .el-form .el-button {
    height: 54px;
    font-size: 18px; }
    #register-main section.register-container .el-form .el-button--danger {
      background-color: #D82136;
      border-color: #D82136; }
  #register-main section.register-container .el-form a {
    text-decoration: none;
    color: #49A4FF; }
  #register-main section.is-registe span {
    display: block;
    width: 100%;
    text-align: center; }
    #register-main section.is-registe span.registe-tips {
      font-size: 28px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #666666;
      line-height: 90px; }
    #register-main section.is-registe span.registe-desc {
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #666666; }
  #register-main section.is-registe .el-button {
    width: 200px;
    height: 48px;
    font-size: 16px; }
    #register-main section.is-registe .el-button.com {
      border-color: #D82136;
      color: #D82136; }

.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #D82136;
  border-color: #D82136; }

._service {
  position: fixed;
  right: 100px;
  top: 130px;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #D82136;
  text-decoration: none;
  font-size: 12px;
  color: #D82136;
  cursor: pointer; }
  ._service .server-box {
    transition: all .2s;
    opacity: 0; }
  ._service img {
    margin-bottom: 4px;
    display: block;
    width: 20px; }
  ._service i {
    font-size: 30px; }
  ._service:hover .server-box {
    opacity: 1; }

.footer_link .text {
  margin-bottom: 0; }

.el-dialog__header {
  padding: 0;
  font-size: 14px; }
  .el-dialog__header .header {
    width: 100%;
    height: 40px;
    padding: 0 14px;
    color: #000;
    box-sizing: border-box;
    line-height: 40px;
    background: #f3f3f3;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: flex;
    justify-content: space-between; }
    .el-dialog__header .header i {
      cursor: pointer; }

.el-dialog__body {
  padding: 20px; }
  .el-dialog__body .content {
    padding: 12px 20px 0 23px;
    height: 560px;
    color: #333;
    font-family: PingFangSC-Medium;
    font-weight: Medium;
    overflow-y: scroll;
    padding-bottom: 20px; }

.el-switch.is-checked .el-switch__core {
  background-color: #D82136 !important;
  border-color: #D82136 !important; }

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