@font-face {
  font-family: "MaoYanHeiTi-DemiBold";
  src: url('../public/font/MaoYanHeiTi-DemiBold.otf');
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-size: .28em;
  line-height: 1;
  color: #333;
  background-color: #f8f8f8;
  margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

#iLoginCompShowTip {
  line-height: 1.3;
}

.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.maoyan-title-logo {
  display: block;
  height: 0.56rem;
  margin-top: 0.16rem;
  margin-left: 0.5rem;
  margin-bottom: 0.16rem;
}

.maoyan-login-title {
  font-family: PingFangSC-Semibold;
  font-size: 0.48rem;
  color: #222222;
  font-weight: 600;
  line-height: 0.66rem;
  padding-top: 0.52rem;
  padding-left: 0.5rem;
}

.navbar {
  height: 1.01rem;
  color: #212121;
  border-bottom: none;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  position: relative;
  border-bottom: 1px solid #D9D9D9;
}

.navbar .nav-wrap-left {
  position: absolute;
  height: 1.01rem;
  line-height: 1.01rem;
}

.navbar h1.nav-header {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  font-size: .36rem;
  font-weight: lighter;
  text-align: center;
  line-height: 1rem;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: PingFangSC-Regular;
  color: #212121;
  text-align: center;
}

.nav-wrap-left a.back {
  padding: 0 .3rem;
}

.text-icon.icon-back {
  width: .45rem;
  height: .45rem;
  vertical-align: middle;
  position: relative;
}

.text-icon.icon-back:before {
  content: '';
  display: block;
  position: absolute;
  left: .07rem;
  top: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-bottom: 0.03rem solid #40434E;
  border-left: 0.03rem solid #40434E;
  -webkit-transform: scaleY(0.) rotateZ(45deg);
  -moz-transform: scaleY(0.7) rotateZ(45deg);
  -ms-transform: scaleY(0.7) rotateZ(45deg);
}

.mylogin-wrapper .iLoginComp-opbtn-wrapper {
  margin-top: 0.32rem;
}

#phoneNumInput {
  font-family: MaoYanHeiTi-DemiBold;
  font-size: 0.34rem;
  color: #222222;
  letter-spacing: 0;
  line-height: 0.4rem;
  font-weight: 600;
  caret-color: red;
}

#phoneNumInput::placeholder {
  font-family: PingFangSC-Medium;
  font-size: 0.28rem;
  color: #CCC;
  text-align: left;
  line-height: 0.4rem;
  font-weight: 500;
}

#codeInput{
  font-family: MaoYanHeiTi-DemiBold;
  font-size: 0.34rem;
  color: #222222;
  letter-spacing: 0;
  line-height: 0.4rem;
  font-weight: 600;
  caret-color: red;
}

#codeInput::placeholder{
  font-family: PingFangSC-Medium;
  font-size: 0.28rem;
  color: #CCC;
  text-align: left;
  line-height: 0.4rem;
  font-weight: 500;
}

.mylogin-wrapper .iLoginComp-send-verify-code-text {
  font-family: PingFangSC-Medium;
  font-size: 0.28rem;
  color: #CCC;
  text-align: right;
  line-height: 0.4rem;
  font-weight: 500;
}

.mylogin-wrapper .iLoginComp-send-verify-code-text .iLogincomp-count-down{
  background-color: transparent;
}

.mylogin-wrapper .iLoginComp-send-verify-code-text.iLogincomp-active {
  font-family: PingFangSC-Medium;
  font-size: 0.28rem;
  color: #556994;
  text-align: right;
  line-height: 0.4rem;
  font-weight: 500;
}

.mylogin-wrapper .iLoginComp-login-btn-wrapper {
  height: 0.9rem;
  opacity: 0.3;
  background: #F03D37;
  border-radius: 0.49rem;
  color: #FFFFFF;
  font-family: PingFangSC-Semibold;
  font-size: 0.34rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 0.36rem;
  font-weight: 600;
}

.mylogin-wrapper .iLoginComp-login-btn-wrapper.iLogincomp-active {
  opacity: 1;
  background: #F03D37;
}

.mylogin-wrapper .iLoginComp-countrycode-wrapper {
  height: 0;
}

#iLoginCompPhoneWrapper {
  box-sizing: border-box;
  background-color: #F4F4F4;
  height: 0.9rem;
  padding: 0 0.24rem;
  border-bottom: 0;
  border-radius: 0.2rem;
  font-family: PingFangSC-Medium;
  font-size: 0.28rem;
  font-weight: 500;
}

#iLoginCompCodeWrapper {
  box-sizing: border-box;
  margin-top: 0.3rem;
  background-color: #F4F4F4;
  height: 0.9rem;
  padding: 0 0.24rem;
  border-bottom: 0;
  border-radius: 0.2rem;
  font-family: PingFangSC-Medium;
  font-size: 0.28rem;
  font-weight: 500;
}

#iLoginCompInner {
  padding-top: 0.48rem;
  padding-left: 0.5rem;
  padding-bottom: 0.48rem;
  padding-right: 0.5rem;
}

footer {
  margin-top: .3rem;
  padding: 0 .2rem .4rem;
}

.mylogin-wrapper .iLoginComp-user-confirm {
  position: relative;
}

.mylogin-wrapper #secondTip {
  height: 0.36rem;
  line-height: 0.36rem;
  font-family: PingFangSC-Regular;
  font-size: 0.26rem;
  color: #F03D37;
  font-weight: 400;
  margin: 0.16rem 0 0;
}

.pc-body .mylogin-wrapper #secondTip {
  height: 18px;
  line-height: 18px;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #F03D37;
  font-weight: 400;
  margin: 8px 0 0;
}

.mylogin-wrapper .iLoginComp-user-confirm-tip {
  display: block;
  position: absolute;
  opacity: 1;
  top: -0.65rem;
}

.pc-body .mylogin-wrapper .iLoginComp-user-confirm-tip {
  display: block;
  position: absolute;
  opacity: 1;
  top: -35px;
}

.mylogin-wrapper .iLoginComp-user-confirm-wrapper {
  margin-top: 0.24rem;
}

.copyright {
  display: inline-block;
  word-break: normal;
  font-family: PingFangSC-Regular;
  font-size: 0.24rem;
  color: #222222;
  letter-spacing: 0;
  line-height: 0.34rem;
  font-weight: 400;
  text-align: left;
}

a {
  font-family: PingFangSC-Regular;
  font-size: 0.24rem;
  color: #556994;
  letter-spacing: 0;
  line-height: 0.34rem;
  font-weight: 400;
  text-decoration: none;
  word-break: normal;
}

.prompt-text {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 5.4rem;
  display: inline-block;
  line-height: 0.34rem;
  font-family: PingFangSC-Regular;
  font-size: .24rem;
  color: #999999;
  text-align: center;
}

.navbar-pc {
  display: none;
}

.site-body-wrapper .promotion-banner {
  display: none;
}

.pc-body {
  background-image: url('//p0.meituan.net/ingee/f2ed085cd8bbf3f2414cc6e4a88c64642320963.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100vw;
  font-size: 16px;
}

.pc-body .navbar {
  display: none;
}

.pc-body .navbar-pc {
  display: block;
  width: 980px;
  height: auto;
  margin: 40px auto 30px;
  position: relative;
  overflow: hidden;
}

.pc-body .navbar-pc .site-logo {
  width: 230px;
  height: 45px;
  margin: 0;
  background-repeat: no-repeat;
  float: left;
  display: inline;
  text-indent: -9999px;
  overflow: hidden;
}

.pc-body .site-body-wrapper {
  margin: 0 auto 70px;
  width: 980px;
  display: flex;
}

.pc-body .site-body-wrapper .promotion-banner {
  display: block;
  position: absolute;
  height: 550px;
  width: 550px;
  top: 0;
  bottom: 0;
  left: 154px;
  margin: auto;
}

.pc-body .prompt-text {
  color: #BBBBBB;
  font-size: 14px;
  bottom: 50px;
}

.pc-body #app {
  background-color: #FFFFFF;
  border-radius: 24px;
  width: 440px;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 154px;
  margin: auto;
  
}

.pc-body .maoyan-title-logo {
  position: fixed;
  height: 34px;
  margin: 0;
  top: 60px;
  left: 120px;
}

.pc-body .maoyan-login-title {
  font-family: PingFangSC-Semibold;
  font-size: 32px;
  color: #222222;
  font-weight: 600;
  line-height: 45px;
  padding-top: 40px;
  padding-left: 40px;
}

.pc-body #iLoginComp {
  margin-top: 0;
}

.pc-body #iLoginCompInner {
  padding-top: 28px;
  padding-left: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
}

.pc-body #iLoginCompPhoneWrapper {
  box-sizing: border-box;
  background-color: #F4F4F4;
  height: 45px;
  padding: 0 15px;
  border-bottom: 0;
  border-radius: 10px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  font-weight: 500;
}

.pc-body #iLoginCompCodeWrapper {
  box-sizing: border-box;
  margin-top: 10px;
  background-color: #F4F4F4;
  height: 45px;
  padding: 0 15px;
  border-bottom: 0;
  border-radius: 10px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  font-weight: 500;
}

.pc-body #phoneNumInput {
  font-family: MaoYanHeiTi-DemiBold;
  font-size: 17px;
  color: #222222;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 600;
  caret-color: red;
}

.pc-body #phoneNumInput::placeholder {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #CCC;
  text-align: left;
  line-height: 20px;
  font-weight: 500;
}

.pc-body #codeInput{
  font-family: MaoYanHeiTi-DemiBold;
  font-size: 17px;
  color: #222222;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 600;
  caret-color: red;
}

.pc-body #codeInput::placeholder{
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #CCC;
  text-align: left;
  line-height: 20px;
  font-weight: 500;
}

.pc-body .mylogin-wrapper .iLoginComp-send-verify-code-text {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #CCC;
  text-align: right;
  line-height: 20px;
  font-weight: 500;
}

.pc-body  .mylogin-wrapper .iLoginComp-send-verify-code-text .iLogincomp-count-down {
  background-color: transparent;
}

.pc-body .mylogin-wrapper .iLoginComp-send-verify-code-text.iLogincomp-active {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #556994;
  text-align: right;
  line-height: 20px;
  font-weight: 500;
}

.pc-body .mylogin-wrapper .iLoginComp-opbtn-wrapper {
  margin-top: 16px;
}

.pc-body .mylogin-wrapper .iLoginComp-login-btn-wrapper {
  height: 45px;
  opacity: 0.4;
  background: #F03D37;
  border-radius: 22px;
  color: #FFFFFF;
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 22px;
  font-weight: 500;
}

.pc-body .mylogin-wrapper .iLoginComp-login-btn-wrapper.iLogincomp-active {
  opacity: 1;
  background: #F03D37;
}

.mylogin-wrapper .iLoginComp-user-confirm-wrapper {
  margin-top: 0.15rem;
}

.pc-body .copyright {
  display: inline-block;
  word-break: normal;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #222222;
  letter-spacing: 0;
  line-height: 17px;
  font-weight: 400;
  text-align: left;
}

.pc-body a {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #556994;
  letter-spacing: 0;
  line-height: 17px;
  font-weight: 400;
  text-decoration: none;
  word-break: normal;
}

.pc-body footer {
  background: #fff;
  font-size: 12px;
}

.header-tip {
  margin: .1rem .5rem 0rem;
  font-family: PingFangSC-Regular;
  font-weight: 500;
  line-height: .4rem;
  color: #666;
  font-size: .28rem;
  word-break: normal;
}

.pc-body .header-tip {
  margin: 5px 40px 0;
  font-family: PingFangSC-Regular;
  font-weight: 500;
  line-height: 20px;
  color: #666;
  font-size: 14px;
}