*{font-family:PingFangSC-Regular, sans-serif,"Microsoft YaHei";padding:0;margin:0;border:0;list-style-type:none;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
html{min-height:100%; border:none;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
body{word-wrap:break-word;word-break:break-all; background:#fff;}
img{border:none;vertical-align:middle;}
a{outline:none; cursor:pointer;}
a:link,a:visited{text-decoration:none;outline:none;}
a:hover,a:active{outline:none;}
html,body,.main {
  min-width: 1200px;
}
.w-limit {
  width: 1200px;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 131px;
  padding-top: 21px;
  box-sizing: border-box;
}
.header-content {
  margin: auto;
  box-sizing: border-box;
  padding-right: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab-box {
  display: flex;
  align-items: center;
}
.tab-item {
  width: 100px;
  height: 35px;
  line-height: 35px;
  color: #39302D;
  font-weight: 400;
  text-align: center;
  font-size: 24px;
}
.tab-item.active {
  font-weight: 600;
  background: url("https://h5-jizhangmiao.qushuimairui.com/office/images/header-active.png") bottom center no-repeat;
  background-size: 100px 23px;
}
.tab-item:first-child {
  margin-right: 47px;
}
.tab-item:nth-child(2) {
  margin-right: 67px;
}
.tab-item:nth-child(3) {
  margin-right: 80px;
}
.outlogin {
  display: none;
}
.username {
  display: inline-block;
  color: 39302D;
  font-size: 24px;
  margin-right: 12px;
}
.login-btn, .out-login-btn {
  display: inline-block;
  width: 102px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background-color: #FDDD62;
  color: #000;
  font-weight: 400;
  font-size: 24px;
  border-radius: 8px;
  cursor: pointer;
}

.btn-custom {
  position: fixed;
  top: calc(50% - 46px);
  right: 19px;
  width: 93px;
  height: 93px;
  z-index: 777;
}
.footer {
  background: #39302D;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  padding-top: 17px;
  padding-bottom: 10px;
}
.footer a {
  color: #fff;
}

.login-mask {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.login-container {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 632px;
  height: 420px;
  background: url("https://h5-jizhangmiao.qushuimairui.com/office/images/bg-login.png") bottom center no-repeat;
  background-size: 100%;
  box-sizing: border-box;
  padding-top: 52px;
  padding-left: 53px;
}

.login-container input {
  color: #000000;
  font-size: 24px;
  line-height: 48px;
  height: 48px;
  padding-left: 2px;
  outline: none;
}
.phone {
  width: 524px;
}
.pwd {
  flex: 1;
}
.login-container input::-webkit-input-placeholder { 
  color: #000000;
} 
.login-container input:-moz-placeholder { 
  color: #000000;
} 
.login-container input::-moz-placeholder { 
  color: #000000;
} 
.login-container input:-ms-input-placeholder { 
  color: #000000;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.login-container .line {
  display: block;
  margin-top: 11px;
}
.login-yzm-box {
  width: 524px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 36px;
}
.yzm-btn {
  width: 153px;
  height: 60px;
  background: url("https://h5-jizhangmiao.qushuimairui.com/office/images/btn-yellow.png") center no-repeat;
  background-size: 100%;
  text-align: center;
  line-height: 60px;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
.login-btn-box {
  padding-left: 2px;
  margin-top: 51px;
  display: flex;
}
.login-content-btn {
  width: 256px;
  height: 84px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  font-weight: bold;
  text-align: center;
  line-height: 84px;
  font-size: 26px;
  color: #332E2D;
  cursor: pointer;
}
.login-confirm-btn {
  background-image: url("https://h5-jizhangmiao.qushuimairui.com/office/images/btn-red.png");
  margin-left: 15px;
}
.login-cancel-btn {
  background-image: url("https://h5-jizhangmiao.qushuimairui.com/office/images/btn-white.png");
}
.custom-mask {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.custom-click-mask {
  position: absolute;
  width: 100%;
  height: 100%;
}
.custom-content {
  position: absolute;
  z-index: 11;
  top: 45%;
  left: 50%;
  width: 316px;
  height: 419px;
  transform: translate(-50%, -50%);
  background: url("https://h5-jizhangmiao.qushuimairui.com/office/images/bg-custom.png") no-repeat center;
  background-size: 100%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 125px;
}
.ewm-qw {
  margin-bottom: 10px;
}
.ewm-qw-txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #463E3B;
  margin-bottom: 50px;
}
.ewm-qw-info {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: #463E3B;
}