<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.qrcode-login .login-background {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin: 8px 10px 0 0;
    cursor: pointer;
  }
  .qrcode-login .login-switch-img {
    width: 48px;
    height: 46px;
  }
  .qrcode-login .login-title {
    margin-bottom: 27px;
    padding-top: 53px;
    line-height: 28px;
    font-size: 20px;
    color: #222;
    text-align: center;
    font-weight: 500;
  }
  .qrcode-login .qrcode-expire {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 161px;
    height: 161px;
    background: rgba(255, 255, 255, 0.90196);
  }
  .qrcode-login .qrcode-expire-title {
    margin-top: 41px;
    font-size: 20px;
    color: #222;
    text-align: center;
    font-weight: 500;
    line-height: 28px;
  }
  .qrcode-login .qrcode-expire-btn {
    width: 88px;
    margin: 12px auto;
    height: 36px;
    line-height: 36px;
    background: #ffd100;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    color: #222222;
    text-align: center;
    font-weight: 400;
  }
  .qrcode-login .qrcode-erea {
    position: relative;
    text-align: center;
  }
  .qrcode-login .qrcode-img-wrapper,
  .qrcode-login .qrcode-img {
    margin: 0 auto;
    width: 161px;
    height: 161px;
    vertical-align: top;
  }
  .qrcode-login .qrcode-tip {
    margin-top: 27px;
    text-align: left;
  }
  .qrcode-login .qrcode-tip-img {
    width: 73px;
    height: 73px;
    margin-left: 67px;
    vertical-align: top;
  }
  .qrcode-login .qrcode-tip-text-wrapper {
    display: inline-block;
    margin-left: 12px;
    padding-top: 9px;
    line-height: 28px;
    font-size: 20px;
    color: #666;
    font-weight: 400;
  }
  .qrcode-login .qrcode-tip-icon {
    margin: 3px 2px 3px 5px;
    width: 23px;
    height: 23px;
    vertical-align: top;
  }
  .qrcode-login .qrcode-tip-app {
    color: #000;
    font-weight: 500;
  }
.qrcode-login.scan-result .qrcode-switch-btn-wrapper {
      margin-top: 39px;
      padding: 0 30px;
}
.qrcode-login.scan-result .user-agreement-container {
      margin-top: 15px;
}
.qrcode-login .qrcode-switch-btn-wrapper {
    width: 100%;
    padding: 0 30px 10px;
    line-height: 28px;
    font-size: 20px;
    font-weight: 500;
    color: #666666;
    box-sizing: border-box;
}
.qrcode-login .qrcode-switch-btn-group {
    display: flex;
    height: 64px;
    padding: 0 20px;
    border-top: 1px dashed rgba(0, 0, 0, 0.10196);
    justify-content: space-around;
    align-items: center;
}
.qrcode-login .switch-mobile-btn {
    cursor: pointer;
}
.qrcode-login .user-agreement-container {
    margin-top: 12px;
    margin-left: 8px;
    padding-bottom: 40px;
    line-height: 20px;
    opacity: 0.8;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    text-align: center;
}
.qrcode-login .user-agreement-href {
    color: #fe8c00;
    font-weight: 500;
}
.qrcode-login .qrcode-succ,
  .qrcode-login .qrcode-fail {
    margin-top: 77px;
    text-align: center;
}
.qrcode-login .qrcode-succ-img,
  .qrcode-login .qrcode-fail-img {
    width: 64px;
    height: 64px;
    vertical-align: bottom;
    margin: 0 auto;
    background-size: cover;
}
.qrcode-login .qrcode-succ-img {
    background-image: url('http://p0.meituan.net/passport/22dc843f7ee10f60386e6ebc7aba78949204.png');
}
.qrcode-login .qrcode-fail-img {
    background-image: url('http://p0.meituan.net/passport/8c60181605900dbf05c6a077e0dc9cd29083.png');
}
.qrcode-login .qrcode-succ-title,
  .qrcode-login .qrcode-fail-title {
    margin-top: 20px;
    font-size: 20px;
    color: #222;
    text-align: center;
    font-weight: 500;
}
.qrcode-login .qrcode-fail-title {
    padding-left: 9px;
}
.qrcode-login .qrcode-succ-title {
    padding-left: 18px;
}
.qrcode-login .qrcode-succ-content,
  .qrcode-login .qrcode-fail-content {
    margin-top: 4px;
    line-height: 20px;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
}
.qrcode-login .qrcode-succ-content {
    margin-left: 15px;
}

.code-select {
  position: absolute;
  left: 93px;
  top: 31.5px;
  height: 500px;
  padding: 6px;
  background: rgba(238, 238, 238, 0.58824);
  backdrop-filter: blur(8px);
  overflow: scroll;
  z-index: 1;
}

.code-item {
  margin-left: 22px;
  cursor: pointer;
  line-height: 22px;
  font-size: 14px;
  color: #000000;
  user-select: none;
}

.code-item.highlight {
  position: relative;
  margin-left: 0;
  padding-left: 22px;
  background: #699ef9;
  border-radius: 4px;
  color: #ffffff;
}

.code-item svg {
  position: absolute;
  left: 3px;
  top: 4px;
  color: #fff;
}

.error-info {
  display: flex;
  margin-bottom: 9px;
  padding: 12px 10px 12px 12px;
  line-height: 20px;
  background: rgba(253, 100, 99, 0.10196);
  border-radius: 6px;
  font-size: 14px;
  color: #666666;
}

.error-icon {
  width: 19px;
  height: 19px;
}

.error-content {
  margin-left: 3px;
}

.iLoginComp-wrapper.mtpc-mobile-login {
  width: 100%;
  padding: 0;
  font-size: 14px;
}

.mtpc-mobile-login .iLoginComp-phone-num-wrapper,
.mtpc-mobile-login .iLoginComp-verify-code-wrapper {
  height: 50px;
  padding: 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.14902);
  border-radius: 6px;
  box-sizing: border-box;
}

.mtpc-mobile-login .iLoginComp-countrycode-wrapper {
  position: absolute;
  height: 50px;
  margin-left: 12px;
  text-align: center;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
  cursor: pointer;
}

.mtpc-mobile-login .iLoginComp-countrycode-wrapper .right-arrow {
  width: 0.5em;
  min-width: 0.5em;
  height: 0.5em;
  margin-left: 0;
}

.mtpc-mobile-login .iLoginComp-phone-num-input,
.mtpc-mobile-login .iLoginComp-phone-num-input:focus {
  margin-left: 58px;
  background: none;
  font-size: 18px;
}

.mtpc-mobile-login .iLoginComp-verify-code-wrapper {
  margin-top: 14px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.30196);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mtpc-mobile-login .iLoginComp-code-input {
  margin-left: 10px;
}

.mtpc-mobile-login .iLogincomp-count-down,
.mtpc-mobile-login .iLoginComp-send-verify-code-text {
  padding-right: 10px;
  font-size: 18px;
  color: #666666;
  text-align: center;
  line-height: 25px;
  background: none;
}

.mtpc-mobile-login .iLoginComp-login-btn-wrapper.iLogincomp-active,
.mtpc-mobile-login .iLoginComp-login-btn-wrapper {
  display: block;
  height: 50px;
  width: 100%;
  color: #222222;
  line-height: 50px;
  border: none;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ffd100;
  border-radius: 6px;
}

.mtpc-mobile-login .iLoginComp-opbtn-wrapper {
  margin-top: 15px;
  margin-bottom: 30px;
}

.mtpc-mobile-login .iLoginComp-user-account-tip {
  margin: 0;
}

.mtpc-mobile-login .iLoginComp-user-confirm {
  position: relative;
  border-top: 1px dashed rgba(0, 0, 0, 0.10196);
}

.mtpc-mobile-login .iLoginComp-user-confirm-tip {
  position: absolute;
  width: auto;
  height: 29px;
  top: -6px;
  left: 0;
  padding: 0 8px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 32px;
}
.mtpc-mobile-login .iLoginComp-user-confirm-tip:after {
  left: 3px;
}

.mtpc-mobile-login .iLoginComp-user-confirm-wrapper {
  margin-top: 30px;
}

.mtpc-mobile-login .iLoginComp-user-confirm {
  height: 155px;
}

.mtpc-mobile-login .iLoginComp-user-confirm label .checkbox[type='checkbox'] + i {
  margin: 0;
  cursor: pointer;
}
.mtpc-mobile-login .iLoginComp-user-confirm label {
  width: 26px;
  min-width: 26px;
}

.mtpc-mobile-login .iLoginComp-user-confirm-text {
  flex: 1;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  font-weight: 400;
}

.mtpc-mobile-login .iLoginComp-user-confirm-text a {
  color: #fe8c00;
}

.login-container .mtfe-secyoda-mtfe-wrapper {
  font-size: 14px;
}

.login-container .mtfe-mask-second-mobile-wrapper .mtfe-mask-second-mobile {
  font-size: 150px;
}

.mtpc-mobile-login .iLoginComp-user-confirm-wrapper label .checkbox[type='checkbox'] + i,
.agreement-rule-checkbox {
  position: relative;
  top: 1px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: border-box;
}

.agreement-rule-checkbox {
  margin: 0 7px 0 0;
  left: -1px;
}

.mtpc-mobile-login .iLoginComp-user-confirm-wrapper label .checkbox[type='checkbox']:checked + i,
.agreement-rule-checkbox.selected {
  background: #ffd100;
  border: none;
}

.mtpc-mobile-login .iLoginComp-user-confirm-wrapper label .checkbox[type='checkbox']:checked + i::after,
.agreement-rule-checkbox.selected::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  content: '';
  background: url('http://p0.meituan.net/passport/89f31c8e49e3c1152370d9e96ed6db20795.png');
  background-size: 12px 9px;
  background-repeat: no-repeat;
  background-position: center;
  transform: none;
  border: 0;
}

.forget-password {
  margin-top: 4px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: right;
}

.forget-password a {
  color: #fe8c00;
}

.mobile-passport-container .mtpc-mobile-login .iLoginComp-opbtn-wrapper {
  margin-top: 12px;
}

.mobile-passport-container .mtpc-mobile-login .iLoginComp-user-confirm-tip {
  visibility: visible;
}

.mobile-passport-container .iLoginComp-login-btn-wrapper.disabled {
  background-color: #eee;
  border: #eee;
  cursor: default;
}

.mobile-passport-container {
  padding: 22.5px 30px 0;
  box-sizing: border-box;
}

.mobile-passport-container .mtfe-mask-mtfe-wrapper {
  position: absolute;
  display: block;
}
.mobile-passport-container.second-mobile .mtfe-mask-mtfe-wrapper {
  position: fixed;
}
.mobile-passport-container.second-mobile .mtfe-model-mtfe-wrapper {
  width: 400px;
}

.mobile-passport-container .mtfe-model-mtfe-wrapper {
  display: block;
  top: 11em;
  font-size: 14px;
}

.mobile-passport-container .mtfe-model-mtfe-tip {
  color: #333;
}

.mobile-passport-container .mtfe-model-mtfe-title {
  margin-top: 1em;
  padding-bottom: 1em;
  color: #888;
}

.mobile-passport-container .mtfe-model-mtfe-btn {
  padding: 0.5em 0;
  color: #ffc300;
  border-top: 1px solid #e5e5e5;
}

.mobile-passport-container .mtfe-modal-mtfe-btn-group {
  height: 2.25em;
  line-height: 2.25em;
}

.mobile-passport-container .mtfe-modal-mtfe-cancel-btn {
  color: #ffc300;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid transparent;
  display: inline-block;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
}

.mobile-passport-container .mtfe-modal-mtfe-ok-btn {
  color: #ffc300;
  border-top: 1px solid #e5e5e5;
  display: inline-block;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
}

.yoda-second-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
  overflow-y: scroll;
}

.yoda-first-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
  overflow-y: scroll;
}

.mobile-passport-container .mtfe-mask-second-mobile-wrapper {
  display: block;
}

.iLoginComp-wrapper.mtpc-mobile-login {
  width: 100%;
  padding: 0;
  font-size: 14px;
}

.mtpc-mobile-login .iLoginComp-phone-num-wrapper,
.mtpc-mobile-login .iLoginComp-verify-code-wrapper {
  height: 50px;
  padding: 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.14902);
  border-radius: 6px;
  box-sizing: border-box;
}

.mtpc-mobile-login .iLoginComp-countrycode-wrapper {
  position: absolute;
  height: 50px;
  margin-left: 12px;
  text-align: center;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
  cursor: pointer;
}

.mtpc-mobile-login .iLoginComp-countrycode-wrapper .right-arrow {
  width: 0.5em;
  min-width: 0.5em;
  height: 0.5em;
  margin-left: 0;
}

.mtpc-mobile-login .iLoginComp-phone-num-input,
.mtpc-mobile-login .iLoginComp-phone-num-input:focus {
  margin-left: 58px;
  background: none;
  font-size: 18px;
}

.mtpc-mobile-login .iLoginComp-verify-code-wrapper {
  margin-top: 14px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.30196);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mtpc-mobile-login .iLoginComp-code-input {
  margin-left: 10px;
}

.mtpc-mobile-login .iLogincomp-count-down,
.mtpc-mobile-login .iLoginComp-send-verify-code-text {
  padding-right: 10px;
  font-size: 18px;
  color: #666666;
  text-align: center;
  line-height: 25px;
  background: none;
}

.mtpc-mobile-login .iLoginComp-login-btn-wrapper.iLogincomp-active,
.mtpc-mobile-login .iLoginComp-login-btn-wrapper {
  display: block;
  height: 50px;
  width: 100%;
  color: #222222;
  line-height: 50px;
  border: none;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ffd100;
  border-radius: 6px;
}

.mtpc-mobile-login .iLoginComp-opbtn-wrapper {
  margin-top: 15px;
  margin-bottom: 30px;
}

.mtpc-mobile-login .iLoginComp-user-account-tip {
  margin: 0;
}

.mtpc-mobile-login .iLoginComp-user-confirm {
  position: relative;
  border-top: 1px dashed rgba(0, 0, 0, 0.10196);
}

.mtpc-mobile-login .iLoginComp-user-confirm-tip {
  position: absolute;
  width: auto;
  height: 29px;
  top: -6px;
  left: 0;
  padding: 0 8px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 32px;
}
.mtpc-mobile-login .iLoginComp-user-confirm-tip:after {
  left: 3px;
}

.mtpc-mobile-login .iLoginComp-user-confirm-wrapper {
  margin-top: 30px;
}

.mtpc-mobile-login .iLoginComp-user-confirm {
  height: 155px;
}

.mtpc-mobile-login .iLoginComp-user-confirm label .checkbox[type='checkbox'] + i {
  margin: 0;
  cursor: pointer;
}
.mtpc-mobile-login .iLoginComp-user-confirm label {
  width: 26px;
  min-width: 26px;
}

.mtpc-mobile-login .iLoginComp-user-confirm-text {
  flex: 1;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  font-weight: 400;
}

.mtpc-mobile-login .iLoginComp-user-confirm-text a {
  color: #fe8c00;
}

.login-container .mtfe-secyoda-mtfe-wrapper {
  font-size: 14px;
}

.login-container .mtfe-mask-second-mobile-wrapper .mtfe-mask-second-mobile {
  font-size: 150px;
}

.mtpc-mobile-login .iLoginComp-user-confirm-wrapper label .checkbox[type='checkbox'] + i,
.agreement-rule-checkbox {
  position: relative;
  top: 1px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: border-box;
}

.agreement-rule-checkbox {
  margin: 0 7px 0 0;
  left: -1px;
}

.mtpc-mobile-login .iLoginComp-user-confirm-wrapper label .checkbox[type='checkbox']:checked + i,
.agreement-rule-checkbox.selected {
  background: #ffd100;
  border: none;
}

.mtpc-mobile-login .iLoginComp-user-confirm-wrapper label .checkbox[type='checkbox']:checked + i::after,
.agreement-rule-checkbox.selected::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  content: '';
  background: url('http://p0.meituan.net/passport/89f31c8e49e3c1152370d9e96ed6db20795.png');
  background-size: 12px 9px;
  background-repeat: no-repeat;
  background-position: center;
  transform: none;
  border: 0;
}

#iLoginComp .mtfe-tip-mtfe-wrapper {
  font-size: 14px;
}

.mobile-verify-login-container {
  padding: 22.5px 30px 0;
  box-sizing: border-box;
}

.login-section .mtfe-mask-mtfe-wrapper {
  position: absolute;
}

.login-section .mtfe-model-mtfe-wrapper {
  font-size: 14px;
}

.mobile-verify-login-container.second-mobile .mtfe-mask-mtfe-wrapper {
  position: fixed;
}
.mobile-verify-login-container.second-mobile .mtfe-model-mtfe-wrapper {
  position: fixed;
  width: 400px;
}

.mobile-verify-login-container #iLoginComp .mtfe-smscodeyoda-mtfe-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


.login-background {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  margin: 9px 9px 0 0;
  cursor: pointer;
}

.login-switch-img {
  width: 58px;
  height: 58px;
}

.mobile-login-type {
  display: flex;
  padding-top: 50px;
  margin: 0 30px;
  font-size: 20px;
  color: #222222;
  font-weight: 500;
  justify-content: space-around;
}

.login-switch-btn {
  flex: 1;
  line-height: 33px;
  cursor: pointer;
  text-align: center;
  border-bottom: 2px solid rgba(0, 0, 0, 0.10196);
}

.login-switch-btn.current {
  border-bottom: 2px solid #ffd100;
}

header {
  position: relative;
  margin: 56px auto 44px;
  max-width: 1280px;
  height: auto;
  padding-left: 72px;
  box-sizing: border-box;
}

body {
  background: #fff;
}

.onlyQrcode .content-container {
  width: auto;
}
.content-container {
  position: relative;
  margin: 0 auto;
  width: 1280px;
  height: 606px;
}

.site-logo {
  background-image: url(//p0.meituan.net/passport/b980dc129cd9a9ef64a11869b8e2cae06288.png);
  background-position: 0 !important;
  background-size: contain !important;
  width: 130px;
  height: 47px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

.main {
  max-width: 1280px;
  margin: 0 auto 43px;
  padding-left: 72px;
  overflow: hidden;
  box-sizing: border-box;
}

.banner {
  float: left;
  width: 563px;
  height: 435px;
  margin-right: 106px;
  background: #fff;
  border-radius: 6px;
}

.banner img {
  width: 100%;
  height: 100%;
}

.login-container {
  width: 378px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05098);
}
.login-container.not-only-qrcode {
  position: absolute;
  top: 17px;
  right: 160px;
}
.login-container.only-qrcode {
  margin: 0 auto;
}

.login-section {
  width: 378px;
  background: #fff;
  border-radius: 10px;
}

.onlyQrcode .header,
.onlyQrcode .main,
.onlyQrcode .footer {
  max-width: 1190px;
  width: auto;
}
.footer {
  font-size: 14px;
}
.footer-content {
  margin-left: 28px;
  margin-right: 64px;
  margin-bottom: 0px;
  padding: 19px 0;
  text-align: left;
}
.footer-content .link:first-of-type {
  margin-left: 0;
}
.footer-content .link {
  margin: 0 18.2px;
}
.copyright {
  padding: 23px 25px;
  text-align: left;
}
.copyright .link,
.copyright span {
  margin: 0 3px;
}
.show {
  display: block;
}
.hide {
  display: none;
}

</pre></body></html>